Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • acusticambiente Friend
    #1025503

    how can i change "view all" link from "Features Projects" module? (text and link)

    Pankaj Sharma Moderator
    #1025597

    Hi
    Go to go to /html/mod_articles_category/triangle.php
    Find

    <a class="btn btn-primary btn-icon" href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($jacategory->id));?>"><?php echo JText::_('VIEW_ALL'); ?> <i class="fa fa fa-long-arrow-right"></i></a>

    Replace it with

    <a class="btn btn-primary btn-icon" href="http://joomlart.com"><?php echo JText::_('VIEW_ALL'); ?> <i class="fa fa fa-long-arrow-right"></i></a>

    Now replace http://joomlart.com With your link.
    For View all text
    open /root folder of site/language/en-GB/en-GB.tpl_ja_decor.ini

    Find and change the text

    VIEW_ALL            = "View all"

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 1 month ago.

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