Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cecil chen Friend
    #182161

    hi guys, my issue is this:

    we have a splash page for disclaimer, index.html. Now i need the home menu item on my jadroid template to link to index.php, so that it wont keep linking user back to index.html. In previous 1.5 version it was possible, but now i dont see any option to do this.

    I hope the joomlart wizards can help me out here PLEASE,

    In previous versions of Joomla, it was possible to change the code in the file modules/mod_mainmenu/helper.php

    Change the line:
    Code:
    $tmp->url = JURI::base();

    but on this 2.5 template, that code doesnt even exist, pls joomlart wizards, find me a solution please, thanks so much in advance !

    Cristy

    Ninja Lead Moderator
    #472759

    If you are using JA Droid J1.5, you can try with my suggestion
    <blockquote>Open plugins/system/jat3/core/menu/base.class.php file</blockquote>
    at

    if ($v->home == 1) {
    $v->url = JURI::base(true).'/';
    }


    if ($v->home == 1) {
    $v->url = JURI::base(true).'/index.php';
    }

    cecil chen Friend
    #473519

    Brilliant! it works! Thanks NINJA!!!

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

This topic contains 3 replies, has 2 voices, and was last updated by  cecil chen 12 years ago.

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