I have been trying to add an editor to a Drupal site which lets me insert images and videos and Tinymce 4 has all those features. I have installed the WYSIWYG module and am still not able to install Tinymce to it. Tried searching a little and found few patch files which am not sure will fix the issue, also I have no idea how to use patch files since I am new to Drupal.
There is a nice discussion going on here (in the comments) :
https://www.drupal.org/node/1968318
The patch seems to work for some, so it's worth a try.
Patching is not only for drupal.
Just do not use Tinymce 4.x.
Try to install Tinymce 3.x. This is the easiest way to make WYSIWYG and TinyMCE to be frends
Related
I am a newbie to wordpress and recently created a website using typo3 for a project at university (as my university servers are configured with typo3). I created the template using Templavoila and twitter bootstrap. I now have to use wordpress theme-HUGE as it is more interesting and suggested by the project partners. I have no idea if wordpress theme could be used on typo3 machine. If yes, how much overhead might occur? Could anyone provide some information on this?
Thanks
Wordpress themes files can't directly be used in TYPO3.
I would suggest you create a new TYPO3 template using the template engine of your choice and then rebuild the HTML structure of the Wordpress template. If your resulting HTML is exactly the same as for the Wordpress theme, you can use the included CSS and images.
If you want to go the easy way, use wordpress for the wordpress theme.
As said above, moving the css from wordpress to TYPO3 is not that hard. But you can not easily move the functionality of a wordpress theme to TYPO3. You have to rebuild it in TYPO3. And that will make a big difference.
For example:
Assume you have to set up a slider element, which is included in the theme. When you use the theme in wordpress, you just need to activate it in the settings.
In TYPO3 you will have to build a custom element, either by building an own extension or using one of the common custom element extensions like DCE oder FLUX. (Don't use TemplaVoila anymore, it's outdated).
And a slider is a easy task compared to the case, that your partners say "hey, we forget the nice blog we have in our theme, let's activate it!".
This might take you 2 clicks in the theme settings in wordpress, but if you want to port that feature to TYPO3 you should really know something about programming TYPO3 Extensions with extbase and fluid.
It might be a great project for learning TYPO3. But if it is a real project, with a real deadline, you will have a much more fun with it, when you use the wordpress theme in the way that it was meant to be used.
I want to design a site with asp.net (C#.net) and need an editor for my admin panel to add paper with picture etc., So I must use ckeditor, tinyMce or any other suggestions.
However one of my friends told me that I shouldn't use an editor in your site and use NetBeans (with asp.net plugins) instead.
Is it possible? If so, how?
From what I can gather, no; currently it's not supported.
I've done some research (Google) but haven't been able to find any plugins. If this was possible there would be a Netbeans plugin for it.
Have a look at this link
You might want to ask your friend why he suggested using Netbeans.
I'm still working on a plugin .NET Core for NetBeans: https://github.com/Chris2011/DotNetCore-for-NetBeans. Still a long road to go but I'm on it.
Cheers
Chris
Integrated fancybox in my theme not run.
I've read another post about, in this forum, but I don't understand what was solution.
My web site is:
http://www.costruzionimartini.com/
thanks
I recomend you to use the plugin easyfancybox for wordpress since it brought Elegant Themes compatibility in version 1.5.0.
If it is difficult to integrate or not recommended, I would like to go with Drupal since I am more comfortable with it. But I don't know how difficult it is to customize the look and feel of PHPBB forum to match Drupal website. (I can theme Drupal).
Thanks for your suggestion.
For Joomla! there is RokBridge which does not require code modifications.
RocketThemes also offers matching themes for Joomla!, Drupal and phpBB, but they are not (all) free.
If you can embed the forum in the CMS, check out the Drupal module phpBBforum.
For Joomla there also appears to be an extension, though I haven't worked with this one: Mehdi's Phpbb THREE bridge
Does anybody know about a simple customizable wordpress plugin framework with the help of which i can build more frameworks rapidly ??.
There is no any plugin framework. And you don't need to build any. If you want to learn how to create WP plugins, just go and download some simple. See how they works, read docs. And viola.
You might check out:
LMB^Box WordPress Plugin API
GD Plugin Core
Wordpress Plugin Framework Reloaded
Search for them at http://wordpress.org/extend/plugins/