The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Opening Forum page in new window
Anyone know how to open the Forum page as a new tab on the browser without closing the CMS page?
|
#2
|
|||
|
|||
You could do something like edit the navbar template and find:
Code:
<a href="{vb:link forumhome}"> (which seems to occur three times for some reason) and replace it with Code:
<a href="{vb:link forumhome}" target="vbforum"> This has one flaw (that I know of) - if you arrive on the forum page from somewhere other than the CMS page then press the Forum button, it will open another window/tab on the same page. Maybe someone can figure out how to get around that. (I'm not sure why the forum button is even active when you're already there). |
#3
|
|||
|
|||
That worked great! But now when I press Home from the forum screen it opens another home page in the current forum tab instead of returning to the original home page.
--------------- Added [DATE]1335292028[/DATE] at [TIME]1335292028[/TIME] --------------- I guess this isn't going to work because every article I click on in CMS refreshes the CMS page and that restarts the MP3 player. I think I'll create a new nav tab and put the player on a separate page Thanks |
#4
|
|||
|
|||
I guess that last comment was intended for your mp3 player thread? Anyway, I didn't think of the problem with going back to the CMS page. I don't really know how to handle that. Maybe there's some way to set the window name so you could set it depending on whether it's a CMS page or a forum page, then set the button links to target the right window.
Hopefully someone else will know if this can be done. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|