SimpleDesk

SimpleDesk! => SimpleDesk Discussion => Topic started by: Spoogs on March 12, 2010, 02:03:18 PM

Title: [Feature] Requestable Groups
Post by: Spoogs on March 12, 2010, 02:03:18 PM
My site has a few groups that are requestable but simply requesting to join the group doesnt mean instant access. It would be nice if requesting to join a group would open a ticket and allow the members to submit the necessary info to be reviewed by staff in order to join the group. (something similar to the app for joining the beta group here <not sure if thats an SD feature but i like it>)
Title: Re: [Feature] Requestable Groups
Post by: cσσкιє мσηѕтєя on March 12, 2010, 02:06:42 PM
You can already make requestable membergroup in SMF 2.0 by checking the 'Requestable' radio field when creating/editing a membergroup in your ACP.
As for our beta testing form, that is just a simple PHP/HTML form integrated into our site structure.
Title: Re: [Feature] Requestable Groups
Post by: ~DS~ on March 12, 2010, 02:07:12 PM
I don't think it's part of SD, as far as I can tell...it's exclusive for this site only but would be great to see one as part of small mod of the SD project.

Edit: Ninja'd by Nas
Title: Re: [Feature] Requestable Groups
Post by: cσσкιє мσηѕтєя on March 12, 2010, 02:10:37 PM
Not sure I see the need for a mod doing that.
Basically, what it does it outputting the form and the CAPTCHA. When submitted, it makes sure the CAPTCHA is valid, and then proceeds to post a topic for us in a private board (after having checked that the message wasn't empty, of course) and lastly kicks the user back to the 'Thank you' template.
Title: Re: [Feature] Requestable Groups
Post by: Spoogs on March 12, 2010, 02:29:46 PM
I get that and understand how to make the requestable groups. The issue is when we need additional info we always end up doing it by PM (i hate PM's and email for some reason) so just though tit would be cool if when someone requests to join such a group a topic or ticket would be created and we can go from there.
Title: Re: [Feature] Requestable Groups
Post by: Gruffen on March 12, 2010, 02:50:08 PM
It wouldn't be hard to integrate that into the existing framework. Maybe it's something we could look at for a future version. :)
Title: Re: [Feature] Requestable Groups
Post by: Spoogs on March 12, 2010, 02:55:06 PM
sounds good (https://www.simpledesk.net/community/Smileys/default/cool.gif)
Title: Re: [Feature] Requestable Groups
Post by: Acans on March 12, 2010, 06:37:49 PM
This is something I'm setting up on my production forum.

A group that is requestable that can see the help desk and reply to public tickets.
Title: Re: [Feature] Requestable Groups
Post by: Gruffen on March 12, 2010, 07:32:00 PM
This is slightly different. The idea here is not so much requesting access to the helpdesk, but the fact that when a request is made at all, the request *itself* becomes an HD ticket.

Could be a messy one to implement. Then again, no more messy than track-IP or attachments integration was, very likely.