test melih
 melih
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • whiteman43 Friend
    #164945

    Hi,

    I want to remove this. Please help.
    13603


    1. 1
    thangnn1510 Friend
    #395169

    Please copy blog.php from modulesmod_janewsprotmpllinear to templatesja_teline_ivhtmlmod_janewsprolinear and then open templatesja_teline_ivhtmlmod_janewsprolinearblog.php. Remove these code:

    <!-- Subcategories List-->
    <?php $categories = $helper->_categories_org[$secid];?>
    <?php if($categories){?>

    <div id="ja-cats-slide-mainwrap-<?php echo $moduleid?>-<?php echo $secid?>" class="ja-cats-slide-mainwrap clearfix">

    <!-- Control Buttons -->
    <div class="ja-newspro-control" style="display: none">
    <a href="javascript:void(0)" class="ja-newspro-control-prev prev">
    <span><?php echo JText::_('Prev')?></span>
    </a>
    <a href="javascript:void(0)" class="ja-newspro-control-next next">
    <span><?php echo JText::_('Next')?></span>
    </a>
    </div>

    <div class="subcats-selection-wrap">
    <ul class="subcats-selection">
    <li class="active">
    <a href="<?php echo $helper->cat_link[$secid]?>" onclick="return false" rel="<?php echo $secid?>" class="subcat-title" title="<?php echo trim(strip_tags($helper->cat_desc[$secid]));?>">
    <span><?php echo JText::_('All')?></span>
    </a>
    <a href="<?php echo $helper->cat_link[$secid]?>" class="subcat-more"><span><?php echo JText::_('More')?></span></a>
    </li>
    <?php foreach( $categories as $cat ): ?>
    <li>
    <a href="<?php echo $cat->link?>" onclick="return false" rel="<?php echo $cat->id?>" class="subcat-title" title="<?php echo trim(strip_tags($cat->description));?>">
    <span><?php echo $cat->title?></span>
    </a>
    <a href="<?php echo $cat->link?>" class="subcat-more"><span><?php echo JText::_('More')?></span></a>
    </li>
    <?php endforeach; ?>
    </ul>
    </div>
    </div>
    <?php }?>
    <!-- End -->

    Hope this helps you :).

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

This topic contains 2 replies, has 2 voices, and was last updated by  thangnn1510 13 years, 8 months ago.

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