The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide Unentered Profile Fields in Postbit
I know there's a hack that allows unentered profile fields to stay hidden in the profile/getinfo page, but I was wondering, is there one that allows you to hide those in the postbit?
Like one of my custom fields is in my postbit template. If a person doesn't have that filled out, how can I make it so that when they post, that particular line/custom field stays hidden from the postbit area? Like make this hidden in the postbit if that field is not filled out in his/her profile: Quote:
|
#2
|
|||
|
|||
During the post build in showthread.php add something like this...
PHP Code:
|
#3
|
|||
|
|||
better do :
in template : <if condition="$post['field11'] != '' "> <b>Side</b>: $post[field11]<br> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|