Definition List in TinyMCE - tinymce

Is it possible to activate, create a Definition-List in TinyMCE
"Definition list" is checked in TinyMCE Toolbar settings
plone.app.widgets 1.8
TinyMCE 4.x
Plone 4.3.4

I assume it did not work in your case? right?
First thing you try is to update to the moste recent compatible version for you Plone version and also update Plone 4.3.x to moste recent version.
Few weeks ago they released plone.app.widgets 1.9. They put a lot of effort into it to make it feel more like the Plone 5 version.
Update to Plone 4.3.10.

Related

Can we stick with TinyMCE 5 even though TinyMCE 6 has been released? And if so, for how long?

My sites are set up and working fine with the free version TinyMCE 5 in the cloud. I guess it's their AWS.
Can we continue to use it even though version 6 was apparently released? If so, for how long? Do they leave their old versions up and available?
Right now I feel "if something's not broken don't fix it."
Thanks.
TinyMCE 5 will continue to work to past March 15, 2023 - You can see exactly which version in the TinyMCE 5 series is supported in the Tiny Docs page on Supported Versions. This way, you can plan out a timeline for migration: https://www.tiny.cloud/docs/enterprise/system-requirements/#supportedtinymceversions
If you'd like to try TinyMCE 6 to see what it offers, the new documentation for TinyMCE 6 is also ready: https://www.tiny.cloud/docs/tinymce/6/
Migrating to TinyMCE 6 is straightforward – it involves adjusting the cdn script for accessing Tiny in the cloud, and then checking for Plugin and Option names that have been renamed in the transition from Tiny 5 to Tiny 6. The Migration guide has all the information: https://www.tiny.cloud/docs/tinymce/6/6.0-release-notes-overview/#overview

Upgrading umbraco version 4.11.10 to 6.0.0

I want to upgrade my existing umbraco version project 4.11.10 to 7.5.4, and i decided to upgrade step by step in incremental manner. When upgrading version 4.11.10 to 6.0.0 using nuget package and replacing old dll files with newer one, i am able to run back end and front end side, but on back end, i am not able to view the list of "content" and list of "document types" from my existing project as well as looks like still it displays ui of back end of older version 4, but when i click on "about us", it displays version 6.0.0 as attached in screenshot, please help me to find out the solution, Thanks :) Check here in attached screenshotCheck here - Content not loading
Upgrading from 4.11 to the newest version of 7 should work, HOWEVER, if you're using custom data types, the chances are that some stuff is going to break, as v7 doesn't use UserControls for DataTypes anymore. Some data types can be straight swapped, some not so much. You should be able to see all the DocTypes and content etc though.
When you've swapped the DataTypes out, you may need to reformat the data to match the new DataTypes so you don't lose any data as well. This is something you'd probably have to do either with the API of directly in the database.
I've written some blog posts on upgrading Umbraco, have a read and see if they help:
http://www.attackmonkey.co.uk/blog/2015/10/upgrading-to-73-part-1-preparation
http://www.attackmonkey.co.uk/blog/2015/10/upgrading-to-73-part-2-the-upgrade
http://www.attackmonkey.co.uk/blog/2015/12/upgrading-to-73-part-3-switching-to-razor
http://skrift.io/articles/archive/umbraco-upgrade-strategies/

Reinstall Typo3 instead of upgrade

I have an old Typo3 installation which was upgraded many times before. At the moment it's at version 4.5.
Because I had several severe problems upgrading, I am thinking of setting up a clean Typo3 6.2 LTS setup and migrate the pages, instead of upgrading again.
My question is now, what is the best way to transfer the pages as well as the calendar, news and TemplaVoila from version 4.5 to version 6.2? I have more than 1000 pages.
Thanks
You can upgrade a TYPO3 4.5 website to TYPO3 6.2 as soon as all extensions used in TYPO3 4.5 are compatible with TYPO3 6.2. I think this will still take some weeks until the major extensions are provided with an update for TYPO3 6.2
If you dont want to wait, you can try to use the patches named in the smooth migration wiki
At least, there is a patch for tt_news.
In case of TemplaVoila you can try using this version which could be compatible with TYPO3 6.2
In case you do not know: The TemplaVoila extension will not be maintained any more (more details about that here), so it is not very future safe to use it on a TYPO3 6.2 website.
If you want to use FluidTemplate and Grid Elements instead of TemplaVoila, you can try to use my extension tv2fluidge to migrate your TYPO3 4.5 website to FluidTemplate and Grid Elements. This is of course a lot of work (creating new page templates and Grid Elementes), but you can keep your page structure and content and do not have to wait for an TYPO3 6.2 version of TemplaVoila.
I don't know if it will be work for 100% but you can copy all tables with prefix tt_news, calendar etc. and pastle them to new db. If you have some images and other files you will find it in uploads/tx_ttnews/ - you should copy it too. I don't use TemplaVoila so I don't know how to move that to another site. And you have to remember about pid and id of pages/ce - they have to be the same

tinymce textcolor plugin does't work on rails 3.x

I'm attempting to run TinyMCE on rails with the standard setup (no gems). In my init method I am loading a bunch of plugins. They all appear to be working except the textcolor plugins. I cannot seem to find any info indicating this is a bug. No buttons even show up on the menu. Has anyone attempted to use tiny4.0.2 with the textcolor plugin and had success? Thanks.
Version 4 has made API changes, most plugins are still for version 3.x only. Try the third party plugin section on tinyMCE's forum - I know of a truecolor picker-plugin recently made for tinymce4.

Upgrading vBulletin 3.8 to 4.0

I looking forward to upgrade vBulletin 3.8 to vBulletin 4.0. What i need to know is how much effort it will be to migrate. I have about 15 products installed.
Any idea is there any change in hooks or functions or way to call things that i will need to change in products and templates? Also is there any thing that deprecated in 4.0 that i will have to look into?
I found Styles are not at all compatible and Products are not compatible 99% of times. SO i will have to redo styles and also fix custom products and upgrade downloaded products.