Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • swhel Friend
    #129291

    My editors dosent works in frontpage anymore. Using Jce as default buth tryd others to. They dont show up. Using jce1.1.8 joomla 1.0.15 noth in Ie ore firefox. Works fine in backend. http://www.kollon.se

    Sherlock Friend
    #252057

    Hi swhel !
    Do you use old version of teline ii ?
    You can fix it by way :
    open index.php file in templates/ja_teline_ii folder add following code section to under “<header>” tag :


    <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/editor.css" type="text/css" />

    swhel Friend
    #252072

    Did speed up buth no editor buth trying teline 1.2 now i hade 1.1 dident now it was a uppgrade. hope that help.

    swhel Friend
    #252297

    Nowe upgraded and no succes, still no editor in frontend. Any soloution to this somewone.

    Menalto Friend
    #252298

    Try to find this line here in the index.php:

    include_once (dirname(__FILE__).DS.'/ja_vars_1.0x.php');
    And add this below:

    if ( $my->id ) { initEditor(); }
    Or this:

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

    This code is to control the editor and it seems to be missing from the templates for 1.0.xx.

    swhel Friend
    #252307

    That did the thing. Buth is it only to mi id ore others to.

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

This topic contains 6 replies, has 3 voices, and was last updated by  swhel 16 years, 5 months ago.

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