The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Removing Info from Postbit
Before I start messing with my postbit template. Is there any way to remove Location and Joindate from the postbit but still have them show up on profile pages? I know you can still make them viewable on memberlist, just want it removed from postbit.
|
#2
|
||||
|
||||
You could probably just write a plugin to set those fields to '' (blank, null, whatever you want to call nothing) and then they won't show on the postbit.
|
#3
|
||||
|
||||
Well,it does involve tinkering with your postbit template,but.
What I did was comment it out in the postbit/legacy templates. The comment-out code is easy to find later if you change your mind. Code:
<!-- <vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt><dd>{vb:raw post.joindate}</dd></vb:if> --> Code:
<!-- <vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if> --> |
#4
|
||||
|
||||
I like that idea. It just annoying having that shown when its not info that is really all that important to have.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|