Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Menalto Friend
    #129736

    If you have problems with the frontend editor in your Joomla 1.0.x template most likely this code here is missing:

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

    What you can do then is to find the closing head tag:


    </head>

    And add this code above:


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

    So it will look like this:


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

    cgc0202 Friend
    #255944

    <em>@Menalto 59397 wrote:</em><blockquote>If you have problems with the frontend editor in your Joomla 1.0.x template most likely this code here is missing:

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

    What you can do then is to find the closing head tag:


    </head>

    And add this code above:


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

    So it will look like this:


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

    </blockquote>

    Thanks for this Menalto,

    Is there a way that the webdesigner as well as the testers made aware of this?

    Cornelio

    Menalto Friend
    #256023

    This has been told to them so yes……..

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

This topic contains 3 replies, has 2 voices, and was last updated by  Menalto 15 years, 10 months ago.

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