View Full Version : member's ID
sulasno
03-17-2010, 04:00 PM
is it possible to display the member's id in the forum?
mandingo
03-17-2010, 04:25 PM
In template postbit_legacy:
Find:
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
Right under it,put:
<vb:if condition="$post['userid']"><dt>User ID:</dt><dd>{vb:raw post.userid}</dd></vb:if>
If you're using postbit do the same thing ,but to the postbit template.
sulasno
03-18-2010, 03:13 AM
thanks
will try
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.