tiny mce editor with ALL futures for admins possible?

Cool

Active member
hi,
i need the fully working editor and the image and filemanager(wich i have both) for admins (without any restriction)
will that be possible?

thanks
 
Those are the paid components of the editor:

http://tinymce.moxiecode.com/download/download.php

If you can install those components into the tinymce editor in xenForo then you should be able to conditionally display them by modifying the editor templates in the Admin CP:

Admin CP -> Appearance -> Templates
> editor_js_setup
> editor_ui.css

This template condition will display something only for members of the admin group:

Code:
<xen:if is="{xen:helper ismemberof, $visitor, 3}">
	...
</xen:if>
 
thank you!

should be an option in the admin settings to use the full editor for admins with all existing functions without fiddling in the templates.
 
Top Bottom