View Full Version : Public User Group Leaders?


Carlo
29th January 2004, 09:15 PM
I need some help with this. I'm trying to make public user groups so people can use them like clans. BUT i don't know how to set a group leader and how to make it work so that he chooses who joins his group and who doesn't.

Floris
29th January 2004, 09:26 PM
Thread moved to the low level troubleshooting/help forum.

Carlo
29th January 2004, 09:32 PM
Woops, my mistake. Thanks for the move.

HiDeo
29th January 2004, 10:03 PM
You can use modo or smodo

Carlo
29th January 2004, 10:46 PM
You can use modo or smodo
Huh???? That doesn't help much....

HiDeo
29th January 2004, 11:15 PM
A little !
I think modo is a good solution

Carlo
29th January 2004, 11:26 PM
I don't even know what you're talking about.. if you're not gonna help, please don't make me read senseless stuff :p :confused:

Zachery
29th January 2004, 11:51 PM
I need some help with this. I'm trying to make public user groups so people can use them like clans. BUT i don't know how to set a group leader and how to make it work so that he chooses who joins his group and who doesn't.
When you set them as a public usergroup click on the drop down in the ACP and select ADD Usergroup leader :)

Carlo
29th January 2004, 11:58 PM
When you set them as a public usergroup click on the drop down in the ACP and select ADD Usergroup leader :)
AH! So obvious... yet I wouldn't find it. THANKS :D

Carlo
30th January 2004, 06:17 AM
Ok I solved that, but now i'm having another problem.. How do I display what public usergroup they are a member of in the postbit? I tried copying the code from the memberinfo template, but it won't work:

http://forums.honduground.com/showthread.php?p=1310#post1310

See how it has their username, usertitle, and then 'Clan: ', but the usergroup won't appear?

Zachery
30th January 2004, 10:40 AM
<if condition="IS_MEMBER_OF($post, X)"> Clan: Clan Alpha </if>

replace with the groupid of the additional member group

tigsman
30th January 2004, 02:08 PM
<if condition="IS_MEMBER_OF($post, X)"> Clan: Clan Alpha </if>

replace with the groupid of the additional member group

nifty...gotta save this one :)

Carlo
30th January 2004, 07:25 PM
<if condition="IS_MEMBER_OF($post, X)"> Clan: Clan Alpha </if>

replace with the groupid of the additional member group
Ah, this looks good. Ok, now.. Members can create their own clans via User Groups.. but where do do this get what group they are a member of? Sorry, hehe. I just want to know exactly how it works.
:p

Carlo
30th January 2004, 07:27 PM
Or do I just write an IF statement for every group? 7 groups, 7 IFs? :confused:
maybe IF and the rest ELSE IFs?

Carlo
30th January 2004, 07:28 PM
oops, I forgot to mentioned this.. maybe IF and the rest ELSE IFs?

Zachery
30th January 2004, 07:40 PM
if you have more than one group youd need to write more than one

vB supports one else

<if condition="">bla <else /> not bla</if>

Carlo
30th January 2004, 08:04 PM
Ok, I tried that and it works awesome! but, isn't there a way where I can just use a variable to include the user group name so I don't have to write so many ifs? kinda like this

<if condition="publicgroupid">$grouptitle<else />nuetral</if>