Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #826463

    Hi
    Its an Article category module , the link is redirected to the category that u selected in the Module options >
    http://prntscr.com/9gnzzh
    in case u want to make static link , you need to edit the files of this module and then add you custom link in php code . Go to /html/mod_articles_category/packery.php" in template "ja_mono".
    Find and edit below code :

        <a class="readmore" href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($jacategory->id));?>"><span><?php echo JText::_('TPL_SEE_ALL_PORTFOLIO'); ?></span></a>
    upweb Friend
    #826814

    Hi,

    thank you. I just wanted to override the text, so I used TPL_SEE_ALL_PORTFOLIO constant and it worked.

    thanks

    valthebault Friend
    #852885

    Hi,

    I need to do almost the same thing: I need to change the ‘View Full Portfolio’ first into French then to be different for the blogs than the articles, so what I want is for it to show ‘Tous nos articles’ and ‘Tous nos Blogs’ on the homepage.
    However, when I change the ‘TPS_SEE_ALL_PORTFOLIO’ into ‘Tous_Nos_Articles’, it changes everything on the homepage and it does not lead to all the articles, it leads to one submenu.

    If I’m not being clear it might be because I’m new in this, so bear with me please and help.

    Thanks

    Pankaj Sharma Moderator
    #854047

    Hi
    Go to root/en_GB/en-GB.tpl_ja_mono.ini
    Find this code

    
    TPL_SEE_ALL_PORTFOLIO                     = "View Full Portfolio"

    Change it from above code . If you using multiple language on site you need to copy
    en-GB.tpl_ja_mono.ini file in french language folder and change in french .
    Kindly add replace en-GB. with fr when u copy the file in french language folder .

    valthebault Friend
    #854546

    Oh My Goodness, this must have solved 80% of the problems I’ve been struggling with for more than a month!!

    Thank you so much!

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

This topic contains 5 replies, has 3 voices, and was last updated by  valthebault 8 years, 10 months ago.

The topic ‘Change "View Full Portfolio"’ is closed to new replies.