TinyMCE WYSIWYG editor
-
matthiasm3112
- Regular
- Posts: 5
- Joined: Mon Aug 21, 2006 2:46 pm
please help
i don't know how to define relative path .I tried many possibilities but doesn't work with me
soemone to help me please ?
thank you
soemone to help me please ?
thank you
Last edited by szuszak on Fri Sep 08, 2006 5:35 pm, edited 1 time in total.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: please help
Hi!
Sure we can help! What exactly did you already try?
Please also describe your path and URL layout that you are using. Also tell us if you followed the instructions and put a .htaccess file into the directory of the tinymce directory to prevent mod_rewrite, if you're using that?
Regards,
Garvin
Sure we can help! What exactly did you already try?
Please also describe your path and URL layout that you are using. Also tell us if you followed the instructions and put a .htaccess file into the directory of the tinymce directory to prevent mod_rewrite, if you're using that?
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/
Re: please help
Hi dear Garvingarvinhicking wrote:Hi!
Sure we can help! What exactly did you already try?
Please also describe your path and URL layout that you are using. Also tell us if you followed the instructions and put a .htaccess file into the directory of the tinymce directory to prevent mod_rewrite, if you're using that?
Regards,
Garvin
so in the file "serendipity_event_tinymce.php" the path is <script language="javascript" type="text/javascript" src="http://www.mydomainname.org/blog/
plugins/serendipity_event_tinymce/tinymce/jscripts/
tiny_mce/tiny_mce_gzip.php">
and in the administration panel : "/plugins/serendipity_event_tinymce/tinymce"
About instructions, the only instructions i had are on the administration panel.
no .htaccess in my directory
thank you Garvin
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: please help
Hi!
Could you give us the full valid URL with your real domainname? Then I could test where that file is accessible. Did you try to enter the URL you see in the <script src=>? It needs to work, if you get a 404 or other error it means that the given path is invalid.
Regards,
Garvin
Could you give us the full valid URL with your real domainname? Then I could test where that file is accessible. Did you try to enter the URL you see in the <script src=>? It needs to work, if you get a 404 or other error it means that the given path is invalid.
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/
I ve read this thread now but i cant get it to work either.
This is the url entered in the plugin configuration :/plugins/serendipity_event_tinymce/tinymce/.
Also everybody is talking about this tiny_mce_gzip.php but i cant seem to find any
php files in the tinymce directory.
This is the javascriptcode from the source:
-------------------------------------------
<script language="javascript" type="text/javascript" src="/plugins/serendipity_event_tinymce/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php"></script>
<script language="javascript" type="text/javascript">
tinyMCE.init({
mode
: "textareas",
language
: "nl",
theme
: "advanced",
plugins
: "imanager,,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,zoom,flash,searchreplace,print,contextmenu,paste,directionality,fullscreen",
theme_advanced_buttons1_add_before
: "save,newdocument,separator",
theme_advanced_buttons1_add
: "fontselect,fontsizeselect",
theme_advanced_buttons2_add
: "separator,insertdate,inserttime,preview,zoom,separator,forecolor,backcolor",
theme_advanced_buttons2_add_before
: "cut,copy,paste,pastetext,pasteword,separator,search,replace,separator",
theme_advanced_buttons3_add_before
: "tablecontrols,separator",
theme_advanced_buttons3_add
: "imanager,,emotions,iespell,flash,advhr,separator,print,separator,ltr,rtl,separator,fullscreen",
theme_advanced_toolbar_location
: "top",
theme_advanced_toolbar_align
: "left",
theme_advanced_path_location
: "bottom",
content_css
: "http://www.jeflog.nl/serendipity/index. ... dipity.css",
plugin_insertdate_dateFormat
: "%Y-%m-%d",
plugin_insertdate_timeFormat
: "%H:%M:%S",
extended_valid_elements
: "a[name|href|target|title|onclick|style],img[style|class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],div[class|aign|style]",
external_link_list_url
: "example_link_list.js",
external_image_list_url
: "example_image_list.js",
flash_external_list_url
: "example_flash_list.js"
});
</script>
------------------------
Do you know how to solve this problem?
Greetz,
Jeff
This is the url entered in the plugin configuration :/plugins/serendipity_event_tinymce/tinymce/.
Also everybody is talking about this tiny_mce_gzip.php but i cant seem to find any
php files in the tinymce directory.
This is the javascriptcode from the source:
-------------------------------------------
<script language="javascript" type="text/javascript" src="/plugins/serendipity_event_tinymce/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php"></script>
<script language="javascript" type="text/javascript">
tinyMCE.init({
mode
: "textareas",
language
: "nl",
theme
: "advanced",
plugins
: "imanager,,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,zoom,flash,searchreplace,print,contextmenu,paste,directionality,fullscreen",
theme_advanced_buttons1_add_before
: "save,newdocument,separator",
theme_advanced_buttons1_add
: "fontselect,fontsizeselect",
theme_advanced_buttons2_add
: "separator,insertdate,inserttime,preview,zoom,separator,forecolor,backcolor",
theme_advanced_buttons2_add_before
: "cut,copy,paste,pastetext,pasteword,separator,search,replace,separator",
theme_advanced_buttons3_add_before
: "tablecontrols,separator",
theme_advanced_buttons3_add
: "imanager,,emotions,iespell,flash,advhr,separator,print,separator,ltr,rtl,separator,fullscreen",
theme_advanced_toolbar_location
: "top",
theme_advanced_toolbar_align
: "left",
theme_advanced_path_location
: "bottom",
content_css
: "http://www.jeflog.nl/serendipity/index. ... dipity.css",
plugin_insertdate_dateFormat
: "%Y-%m-%d",
plugin_insertdate_timeFormat
: "%H:%M:%S",
extended_valid_elements
: "a[name|href|target|title|onclick|style],img[style|class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],div[class|aign|style]",
external_link_list_url
: "example_link_list.js",
external_image_list_url
: "example_image_list.js",
flash_external_list_url
: "example_flash_list.js"
});
</script>
------------------------
Do you know how to solve this problem?
Greetz,
Jeff
-
stm999999999
- Regular
- Posts: 1531
- Joined: Tue Mar 07, 2006 11:25 pm
- Location: Berlin, Germany
- Contact:
Hey,
I forgot to install the compressor, so I fixed it and now everything works fine. Thanks for the help.
But now I have a new question. When using TinyMCE, you can choose between some fonts. What do I have to do if I want to use more fonts. Can a upload any fonts, or are there only a limit of fonts available for usage on the web. And how do I get them to appear in TinyMCE?
Greetz,
Jeffrey
I forgot to install the compressor, so I fixed it and now everything works fine. Thanks for the help.
But now I have a new question. When using TinyMCE, you can choose between some fonts. What do I have to do if I want to use more fonts. Can a upload any fonts, or are there only a limit of fonts available for usage on the web. And how do I get them to appear in TinyMCE?
Greetz,
Jeffrey
-
stm999999999
- Regular
- Posts: 1531
- Joined: Tue Mar 07, 2006 11:25 pm
- Location: Berlin, Germany
- Contact:
For the people experiencing issues with the background color of TinyMCE, just add these lines to the style.css file in your template directory. TinyMCE looks for this code, worked for me.
Greetz,
Jeffrey
Code: Select all
/* WHITE TINYMCE BACKGROUND
----------------------------------------------- */
body.mceContentBody {
background: #fff;
color: #000;
}Jeffrey
-
blog.brockha.us
- Regular
- Posts: 695
- Joined: Tue Jul 03, 2007 3:34 am
- Location: Berlin, Germany
- Contact:
I'm not sure what you mean by 'mediadata' or by HTML Area but I am able to add images ok through the media manager. Oddly, when I go to media library it doesn't show any images, instead it says '- No images found -'
I did check the 'remember me' checkbox though.
Any more guidance muchly appreciated as that little 'Add image from media database' button looks mighty useful!
I did check the 'remember me' checkbox though.
Any more guidance muchly appreciated as that little 'Add image from media database' button looks mighty useful!
-
blog.brockha.us
- Regular
- Posts: 695
- Joined: Tue Jul 03, 2007 3:34 am
- Location: Berlin, Germany
- Contact:
HTML Area is the default WYSIWYG editor that is used, if you disable the tinymce plugin. So it would be interesting for me, if you could disable the tinymce plugin temporarly and try to insert images with html area. I guess this would not work, too, so it is no TinyMCE problem but an installation problem.
With "media access" I meant: All images are stored in the media database (this is the view showing all images). "media access" is a short form for: Accessing the media database (as while inserting images into your article).
That your mediadatabase is not showing any image after uploading is a problem we should fix first. Is the directory you configured for the media database existing on your server and accessible to your server?
With "media access" I meant: All images are stored in the media database (this is the view showing all images). "media access" is a short form for: Accessing the media database (as while inserting images into your article).
That your mediadatabase is not showing any image after uploading is a problem we should fix first. Is the directory you configured for the media database existing on your server and accessible to your server?