Changes in 1.2:
Changes in 1.1:
There's also a commercial version of this plugin elgg.vazco.eu. It allows you to use emoticons by shortcuts, eg. after you type in Tinymce:
[:)]
[:*]
it will be changed to a proper graphic. You can easily define your own emoticons.
HOW IT LOOKS:
This is a tinymce plugin with a small modification. The code is very simple. You can set the way tinymce is displayed in plugin settings. The possible views are: plain (as in standard Elgg), emoticons (plain with emoticons only), full (as in extended tinymce plugin).
In case you're happy with the way your tinymce looks, you don't have to install this plugin. It may be usefull for people who want their tinymce to have different functions on different parts of their site - the plugin needs only a minimal rebuild to support this.
View Mike Zacher (vazco)'s plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Hello Mike,
This plugin won't allow iframe for admins will it ?
Regards,
Uddhava dasa
No, it won't... It can be easily changed in plugin's views though. (you cna add iframe button in views: full, emoticons, plain)
I have been able to add the iframe code to be accepted by tinymce. The problem is when clicking save, its again parsed by Elgg core input.php. And filtered in the final post.
I guess no way but to hack the core.
Regards,
Uddhava dasa
Uddhava, try disabling the htmlawed plugin - this may help.
Hello Vazco,
Thanks for the nice plugin. However, when I embed an image to a blog/page and set its appearance to RIGHT and posts the comment, the image overlaps on next message or TinyMCE box.
What do you think could be a problem?
http://pakhtoon.url-boost.com/strings/tinymce-problem1.JPG
Carter,
I suppose this is the Tinymce formatting problem, but I will look into this
You miss out the link " Add/Remove Editor " Any solution?
I also need to refresh when in chrome.
Vazco,
"you can use the 'code' button" But I cannot find/see the code button...
Vazco,
when you mean the "html source editor" as the code button I don't get it. Embed javascript is not possible, I get the same output as in the "original" Tinymce
<script type="text/javascript"><!--
the actual script lines etc.
// --></script>
But it doesn't work
Gunu, you have to disable the htmlawed plugin for this solution to work for you.
Vazco, yes I have disabled htmlawed.
Gunu, I remember we talked about the code button, but I don't remember our whole conversation. Can you contact me at info@elggdev.com and paste the whole conversation?
Vazco, the whole conversation is in this post...... (?)
I assume the "code button" is the same as the "html source editor" button
I disabled the htmlawed.
I paste the Javascript inside the text box in html source editor mode but there is now way that the code of the Javascript works because it put this ( <!-- // --> ) in the code.
gunu, I ment our previous conversation (I remember talking with someone about similar issue). Where did you want to put the code initially? I ask, because maybe you could use a different type of input field - not longtext, but text or plain textbox.
In case the code button don't work (I ment html source editor), probably a custom development is required to add a field that would allow you to paste the javascript code in case you're logged in as admin.
Vazco, maybe your conversation was with someone else I think, but anyway.
I wish to put a video in a page. I made in the header of the theme a javascript that calls a file that is necessary for the javascript in the body. This works.
Now I need the javascript inside the page that works. This javascript calls the Flash video from the server.
Some suggestions?
Hey Vazco, what do I have to do to get the browse feature to work??
Gunu, you would probably have to place javascript code on the page in some different way then. Allowing your users to use the javascript on your pages is a bit unsafe. It's better if you create a separate field that is visible only for admins and that allows to input any kind of content into the page.
Chambo, what do you mean by the browse feature?
Vazco,
your "vazco_tinymce" works perfect!!!
I found the mistake (my fault) now it works great. Only the admin can place javascript on the page. Users don't have the "code button" ....
Thanks
Hi Vazco,
In our log files we get the following 3 lines every time someone uses vazco_tinymce:
[Tue Jan 26 13:47:47 2010] [error] [client 142.36.127.170] File does not exist: /var/www/html/mod/vazco_tinymce/tinymce/jscripts/tiny_mce/plugins/visualcars, referer: http://elgg.openschool.bc.ca/pg/pages/new/?container_guid=83
[Tue Jan 26 13:47:47 2010] [error] [client 142.36.127.170] File does not exist: /var/www/html/mod/vazco_tinymce/tinymce/jscripts/tiny_mce/plugins/imagemanager, referer: http://elgg.openschool.bc.ca/pg/pages/new/?container_guid=83
[Tue Jan 26 13:47:47 2010] [error] [client 142.36.127.170] File does not exist: /var/www/html/mod/vazco_tinymce/tinymce/jscripts/tiny_mce/plugins/filemanager, referer: http://elgg.openschool.bc.ca/pg/pages/new/?container_guid=83
Any ideas on why this is happening?
Thanks
Sean
Sean,
this bug was fixed in the paid version, I will upload the fixed free version in a comming days. In general, Tinymce has a defined buttons that require extensions which are not in the plugin.
Thanks vazco, I found the problem and fixed it anyways.