The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
In a template, how can I check if a user has a custom usertitle?
Along the lines of... (pseudo code) Code:
<if condition="has_custom_usertitle == true">$post[usertitle]</if> |
|
#2
|
|||
|
|||
|
Try this:
Code:
<if condition="$post['customtitle']">$post[usertitle]</if> |
|
#3
|
|||
|
|||
|
Thank you very much.
|
![]() |
|
|