Version: 1.00, by amykhar
Developer Last Online: Nov 2013
Version: 3.5.4
Rating:
Released: 07-16-2005
Last Update: 05-21-2006
Installs: 28
Template Edits
Additional Files
No support by the author.
This extension lets you allow certain usergroups to create a private forum and an associated public usergroup. There are no queries to run, and you only need to change the parentid of the forums in hideaway.php before you upload it.
Access to the hideaway is denied to anybody except admins and the associated public user group.
The member who creates the forum becomes the usergroup leader and the forum moderator.
Users are responsible to advertise their own forum. No invite link is created. This is not automated. Users can either post an invitation to join their hideaway in some other forum on your site, or they can pm people to invite them. It's up to you on establishing the rules of hideaway promotion.
Users can edit their hideaway descriptions, but not the style or the forum title. The style can not be changed to ensure that we don't run into licensing issus. The title can not be changed because I use it to identify the forum for editing purposes.
The hideaway usergroups permissions are based on the registered user group's permissions. You can change what group their permissions are based off of within the code.
-----------------
FEATURES I WILL NOT ADD:
The ability for people to have more than one hideaway.
The ability for hideaway owners to create a new style for their forum.
The ability for hideaway owners to change the forum title.
The ability for hideaway owners to change any forum permissions.
-------------
This hack will always be free, however your donations are kindly accepted and will help towards further development. If you donate, please leave me some info (either your forum site or username at vB.org) so that I can thank you.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
// Throw the whole mess in the database.
$db->query_write("INSERT INTO ".TABLE_PREFIX."usergroup (title,usertitle,showinlist,ispublicgroup) VALUES ('$title','$usertitle',$showinlist,$ispublicgroup)");
Replace with
Code:
// Throw the whole mess in the database.
$db->query_write("INSERT INTO ".TABLE_PREFIX."usergroup (title,usertitle,ispublicgroup) VALUES ('$title','$usertitle',$ispublicgroup)");
Is there anyway that it could be made that the user could not see the forum, until they visit it? Then once they post in the forum/visit it, the hideaway would appear on the main category page?
Its kinda hard to see what forums you belong to (as a regular user) if they do not appear on the forum listing.
Huh, well I created a Hideaway with my admin account, then used a test account to access the forum, well I posted in the Hideaway with the test account but when I returned to the forum listings page, the Hideaway was not listed.
Also the test account is not listed as part of the Admin's Hideaway Usergroup.
Is this an error? Or does the user need to do something to "join" the hideaway?
huh disregard that last post, it seems users cannot just access the forum. It gives all users the "Insufficient privelages" when they click the link to the hideaway of mine.
Huh, well I created a Hideaway with my admin account, then used a test account to access the forum, well I posted in the Hideaway with the test account but when I returned to the forum listings page, the Hideaway was not listed.
Also the test account is not listed as part of the Admin's Hideaway Usergroup.
Is this an error? Or does the user need to do something to "join" the hideaway?
BTW thanks for all the help.
Users can only access the forum if they have joined the usergroup. Hence the term hideaway.
How woudl a user go about joining the usergroup? I mean I know there are ways for someone to join a public usergroup, but where is this? Is there a link that says, "Join this Hideaway usergroup?"
John, the usergroups are like any other public user group and are joined the same way. In your usercp there is a link called member groups.
Also, until you are a bit more experienced with Vbulletin, you should install only one hack at a time. Let it run a day or so and make sure you don't have issues. That way, you don't end up with compounded errors that can't be narrowed down easily.