Hey everybody,
Currently, our board supports user-defined Custom User Titles for every member.
The problem is, we also want to display
Administrator and
Moderator Usergroup User Titles, and from my understanding Custom User Titles overwrite Usergroup User Titles.
We could just use User Ranks for this, but those are already in use.
So we want to display:
User Title
Custom User Title
User Rank
I was hoping I could just make a template edit to the postbit template, and add:
PHP Code:
<span class="usertitle">{vb:raw post.customusertitle}</span>
But of course, $post['customusertitle'] doesn't exist. And I'd still need to stop the Custom User Title from superseding the User Title.
So could somebody point me in the right direction?
Sorry for the open-ended question, I'm new to modding vBulletin.