Log in

View Full Version : Show Thread Enhancements - Remove "Join Date" in Postbit


Special Pages
03-08-2011, 10:00 PM
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: <vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if> and remove the whole code. Enjoy! :D

Last_Zero
03-09-2011, 07:11 PM
mmm Thank You But Why Someone Remove The Join Date Field From User Info ?

Special Pages
03-09-2011, 10:14 PM
It actually depends on what the forum owner wants.

sulasno
03-09-2011, 11:34 PM
tagged and thanks

can I simply put the code between /* code */ instead of removing it ?

Boofo
03-10-2011, 12:03 AM
You can use comment tags around the code in the template.

<vb:comment><vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if></vb:comment>

sulasno
03-10-2011, 12:37 AM
Thanks

Special Pages
03-10-2011, 01:51 AM
Sorry for the late reply but yes just like what Boofo said. Thanks Boofo. :D

beckham_250
03-19-2011, 11:59 AM
thanks

Special Pages
03-31-2011, 05:49 PM
Your Welcome. :D

ProFifaLeagues
06-09-2011, 06:23 PM
Thank you nice tip

Harpo
11-18-2013, 12:49 PM
Installed. Thanks a bunch.