The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how could I accomplish this?
when I press my chatroom link on the navbar it opens the chatroom in a new page. i want it to open in the same window. i also have another chat link on the navbar under "quick links" menu. and that opens up in the same window. where can I find that code for the one that opens in the same window so I can replace it with my other one? i looked at navbar and its not there. plz any help would be appreciated. also this is how my chat link code looks like for the one that opens in different window. could i just do a simple recoding to this so it can open in same window like the other link?
Quote:
|
#2
|
|||
|
|||
Try this
Code:
<td class="vbmenu_control"><a href="misc.php?do=flashchat$session[sessionurl_q]" rel="nofollow">$vbphrase[FlashChat]</a></td> |
#3
|
||||
|
||||
HTML Code:
<td class="vbmenu_control"><a href="/misc.php?do=flashchat" target="_self"><span style="color: yellow;">CHAT</span></a></td> |
#4
|
|||
|
|||
evilakuma yours worked but it still opened it in a new page. Thank you for helping though
dismounted gave me the perfect code that i was looking for. thank you |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|