Is the version 5 of Plone finally having an official multilingual solution that work? I did try Plone 4 but no multilingual solution was official or was working properly. I hope Plone 5 fix the problem.
plone.app.multilingual is a standard part of Plone 5. After installing Plone 5, activate it via the "add ons" control panel of site setup. Then use the "Languages" control panel to set available languages and translation parameters.
For earlier versions of Plone, install Products.LinguaPlone via the usual add-on package mechanisms. While LinguaPlone does not ship with Plone 4.x, it is a well-supported content-translation mechanism and it does work (though plone.app.multilingual is much better). Translation of Plone's user interface does not require LinguaPlone; it is meant to support content translation.
Both solutions also support adding translation support for custom content types.
Related
Right now we have 5 WordPress sites in different languages, which we consider to merge into one site. I haven't tried any multilingual since few years, but I seem to recall those I tried before had various problems.
So has they improved enough to actually be worth using? And if so, which can you recommend, that works with Divi Woocommerce and most plugins?
I use for many projects WPML, and is the best. It's fully compatible with Woocommerce and Divi. You can find more informations here: https://wpml.org/
It's compatible with Divi (except some features) and you can find functionalities that are not yet compatible on this page: https://wpml.org/documentation/theme-compatibility/divi-builder/
Just i recommend reading and studying wpml's documentation before launching it because there are many configurations and features that are not easy to use. Once we understand it's really relevant.
I want to have a custom text transformer in Plone, but when I started to read documentation I realized that the document is for
an unsupported version of Plone, Plone 2.1.x
which is far away from the edge. Here is my question:
Is portal transforms really outdated or old technology. If so, what's the successor?
portal_transforms is still in use in Plone 4.2. Attempts have been made to modernize it, but nothing as yet has replaced it.
I'd like advice on the best approach to deploying Diazo to work with Plone 3. I know that plone.app.theming is out of the question for versions less than Plone 4.1 but we can't upgrade to Plone 4 yet as we need to port some code to Plone 4.x first but we'd like to benefit from the theming infrastructure of Diazo.
You can also run Diazo via any of the non-Plone deployment methods listed at http://docs.diazo.org/en/latest/deployment.html. You'll lose all of the Plone TTW integration, but if you can build and compile your themes by hand, you're all set.
plone.app.theming requires Plone 4.1. You may be able to use its predecessor, collective.xdv.
collective.xdv Installation documentation
I have been using flex builder plug-in. But now trial period has expired and looking for some other option which comes free. I am trying to install flash develop plugin for eclipse. In my attempt to install I am trying this page but donno what all plugins to install...http://www.flashdevelop.org/wikidocs/index.php?title=3rd_Party_Plugins ...Can some one please guide. The problem i am facing here is I am not sure about what is outdated and what is useful
FlashDevelop is a standalone application (windows only), as far I know there is no plugin for eclipse. If you are searching for an eclipse plugin, there's the commercial FDT, with a 30 day trial period.
A new FlashDevelop version (4.0) is about to be released and most plugins from the old version aren't compatible with the new one. So I unless there's a new list somewhere or some plugin explicitly states that it supports the new version, every plugin there is probably outdated. Anyway, many plugins from that list have been integrated in FlashDevelop. You can of course use the latests stable 3.x version if you need a particular plugin.
If you've never used FlashDevelop, you should just try the stable 3.3.4 or the latest 4.0 beta or the very latest developement build and see if you are missing some features.
You could always write your code in Notepad and use the command line compiler provided in the free SDK. It's not going to be as nice as any IDE, but it is functional.
Another option, if you are a student or unemployed, is to request a complimentary license to Flash Builder from Adobe.
Another option is to use Tofino, a Free Visual Studio Plugin for Flex Development. However, you'll need Visual Studio for that to work. [And I assume a Windows Machine].
FlashDevelop, as others have noted, is not an Eclipse Plugin as far as I knew. It is a stand alone tool.
Other IDEs for building Flex applications are:
Sapphire Steel Amethyst, which is a commercial Visual Studio
Plugin
FDT; which is an eclipse based plugin. I believe FDT5
will have a free / community option, but I do not know if it is
available yet.
IntelliJ, which many developers swear by.
And of course Flash Builder. I believe the previous three are all commercial plugins, so do not fill your "free" Criteria.
I have an existing site running BlogEngine.NET 1.5 and will be upgrading it to the new 1.6 release. I have been asked to integrate Disqus for comments. I have not found any other questions on Disqus and BlogEngine.NET.
I have found some specific instructions here:
http://www.hamishgraham.net/post/Enabling-Disqus-Comments-in-BlogEngineNET.aspx
It explains how to add Disqus to a specific BE.NET theme. But I have existing blog posts and comments. How will these 2 systems work side-by-side? Is there a way to somehow make Disqus work well with the existing comments?
Links:
http://www.dotnetblogengine.net/
http://disqus.com/
Check out the Blogengine.net 1.6.1 release. Disqus is now integrated into the admin area to make it really easy to set up.
Here is a link to the post detailing the install instructions:
http://www.dotnetblogengine.net/post/BlogEngine-161-Update.aspx
Only the web release version is available for 1.6.1 though. I would suggest downloading the source for version 1.6.1 and compiling yourself if you need to customize your build. Here is the link: http://blogengine.codeplex.com/SourceControl/changeset/changes/9f0455258305
Disqus will be integrated with BE.NET in the update pack which will be released in April. You might want to hold on just a little bit and then get it working by simply updating to latest.
You should be able to migrate your comments to/from Disqus with their migration tool (http://import.disqus.net/).