PDA

View Full Version : Display User's Email in Postbit/legacy for Admins and Mods for vB4?


Skyrider
11-21-2012, 02:59 PM
https://vborg.vbsupport.ru/showthread.php?t=154230

^ anyone knows the code to get this to work for vB4? I've attempted to convert the code to vB4 but all it shows up is absolutely nothing. It's empty and vB accepts the code I've entered in the template(s) with no errors.

Some help would be appreciated.

PS.. can this thread be moved to:
https://vborg.vbsupport.ru/forumdisplay.php?f=112

Skyrider
11-25-2012, 01:30 PM
Anyone?

kh99
11-25-2012, 09:42 PM
You should be able to change $vbphrase[join_date] to {vb:phrase joindate} and $post[email] to {vb:var post.email}.

Edit: also change
<if>
...
<else>
...
</if>



<vb:if>
...
<vb:else />
...
</vb:if>

Skyrider
11-25-2012, 10:06 PM
Gracias, works perfectly.