The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to make custom CMS pages not open in new tabs
Hello,
I got a little issue with some CMS pages. http://www.mypokerhub.com/content.ph...tions?tabid=48 Is there a way to make it so when I click on one of the images for it not to open the in a new tab, but on the same page? |
#2
|
|||
|
|||
The html for those links has target="_blank", which is what's making them open in a new tab.
|
#3
|
|||
|
|||
I just posted the images and used the link button from the WYSWYG editor.
Is there a quick change i can do? |
#4
|
|||
|
|||
Oh, I see. That's built-in when you put a link in a post using the [url] bbcode (or use the editor button). I'm not sure what to do about that.
Maybe you could make a bbcode with a tag like ARTICLE and replacement: Code:
<a href="content.php/{option}">{param}</a> Then instead of using the link button, surround your images with that tag like: Code:
[ARTICLE=129-PokerStars-Homepage](image here)[/ARTICLE] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|