vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Hideaways (https://vborg.vbsupport.ru/showthread.php?t=92397)

Tyegurl 04-08-2006 10:30 PM

yes but her files have not been edited....not the templates the files you uploaded...i believe there are edits on them if i am not mistaken...look at post hold on...#82 have to make edits to hideaway.php

i have the same error...post #76

amykhar 04-08-2006 11:59 PM

wait a sec gang - the file edits are't there. They're here in this support thread.

Tyegurl 04-09-2006 12:07 AM

i must have missed them then....i thought they were for something else. lol sorry....i will look and read a little closer this time.

SuperFly 04-09-2006 11:30 AM

Code:

ALTER TABLE xusergroup ADD hideawaypermissions INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL
Edit x with your userbase data table, for instance mine is vb

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)");


Tyegurl 04-10-2006 02:53 AM

tyvm! finally got it to work....couldn't do the query for some reason through my vbulletin...contacted my host...but i went to mysql directly and ran it from there. perfect and finally!!! woohoo ty amy

okay not so perfect....still getting errors and i tried both ways of that 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

i do not understand i am sorry can someone treat me like a 2 year old and tell me what i haven't done?

i have my usergroup but i just don't get how i get this message after i hit my hideaway.php link....

amykhar 04-10-2006 09:56 AM

Tyegurl, it looks like you also didn't do the required edits to the hideaway.php file to set the parent forum for the hideaways.

Tyegurl 04-10-2006 10:41 AM

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)");


these right? i did them....and my phrases are there i checked each one....
okay i reread that line about 20 times and now i see what you are saying....omg i am so frutsrated!! sorry it just wasn't registering in my brain....

i need to do the file edit dealing with the parent forum...i will go look through this again but i don't remember seeing it and i know the txt file is still missing because i tried to download and reinstall last night....

i get my line 758 error...i refresh and i get the all ready have a forum....then i delete the user group and i get try again...back to the beginning....

okay so i have looked through the thread again and i came up with the one post anywhere...and theput the link anywhere you want....what is the edit link? and what is the create link?(hideaway.php??) and they go in the hideaway.php file file right?

nm i guess if i actually read the php file it would tell to change the forum ID omg do i feel blond....

amykhar 04-10-2006 11:44 AM

No. I'm talking about the line near the top of the code that is clearly commented and tells you to put in the parent forum id. Forums have parents - sometimes categories, sometimes other forums.

Amy

Tyegurl 04-10-2006 12:15 PM

okay and finally lol i have it up and my own hideaway is running...phew

i think it might have been easier to just say read the the hideaway.php file where the main script starts and edit between the " " and then replace the code in this thread...IMO that is. There is no install text and you have been very vague about where to look. Alll you keep saying is code code code... I am not stupid but when you say file edits and i did the "file" edits listed in the thread...you could have just been a little clearer. but thanks i finally got it just before you posted. which btw is still very vague. We are not all coders like you Amy. Wish I was. I am still learning a lot here. I hope some day to be able to code. Until then well I just have to muddle through.

amykhar 04-10-2006 01:08 PM

There was an install text file and I lost it somehow during the upgrade. I just haven't had time to rewrite the thing.


All times are GMT. The time now is 05:39 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01243 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete