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.
if i create the forum, i get this error: Fatal error: Unable to proceed with save while $errors array is not empty in class vb_datamanager_forum in /includes/class_dm.php on line 758
then if i hit refresh it says i allready have a forum.
when i try to edit, i get this error:
Invalid Forum specified. If you followed a valid link, please notify the administrator.
i cannot see any forums, there are none listed in my adminCP either.
i would assume you are talking about post 21 in this thread. my hideaway.php says the following:
Code:
// Throw the whole mess in the database.
$db->query_write("INSERT INTO ".TABLE_PREFIX."usergroup (title,usertitle,ispublicgroup) VALUES ('$title','$usertitle',$ispublicgroup)");
post 21 says this:
Quote:
Originally Posted by aethro
open hideaway.php
Find
Code:
// 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)");
ah...i think i might be getting somewhere now. i didnt think to look in the actual php script. thanks for being patient. i forsee visiting paypal in your near future.
you are missing the file edits like the rest of us. if you go to amy's forum and pay $10 for the vbulletin membership you can find out the edits needed. i personally haven't sorry or i would give you the edits for free.