Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • korely Friend
    #146810

    Please, explain how can we get rid of links in categories names (JA News2)? :confused:

    Anonymous Moderator
    #326472

    Hi korely

    Please open modulesmod_janews2tmplblog_item.php file, find following code section:


    <?php if ($showcattitle) : ?>
    <div class="ja-zincat clearfix">
    <h3>
    <a href="<?php echo $clink;?>" title="<?php echo trim(strip_tags($cdesc));?>">
    <span><?php echo $ctitle;?></span>
    </a>
    </h3>
    </div>
    <?php endif; ?>

    and change to:


    <?php if ($showcattitle) : ?>
    <div class="ja-zincat clearfix">
    <h3>

    <span><?php echo $ctitle;?></span>

    </h3>
    </div>
    <?php endif; ?>

    korely Friend
    #326476

    I’m sorry,
    how can we get rid of links in section names? (JA News2)…

    korely Friend
    #326531

    Anonymous Moderator
    #326600

    Hi koewly,

    Please open modulesmod_janews2tmplblog.php file, find following code section:


    <h2>
    <a href="<?php echo $slink;?>" title="<?php echo trim(strip_tags($sdesc));?>">
    <span><?php echo $stitle;?></span>
    </a>
    </h2>

    and change to:


    <h2>

    <span><?php echo $stitle;?></span>

    </h2>

    korely Friend
    #326675

    Great! Tnx a lot 😎

    korely Friend
    #327010

    And how can we get rid this?

    Thx a lot!

    Anonymous Moderator
    #327081

    Hi korely

    I would like to answer your questions as follows:

    + you are here:
    => open templatesja_teline_iiilayoutsblocksmainnav.php file, find following code section and remove:


    <div class="ja-breadcrums">
    <strong><?php echo JText::_('You are here')?></strong> <jdoc:include type="module" name="breadcrumbs" />
    </div>

    + image 2:
    => open templatesja_teline_iiilayoutsblocksheader.php, find following code section and remove:

    <p class="ja-day">
    <?php
    echo "<span class="day">".date ('l')."</span>";
    echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
    ?>
    </p>

    <p class="ja-updatetime"><span><?php echo JText::_('Last update')?></span><em><?php echo $this->getLastUpdate(); ?></em></p>

    + image 3:

    => open templatesja_teline_iiilayoutsblocksfooter.php file, find following code section and remove:


    <ul class="ja-links">
    <li class="layout-switcher"><?php $this->loadBlock('usertools/layout-switcher') ?></li>
    <li class="user-reset"><?php $this->loadBlock('usertools/reset') ?></li>
    <li class="top"><a href="<?php echo $this->getCurrentURL();?>#Top" title="<?php echo JText::_('Back to Top')?>"><?php echo JText::_('Top')?></a></li>
    </ul>

    korely Friend
    #327331

    Thank you! It works 🙂
    How to delete it:

    ??

    Saguaros Moderator
    #327460

    Please open the file: modulesmod_janews2tmplblog_item.php and remove a line code at line 90

    [PHP] echo “<strong>”.JTEXT::_(‘MORE:’).”</strong>n”;[/PHP]

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

This topic contains 10 replies, has 3 voices, and was last updated by  Saguaros 14 years, 11 months ago.

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