|
|
| View previous topic :: View next topic |
| Author |
Message |
ivanji
Joined: 01 Jan 1970 Posts: 5
 |
Posted: Mon Oct 15, 2007 12:05 pm
Post subject: Header linking to a different page
|
|
|
Hi,
In this website: http://ita.gurdjieff.es/
I want to change The section name: "Ultime Pubblicazioni" hyperlink to point to a Vmart page (http://ita.gurdjieff.es/publicaciones/vedi-tutti-i-pro
dotti.html) is there any way to change this link? even if I have to hard code it!
Please help.
Thanks very much,
Ivan J |
|
| Back to top |
|
 |
Vlade

Joined: 23 Aug 2007 Posts: 142 Location: Los Angeles, CA

 |
Posted: Mon Oct 15, 2007 8:45 pm
Post subject:
|
|
|
Hi,
for this you need to modify modules/mod_news_portal.php
First, Locate code similar to this:
if ( $Itemid == $_Itemid ) {
$link = sefRelToAbs( "index.php?option=com_news_portal&task=". $option_url."&id=". $row->componentid ."&Itemid=". $_Itemid);//$row->link
} else {
$link = sefRelToAbs( "index.php?option=com_news_portal&task=". $option_url."&id=". $row->componentid ."&Itemid=". $_Itemid );//
}
Second, replace it with:
if ( $Itemid == $_Itemid ) {
$link = sefRelToAbs( "index.php?option=com_news_portal&task=". $option_url."&id=". $row->componentid ."&Itemid=". $_Itemid);//$row->link
}elseif($sec_name == "Ultime Pubblicazioni"){
$link = "URL WHERE YOU WANT LINK TO GO TO ";
}else {
$link = sefRelToAbs( "index.php?option=com_news_portal&task=". $option_url."&id=". $row->componentid ."&Itemid=". $_Itemid );//
}
Hope I helped.
Hint: Make a backup of original file so if you make something wrong you can always put it back as it was before.
Regards, _________________ Vladimir
iJoomla Support |
|
| Back to top |
|
 |
ivanji
Joined: 01 Jan 1970 Posts: 5
 |
Posted: Wed Oct 17, 2007 3:01 pm
Post subject: very nice
|
|
|
Hey Vlade,
That's great. Thanks very much!
Exactly what I needed
Ivan J. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|
Shopping Cart
|