The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
is it possible to display the member's id in the forum?
|
|
#2
|
||||
|
||||
|
In template postbit_legacy:
Find: 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['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. |
|
#3
|
|||
|
|||
|
thanks
will try |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|