The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I'm trying to write a conditional and need help. I made a custom profile field, YES & NO options. Now Im trying to display something on the forumhome, if the user selects YES in their USERCP.
PHP Code:
|
|
#2
|
|||
|
|||
|
You need to create a plugin for your index page that will call field38 then it will work. View my Alias hack via my profile if you need an example.
|
|
#3
|
||||
|
||||
|
No you don't. It'd be easier to just do a template edit, in my opinion.
Use $bbuserinfo instead of $post. $post is used for the postbit variables. |
![]() |
|
|