PDA

View Full Version : Call a usergroup


Frank Sinatra
12-01-2008, 12:09 PM
Hello,
I have a couple of questions, hope someone can helpme please

First, i need to call to a user group inside my table.
But i want this box only visible for registered users

Supposing: the group that i want to call is ID:5
The registered users are ID:2

I know is simple, but im very stupid :o

Thanks for any help :p

SEOvB
12-01-2008, 12:36 PM
I'm not sure what you mean by call the usergroup?

Do you want the box visible for ALL registered users, or only users in usergroup id 2?

Frank Sinatra
12-01-2008, 12:54 PM
Sorry for my bad explanation :o

I want that all the registered users (all) could see the table, except the visitors
and when a registered user see the table, inside there appears information about user group ID:5
like the information from postbit, but i will put it later if i can make this work


thankss :)

SEOvB
12-01-2008, 10:22 PM
<if condition="$show[member]">
Group information 5
</if>

Frank Sinatra
12-02-2008, 11:12 AM
thankss a lott :p