Viewing 16 post (of 16 total)
  • Author
    Posts
  • Saguaros Moderator
    #387892

    <em>@dieudonne 235183 wrote:</em><blockquote>Thanks but it doesn’t work (The template’s theme setting is default).

    <?php if($showcattitle){?>
    <h2>
    <?php echo $helper->cat_link[$secid];?>" title="<?php echo trim(strip_tags($helper->cat_desc[$secid]));?>">
    <span><?php echo $helper->cat_title[$secid];?></span>
    </h2>
    <?php }?>

    The link is still active.
    Is it work in your Jateline IV’s version ?</blockquote>

    YOu open the file: modulesmod_janewsprotmpldefaultblog.php and find the following code:
    [PHP]
    <?php if($showcattitle){?>
    <h2>
    <a href=”<?php echo $helper->cat_link[$secid];?>” title=”<?php echo trim(strip_tags($helper->cat_desc[$secid]));?>”>
    <span><?php echo $helper->cat_title[$secid];?></span>
    </a>
    </h2>
    <?php }?>>

    [/PHP]

    replace by:

    [PHP]
    <?php if($showcattitle){?>
    <h2>
    <a href=”#” title=”<?php echo trim(strip_tags($helper->cat_desc[$secid]));?>”>
    <span><?php echo $helper->cat_title[$secid];?></span>
    </a>
    </h2>
    <?php }?>
    [/PHP]

    then you clear joomla cache, and t3 cache => check this again

Viewing 16 post (of 16 total)

This topic contains 16 replies, has 5 voices, and was last updated by  Saguaros 13 years, 7 months ago.

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