PDA

View Full Version : Site Navigation Opening in New Windows


txspaderz
07-28-2006, 06:19 PM
Hello!!

I have a concern.

I have changed the Site Nav module into a Links module, with links outside of my domain. I am needing these to open in a new window.

I have tried editing this:

adv_portal_navigationbits
<div class="smallfont">$navmark <if condition="$link"><a href="$link" TARGET="_blank">$title</a><else />$title</if></div>

And also this:

adv_portal_navigationbits
<div class="smallfont">$navmark <if condition="$link"><a href="$link" TARGET="_new">$title</a><else />$title</if></div>

Neither seems to work. Can anyone shine a light to point me in the correct directon on this? Much thanks!

txspaderz
07-29-2006, 01:15 PM
Bump

Our Sponsors
 

Casey
07-30-2006, 06:27 AM
Hello!!

I have a concern.

I have changed the Site Nav module into a Links module, with links outside of my domain. I am needing these to open in a new window.

I have tried editing this:

adv_portal_navigationbits


And also this:

adv_portal_navigationbits


Neither seems to work. Can anyone shine a light to point me in the correct directon on this? Much thanks!
did you look in navigation.php?

i set this for my site, and now i don't remember how i did it.

TTG
07-30-2006, 06:30 AM
Clicking here (http://www.vbulletin.com/forum/showthread.php?t=116782) may help.

Our Sponsors
 

txspaderz
08-01-2006, 12:31 AM
I tried that TTG, and it did the same thing... I'm wanting the Navigation module's links to open in a new window. I looked in navigation.php, and I didn't see anything that made sense to me at least, lol...

What I did, was I copied the site navigation module and made it an "affiliates" module, and I am wanting them to be opened in a new window...

Any other suggestions?