Log in

View Full Version : Adding the usergroup to the postbit


Paul-WA
08-08-2007, 06:44 PM
Hi,

I want to display both the usergroup and the user titles/custom user titles. I would like it to display like this:

Username (e.g. Paul)
User Title/Custom User Title (e.g. The One)
Usergroup (e.g. Registered User)

I have the user title set up I just need to add the usergroup field.

Paul-WA
08-11-2007, 12:23 PM
Can anyone help me with this?

Jubei
08-11-2007, 01:46 PM
For Postbit Legacy, I added this to my template:
$GLOBALS[vbulletin]->usergroupcache[$post[usergroupid]][title]}

Paul-WA
08-13-2007, 09:51 AM
I tried adding that code to my postbit legacy template but nothing happened. Where do I need to place this code to display the usergroup title below the username and user title?

Thanks.