Go Back   EA Forums > Hideaway Forums > amykhar's Hideaway

amykhar's Hideaway A 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.

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 05-22-2006, 07:12 AM
Toonmaster's Avatar
New Member
 
Join Date: Nov 2005
Location: Scotland
Posts: 12
Toonmaster is on a distinguished road
question Hideaway Bug

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..
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 05-22-2006, 08:02 AM
amykhar's Avatar
Forum Code Administrator
 
Join Date: Jun 2000
Location: PA
Posts: 19,953
amykhar has a spectacular aura aboutamykhar has a spectacular aura about
Re Hideaway Bug

I have vbseo here as well and it hasn't caused a problem for us. What code did you change in the hideaway.php file to customize it for your site?
 
__________________
Salt makes mistakes taste great.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 05-22-2006, 09:22 AM
Toonmaster's Avatar
New Member
 
Join Date: Nov 2005
Location: Scotland
Posts: 12
Toonmaster is on a distinguished road
Re Hideaway Bug

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.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 05-22-2006, 09:35 AM
amykhar's Avatar
Forum Code Administrator
 
Join Date: Jun 2000
Location: PA
Posts: 19,953
amykhar has a spectacular aura aboutamykhar has a spectacular aura about
Re Hideaway Bug

change the f86 back to 86 It's forumid not forum name there. That doesn't change with vbseo
 
__________________
Salt makes mistakes taste great.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 05-22-2006, 11:33 AM
Toonmaster's Avatar
New Member
 
Join Date: Nov 2005
Location: Scotland
Posts: 12
Toonmaster is on a distinguished road
Re Hideaway Bug

ok changed it back but still doesnt create forum.get this error when going to hideaway create
Code:
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
It creates the usergroup but no forum..
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 05-22-2006, 11:44 AM
amykhar's Avatar
Forum Code Administrator
 
Join Date: Jun 2000
Location: PA
Posts: 19,953
amykhar has a spectacular aura aboutamykhar has a spectacular aura about
Re Hideaway Bug

Is 86 a valid id for the parent forum?
 
__________________
Salt makes mistakes taste great.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 05-22-2006, 11:54 AM
Toonmaster's Avatar
New Member
 
Join Date: Nov 2005
Location: Scotland
Posts: 12
Toonmaster is on a distinguished road
Re Hideaway Bug

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!
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 05-22-2006, 11:57 AM
amykhar's Avatar
Forum Code Administrator
 
Join Date: Jun 2000
Location: PA
Posts: 19,953
amykhar has a spectacular aura aboutamykhar has a spectacular aura about
Re Hideaway Bug

A guy did some testing regarding the number that could be created and learned that it's somewhere around 10,000 before things start going nuts

If you want, pm me the admin and ftp info for your site and I'll go take a peek and see what I can see.
 
__________________
Salt makes mistakes taste great.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 05-28-2006, 04:55 PM
Toonmaster's Avatar
New Member
 
Join Date: Nov 2005
Location: Scotland
Posts: 12
Toonmaster is on a distinguished road
smileo Re Hideaway Bug

Thanks for fixing it Amy!!!!I really need to cut back on some of my hacks lol..
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 05-29-2006, 05:23 PM
amykhar's Avatar
Forum Code Administrator
 
Join Date: Jun 2000
Location: PA
Posts: 19,953
amykhar has a spectacular aura aboutamykhar has a spectacular aura about
Re Hideaway Bug

My pleasure
 
__________________
Salt makes mistakes taste great.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
An Offer to Our Hideaway Owners amykhar Hideaway Forum Support 2 08-11-2005 03:25 PM
Rules for the Hideaway Forums amykhar Hideaway Forum Support 0 07-30-2005 11:30 AM
non-hideaway bug mjfrombuffalo Getting Around 14 07-25-2005 08:42 PM
Getting Members for Your Hideaway amykhar Hideaway Forum Support 0 07-17-2005 04:14 PM


All times are GMT -4. The time now is 08:50 PM.


Menu
Quizzes
More Forums
Gallery


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5
Content on EA Forums may not be duplicated without permission
Page generated in 0.20571 seconds with 11 queries