The Arcive of vBulletin Modifications Site. |
|
Remove "Join Date" in Postbit Details »»
|
|||||||||||||||||||||||||
Demo: http://thediscussioncafe.com
This template edit will just help you remove the "Join Date" in the postbit when you are viewing a thread. Go to AdminCP > Styles & Templates > Style Manager > pick your style > Edit Templates postbit and then find: Code:
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
mmm Thank You But Why Someone Remove The Join Date Field From User Info ?
|
|
#3
|
|||
|
|||
|
It actually depends on what the forum owner wants.
|
|
#4
|
|||
|
|||
|
tagged and thanks
can I simply put the code between /* code */ instead of removing it ? |
|
#5
|
||||
|
||||
|
You can use comment tags around the code in the template.
HTML Code:
<vb:comment><vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if></vb:comment> |
|
#6
|
|||
|
|||
|
Thanks
|
|
#7
|
|||
|
|||
|
Sorry for the late reply but yes just like what Boofo said. Thanks Boofo.
|
|
#8
|
|||
|
|||
|
thanks
|
|
#9
|
|||
|
|||
|
Your Welcome.
|
|
#10
|
||||
|
||||
|
Thank you nice tip
|
![]() |
|
|