The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Pm open in new window HOW????
How can i make the pm to open in a new window???
|
#2
|
|||
|
|||
AdminCP > Styles & Templates > Style Manager > Edit Templates > Private Message Templates > Double click pm_messagelistbit.
Find: Code:
<a href="private.php?$session[sessionurl]do=showpm&pmid=$pm[pmid]"> <if condition="$show['unread']"><strong>$pm[title]</strong><else />$pm[title]</if> </a> Code:
<a href="private.php?$session[sessionurl]do=showpm&pmid=$pm[pmid]" target="_blank"> <if condition="$show['unread']"><strong>$pm[title]</strong><else />$pm[title]</if> </a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|