I was reading this thread about how to get "supporting member" shown in postbit.
https://vborg.vbsupport.ru/showthrea...porting+member
I have a vb3.60 board and basically want to get a similar thing going like shown below.
http://www.martialartsplanet.com/for...75&postcount=7
In his postbit profile, there is a picture "Elite". I believe this can be done in the same way
so I tried.
my [supporting member] group ID is 60.
In postbit, I added the code below
<if condition="$post[usergroupid] == 60">Supporting Member</if>
However, this didnt work... why?
thanks.