Log in

View Full Version : member number in post bit?


BOSS 302
11-01-2006, 03:55 AM
how can i get member numbers to show up in post bit automatically?

i currently have the show profiles in post bit hack installed and can manually enter a member number and have it display, but i would like to know how to make that happen automatically?

i don't want to manually enter hundreds of member numbers.

r007
11-01-2006, 01:12 PM
Hey BOSS 302

Here is an example of how you can add the user ID to the postbit:

Find in the postbit style:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
And add this after it:
<if condition="$post['userid']"><div>UserID: $post[userid]</div></if>

BOSS 302
11-01-2006, 07:43 PM
awesome!

thank you.