PDA

View Full Version : New pm link


DarknessDivine
07-31-2004, 02:56 PM
In the welcome block there is a link to new pm's that does not work. How to do I find the correct link to make this work?
The current link is this:
<if condition="$vba_options['portal_welcome_newpms']"><a href="$vboptions%5Bbburl%5D/private.php?$session%5Bsessionurl%5D">$vbphrase[new_pms]</a>:
$bbuserinfo[pmunread]<br />
Which template has the default vBulletin PM link?
I have searched through and tried several and none of them are working??? :confused:

mholtum
07-31-2004, 03:19 PM
Mine has worked since install... Hmm

Our Sponsors
 

Zachery
07-31-2004, 03:23 PM
Er, you have HTML replacement entatiys instead of the proper characters. use this


<if condition="$vba_options['portal_welcome_newpms']"><a href="$vboptions[bburl]/private.php?$session[sessionurl]">$vbphrase[new_pms]</a>:
$bbuserinfo[pmunread]<br />

DarknessDivine
07-31-2004, 05:37 PM
Thanks Zachery..lol..I didn't originally do that I was just trying to help someone figure out why it didn't work for them...and that explains it...;)