TinyMCE
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: TinyMCE
Hi!
Yes, you can install the TinyMCE editor plugin via Spartacus / http://spartacus.s9y.org/.
Best regards,
Garvin
Yes, you can install the TinyMCE editor plugin via Spartacus / http://spartacus.s9y.org/.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
And now an installation question....
I had no problem installing the plugin but am getting the following error when i attempt to edit an entry with tinyMCE activated - thank you!
Code: Select all
Error: tinyMCE is not defined
Source File: http://www.cricketcreekfarm.com/newsite/blog/serendipity_admin.php?serendipity[action]=admin&serendipity[adminModule]=entries&serendipity[adminAction]=edit&serendipity[id]=1
Line: 325-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: And now an installation question....
Hi!
This can happen if you did not enter the right tinymce path.
Look up the HTML sourcecode of your admin page of the 'Create entry' section and search for the <script src=...> call of tinymce. Check that URL, enter it in your browser and see if you get the javascript there!
It might help if you put a .htaccess file into the directory of the tinymce plugin with this content:
Best regards,
Garvin
This can happen if you did not enter the right tinymce path.
Look up the HTML sourcecode of your admin page of the 'Create entry' section and search for the <script src=...> call of tinymce. Check that URL, enter it in your browser and see if you get the javascript there!
It might help if you put a .htaccess file into the directory of the tinymce plugin with this content:
Code: Select all
RewriteEngine Off
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/