Log in

View Full Version : Postbit Modifaction?


Dark Riku
02-06-2006, 04:32 AM
hey, I Was wondering, How do i do this?

http://img95.imageshack.us/img95/5020/untitled20em.jpg


They have it going off Usergroup or something, I Dont really know and help would be nice ;( Thanks

I Found this, its Sort of what im looking for

<if condition="$bbuserinfo['usergroupid'] == '6'">
Text, etc
</if>

but that code only shows it for Usergroup Six, I Want Only usergroup six to HAVE That banner but make it so anyone can view it, any idea's?

Vishaaldesiking
03-22-2009, 10:07 AM
i need this one to can anyone help me also

Cryo
03-22-2009, 12:43 PM
Try...

<if condition="$bbuserinfo['usergroupid'] == '6'">
Text, etc
<else />
(insert a clickable expanding DIV from Google or something with your content)
</if>

That should force group 6 to view it, then give whatever option you put in for everyone else.