Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • anantjk Developer
    #204632

    Hi,

    Went through all the postings on “RECENT PROJECTS” and I could not get it changed. And this is the only part in the template, that goodness, so difficult to change.

    I need help in following two areas for the “RECENT PROJECTS”.

    1. I need to change the text. From RECENT PROJECTS to STUDY AREAS. How can I do this?

    2. I need to point the VIEW ALL to the COURSES on my main menu. How can I do this?

    Please help. Trully appreciate it. Thanks.

    Pankaj Sharma Moderator
    #563038

    Hello
    Find this file in

    Root/language/en-GB/en-GB.tpl_ja_sugite.ini

    around 138 line


    ;Template Custom
    TPL_VIEW_ALL ="View all"
    TPL_RECENT_PROJECTS ="Recent Projects"

    For more info on this Take a look on this Post

    <blockquote> I need to point the VIEW ALL to the COURSES on my main menu. How can I do this? </blockquote>

    Open templates/ja_sugite/html/mod_articles_category/projects.php

    find this code

    <a class="btn btn-border btn-lg" href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($jacategory->id));?>"><span><?php echo JText::_('TPL_VIEW_ALL'); ?></span></a>

    Change it into


    <a class="btn btn-border btn-lg" href="<?php echo 'http://joomlart.com';?>"><span><?php echo JText::_('TPL_VIEW_ALL'); ?></span></a>

    Change Joomlart.com in above code with your link .

    Take a backup of original file before applying changes .
    Clear cache and check .

    anantjk Developer
    #563120

    Thanks… it works… Appreciate it.

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

This topic contains 3 replies, has 2 voices, and was last updated by  anantjk 9 years, 7 months ago.

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