amykhar's HideawayA premium support forum for my vbulletin modifications. Members of this forum receive extra help, bug fixes, etc. for my code. To join, Subscribe to the Vbulletin Plan
Minor feature requests will be considered, but major mod alterations will require a special contract.
Hi amy installed your hideaway hack, from vb.org everything worked fine.Then i installed vbseo.Dont know if this was at fault, but when someone tried to create a hideaway they became moderator of every forum including my private mods only forum!!!and it didnt create a hideaway.
Because my forums are now vbseo urls what do i put in the code to show which forum to create the hideaway in.I think maybe this was the problem..
Im positive it was working before vbseo, here is the code.
PHP Code:
// ####################################################################### // ######################## START MAIN SCRIPT ############################ // ####################################################################### // Set this to the forum that you wish to contain the hideaways. $parentid = f86; //(This one gives a name to the public hideaway usergroups. You need to keep the user name, but can change the hideaway part.) $title = $vbulletin->userinfo['username']."hideaway"; //(This is the title for members of the hideaway usergroup.) $usertitle = addslashes("Hideaway Member"); //(The name of the forum.) $forumtitle = $vbulletin->userinfo['username'] ."'s Hideaway"; //(This is the default. Users can change the description of their own forums) $description = "Forum for ".$vbulletin->userinfo[username] ." to hang out in with friends.";
It was 86 but i hanged it to f86 but it still made the member moderator of all forums.
Yes 86 is my hideaway forum set to act as a category, as i said it was working before, then no more forums would be created thats why i tried f86 instead.I noticed on vb.org someone else had the same prob they reckoned only so many forums could be created!