Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • ronie Friend
    #122515

    Hi I’m Ronie,
    I’m using the JoomlaFCK 2.4.3 – a WYSIWYG editor for Joomla, based on FCKeditor 2.4.3 on the JA Sabina v1.0 template but when I use the JoomlaFCK editor I don’t see any the toolbars.
    If I change the joomla template then the editor works and I do see the toolbars.
    Have a look at the attachment.

    Does anyone know why this happens?

    Thanks
    Ronie.


    1. untitled
    kashxo Friend
    #228718

    do you have any URL to view?

    diztie Friend
    #229009

    i have same problem (TinyMCE) and JA Sabina :confused: same in IE and FF

    doguz Friend
    #232122

    I’m using Joomla 1.0.13 and JA Sabina and JCE editor

    (MiCCAS) Please note I have removed the administrator access details for privacy reasons. Moderators and support staff can retrieve the access details from the user’s notes.

    The frontend editor doesn’t show up the editing toolbar and the save buttons do not work. Click – nothing happens.

    I can change to any of your other templates (mercury, wezen) and the editor works fine.

    It must be something in the template. Hope you can figure out a solution.

    Doguz

    doguz Friend
    #232399

    Can you help with this problem please?

    ronie Friend
    #233899

    After lots of searching and testing I found the answer to this probleem, at least for me.
    In the HTML page of the template you would need to add a string.
    Between <head> and <?php mosShowHead(); ?> you should add <?php if ( $my->id ) { initEditor(); } ?> so it looks like this

    <head>
    <?php if ( $my->id ) { initEditor(); } ?>
    <?php mosShowHead(); ?>

    😎
    😀 So proud of myself,
    Thank you Father….
    Ronie.

    kaskille Friend
    #234639

    <em>@ronie 33556 wrote:</em><blockquote>
    <head>
    <?php if ( $my->id ) { initEditor(); } ?>
    <?php mosShowHead(); ?>

    😎
    😀 So proud of myself,
    Thank you Father….
    Ronie.</blockquote>

    Ok, well i do this modification and i could find my JCE Editor, so thanks for this first fix. But, I have another bug. The background of my JCE is the background of the “body” of the site

    <blockquote>body {
    background: url(../images/od_bg.gif) repeat-x #659760;
    color: #515151;
    font: 11px/1.5 Tahoma, Arial, Verdana, sans-serif;
    }</blockquote>

    Well, if i modify the value #659760, i modify everything. I’ve just wanted to change the background of JCE (or tineCM, or FCK, i think there is the same bug, no ?)

    ….help ? :((

    antesan Friend
    #241586

    In which html file should you do this correction?

    glassman Friend
    #245686

    <em>@ronie 33556 wrote:</em><blockquote>After lots of searching and testing I found the answer to this probleem, at least for me.
    In the HTML page of the template you would need to add a string.
    Between <head> and <?php mosShowHead(); ?> you should add <?php if ( $my->id ) { initEditor(); } ?> so it looks like this

    <head>
    <?php if ( $my->id ) { initEditor(); } ?>
    <?php mosShowHead(); ?>

    😎
    😀 So proud of myself,
    Thank you Father….
    Ronie.</blockquote>

    That’s awesome…..the answer I was looking for. Thanks for taking the time to come back and paste your findings.

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 7 voices, and was last updated by  glassman 16 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum