PDA

View Full Version : deferant postbit for each user group


montda
05-01-2005, 09:47 PM
it is possible to give a certain user group a modifyed postbit?

for exampel :
-the post bit for the normal user is the defult one
-if an admin replay in a thread the postbit for the admin sit to another color or another style ... :rolleyes:

sorry but my English is bad so i wish to explain it better :disappointed:

DRJ
05-02-2005, 01:41 AM
<if condition="$post['usergroupid']==#">

Code here for the usergroup

<else />

Code here for the rest of the usergroups

</if>

Replace # with the id for the usergroup you want this code to work for.

montda
05-02-2005, 06:00 PM
thx i well try it :)