PDA

View Full Version : How do I stop link from opening new window in vbthread?


nicedreams
03-03-2006, 06:37 PM
How do I stop the link for the blog entry link in the vb thread from opening in a new window?

Jim

myetalk
03-06-2006, 10:04 PM
I think their is a target=" _blank" somewhere in the vbthread template...

( in the vbdrupal forum templates )

nicedreams
03-06-2006, 10:12 PM
I think their is a target=" _blank" somewhere in the vbthread template...

( in the vbdrupal forum templates )

No, there is not. It is the bbcode in vb that is doing it.

Jim

elmuerte
03-07-2006, 01:04 AM
You could install this vBulletin: http://www.vbulletin.org/forum/showthread.php?t=103280
Then modify the vbthread template to use the [drupal] tags to create the link

nicedreams
03-07-2006, 10:06 AM
You could install this vBulletin: http://www.vbulletin.org/forum/showthread.php?t=103280
Then modify the vbthread template to use the [drupal] tags to create the link

Hmm, I'm not sure what that is doing?

What I did was just change the link in the template to:

<a href="$vboptions[drupalurl]/node/$nid" title="$ntitle">$ntitle</a>

Anything wrong with doing that instead of using the bbcode? It seems to work fine.

Jim

elmuerte
03-07-2006, 01:16 PM
that would require HTML posting rights