| Author |
Message |
GibsonSG
Tail-Wagger


Joined: 26 Aug 2003 Age: 28 Posts: 2966
Location: Lubbock, TX
|
Posted:
Fri Jan 26, 2007 7:15 am Post subject: Ed, Fido, FT... this one's for you |
|
Or anybody else with some PHP BB experience. I put together a website for my World of Warcraft guild, and am running PHP BB 2 for the forum. I'm wondering if something like this is possible....
I have 2 different sections... one that is public, and one that is guild only. I don't want every registered user to be able to access the guild only stuff. So I made a group and as members register I add them to that group so they can see the guild forums. I'm just wondering if there is a way to automate this somehow? Like could I feed it a list of names, and if it sees someone register with that name it automatically places them into the proper group?
Cuz I have another thing running called Guild Roster that keeps a running list of all members in the guild and gets updated everyday.
http://www.hellshadow.com you can check the stuff I"m talking about out there. |
_________________ This pan will kill your whole family, dig them up and eat them, and then vomit them back into their graves! Ctrl-Alt-Del
|
|
|
|
|
EdisonRex
Lead Dog


Joined: 06 May 2002 Posts: 10154
Location: Not Moscow
|
Posted:
Fri Jan 26, 2007 9:06 am Post subject: |
|
yeah, sure. in phpBB you just add the people you want "special" say make a group called GuildMembers and add them all into it.
Then permission that group to get into the forums you want. Make sure only that group is permissioned for it. We have some forums here that are like that, you can't see them as a non-moderator or LWD staff member, etc. |
_________________ Garret: It's so retro.
EGM: What does retro mean to you?
Parker: Like, old and outdated.
|
|
|
|
|
GibsonSG
Tail-Wagger


Joined: 26 Aug 2003 Age: 28 Posts: 2966
Location: Lubbock, TX
|
Posted:
Fri Jan 26, 2007 9:15 am Post subject: |
|
EdisonRex wrote:yeah, sure. in phpBB you just add the people you want "special" say make a group called GuildMembers and add them all into it.
Then permission that group to get into the forums you want. Make sure only that group is permissioned for it. We have some forums here that are like that, you can't see them as a non-moderator or LWD staff member, etc.
Right, I did that... I'm just looking for a way to automate it so I don't have to manually add each member. I want everyone to register on their own and set their own passwords and all that stuff. |
_________________ This pan will kill your whole family, dig them up and eat them, and then vomit them back into their graves! Ctrl-Alt-Del
|
|
|
|
|
fathertyme
Site Admin


Joined: 30 Jun 2001 Posts: 6207
Location: The American Colonies
|
Posted:
Fri Jan 26, 2007 10:46 am Post subject: |
|
GibsonSG wrote:EdisonRex wrote:yeah, sure. in phpBB you just add the people you want "special" say make a group called GuildMembers and add them all into it.
Then permission that group to get into the forums you want. Make sure only that group is permissioned for it. We have some forums here that are like that, you can't see them as a non-moderator or LWD staff member, etc.
Right, I did that... I'm just looking for a way to automate it so I don't have to manually add each member. I want everyone to register on their own and set their own passwords and all that stuff.
in PhPBb 2, I don't know if the functionality you are looking for exists.
I do know that in some other forums there are "conditional Memberships" where you have to meet certain conditions to be able to see certain sections... eg: must have posted 10 tymes, and donated $10...
but... I've never figured out how to do something like that with phpbb.. try looking for a mod... |
_________________ LWD web-cams: http://lwdcam.codecoma.com/?lwdcam
----
---
[9:08pm][09/16/2005]«+ flip » college...what is that
[9:08pm][09/16/2005]«+ Aff » apparently a place where you find rum
---
I used to live in my own little world, but they didn't like me there either.
You see dead people? I'm a software engineer, I don't see anybody!
---
My Amazon Wishlist
|
|
|
|
|
wolven
Butt Sniffer

Joined: 22 May 2001 Age: 27 Posts: 1371
Location: Cornfield - USA
|
Posted:
Fri Feb 16, 2007 6:59 pm Post subject: |
|
I have done this, but it reuiqred a massive amount of plugging into the database, and isnt a topic that is to be taken on by the faint of heart. |
|
|
|
|
|
|
skildude
Moderator


Joined: 02 Feb 2003 Posts: 8019
Location: Texas: Land o' Religions
|
Posted:
Fri Feb 16, 2007 9:18 pm Post subject: |
|
besides that would require the software to be aware that certain individuals were to be added prior to them signing up. Which would defeat the purpose of attempting to automate the process |
_________________ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I decided to say something witty but am at a loss for words...
My clouds silver lining has been tarnished black . It still follows me around but makes outcomes a whole lot more grim.
|
|
|
|
|
wolven
Butt Sniffer

Joined: 22 May 2001 Age: 27 Posts: 1371
Location: Cornfield - USA
|
Posted:
Sat Feb 17, 2007 6:46 am Post subject: |
|
its not that difficult honestly... just send out a guild message 'hey, go to page http://www.yourguild.com/secure/ImAClanner.php after you've registered on the forum, use the clan password of <something>, and it'll get you setup". thats how i did it with mine:) |
|
|
|
|
|
|
|
|