vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - GRPS: Groups Commune 2.0.x (https://vborg.vbsupport.ru/showthread.php?t=127303)

sabret00the 09-24-2006 10:28 AM

Quote:

Originally Posted by hippsta
They are, "groups_browse" through "groups_usercp_groupsbit"

two questions:
the templates definately cascaded to your default style?

and

what is the styleid or your default style?

Neal-UK 09-24-2006 11:12 AM

Since the update, the links now point to the wrong place so I can't access the group listings.

Oddjob 09-24-2006 11:15 AM

Quote:

Originally Posted by soletrader
Anyone have a live demo that I can see? Thank you


You must register first.....

www.oneforums.com/groups

Elpie 09-24-2006 11:21 AM

Running with the 3.6.1 forum in the root of my site - couldn't get the installer to work so I populated the database manually.
Hardcoded with the full paths, checked that the templates had updated my default (just using the standard default, at this stage as its a clean install), double-checked that everything in the installation instructions had been followed, checked every post here... and now I am getting these errors...

Fatal error: Call to undefined function: print_no_permission() in <domain>\htdocs\forum\includes\functions_grps.ph p on line 387

Fatal error: Call to a member function clean_array_gpc() on a non-object in <domain>\htdocs\forum\groups\index.php on line 82

Any clues?

Benj 09-24-2006 12:12 PM

WOOOOOOO installs

sabret00the 09-24-2006 12:19 PM

Quote:

Originally Posted by Neal-UK
Since the update, the links now point to the wrong place so I can't access the group listings.

what links?

sabret00the 09-24-2006 12:24 PM

Quote:

Originally Posted by Elpie
Running with the 3.6.1 forum in the root of my site - couldn't get the installer to work so I populated the database manually.
Hardcoded with the full paths, checked that the templates had updated my default (just using the standard default, at this stage as its a clean install), double-checked that everything in the installation instructions had been followed, checked every post here... and now I am getting these errors...

Fatal error: Call to undefined function: print_no_permission() in <domain>\htdocs\forum\includes\functions_grps.ph p on line 387

Fatal error: Call to a member function clean_array_gpc() on a non-object in <domain>\htdocs\forum\groups\index.php on line 82

Any clues?

it appears to be looking for your files in a forum directory where as if you're running your forums in the root, then your errors should look like this

Fatal error: Call to undefined function: print_no_permission() in <domain>\htdocs\includes\functions_grps.php on line 387

Fatal error: Call to a member function clean_array_gpc() on a non-object in <domain>\htdocs\groups\index.php on line 82

But i'm pretty sure that's a config issue (server) and thus i'm incorrect.

are you not getting any errors regarding problems finding the global.php?

Neal-UK 09-24-2006 12:37 PM

Quote:

Originally Posted by sabret00the
what links?

The category listings, etc...

Benj 09-24-2006 12:51 PM

ive got it working one question. in the config file ive specified the img url as "../" but my images still come up with groups/images/misc etc etc any ideas ?

might also be an idea to link to the template varible admincp instead of actualy linking to admincp for thouse of us who have renamed our admincp :D

cheers

soletrader 09-24-2006 12:54 PM

Quote:

Originally Posted by Oddjob
You must register first.....

www.oneforums.com/groups

Just to let you know... the registeration link from that link is not working. You should look into it. I had to go to the forum home to register.

sabret00the 09-24-2006 01:00 PM

Quote:

Originally Posted by Neal-UK
The category listings, etc...

where are they pointing to?

sabret00the 09-24-2006 01:00 PM

Quote:

Originally Posted by Benj
ive got it working one question. in the config file ive specified the img url as "../" but my images still come up with groups/images/misc etc etc any ideas ?

Please set your images as per your style options in the admincp.

Neal-UK 09-24-2006 01:10 PM

Quote:

Originally Posted by sabret00the
where are they pointing to?

website/?do=creategroup

website/browse.php?c=1

Not pointing in the group folder, just the root

Benj 09-24-2006 01:14 PM

Quote:

Originally Posted by soletrader
Just to let you know... the registeration link from that link is not working. You should look into it. I had to go to the forum home to register.

all my navbar links link to groups/search.php etc etc is that happening to everyone else ?

Benj 09-24-2006 01:20 PM

Quote:

Originally Posted by sabret00the
Please set your images as per your style options in the admincp.

what ? thats a very confusing answer

soletrader 09-24-2006 01:38 PM

I would like to receive some help running the installer.

Is this the line I need to edit?

chdir('../../forums/');

Also if my forum is located in /home/sole/public_html/forums, do I need to fix the coding to

chdir('/home/sole/public_html/forums'); ??

Also how do I edit config_grps.php? Sorry for these newbie questions. I am not familiar with coding. Any help would be appreciated.

Thank you.

Benj 09-24-2006 01:47 PM

Quote:

Originally Posted by soletrader
I would like to receive some help running the installer.

Is this the line I need to edit?

chdir('../../forums/');

Also if my forum is located in /home/sole/public_html/forums, do I need to fix the coding to

chdir('/home/sole/public_html/forums'); ??


Also how do I edit config_grps.php? Sorry for these newbie questions. I am not familiar with coding. Any help would be appreciated.

Thank you.

yeah that looks right. just open the file with wordpad on your harddrive and upload it

soletrader 09-24-2006 01:49 PM

How do I delete a group?

Also, when I leave a group I get the following error:

print_standard_error(...)
is now redundant. Instead, use
standard_error(fetch_error(...))

Any suggestions?

sabret00the 09-24-2006 03:04 PM

Quote:

Originally Posted by Neal-UK
website/?do=creategroup

website/browse.php?c=1

Not pointing in the group folder, just the root

i have no idea why that's happening, i'm looking into it, please bare with me.

sabret00the 09-24-2006 03:04 PM

Quote:

Originally Posted by Benj
all my navbar links link to groups/search.php etc etc is that happening to everyone else ?

can you confirm the last ten lines of a file in which you have these problems.

sabret00the 09-24-2006 03:10 PM

Quote:

Originally Posted by soletrader
How do I delete a group?

Also, when I leave a group I get the following error:

print_standard_error(...)
is now redundant. Instead, use
standard_error(fetch_error(...))


Any suggestions?

Having just checked, i appear to have completely forgot that option, despite confirming it was present a couple weeks back, give me a couple hours and i'll add that ability in RC3. I'm going to take a nap first.

soletrader 09-24-2006 03:16 PM

Thank you sabret00the. If you could look into the error message as well, I would appreciate it. I love this hack :)

sabret00the 09-24-2006 03:19 PM

good thing you told me about that again, i would've missed that. ok that'll be fixed with RC3, anything else that anyone finds or any issues that people have, nows the time to post them. i'm not looking to make two releases today.

sabret00the 09-24-2006 03:21 PM

also folks, please note that the instant email notification is being cooky and thus if i'm late to return to this thread it's because it's not told me about there being anything to return too, however i'm checking the thread every now and again anyway.

Neal-UK 09-24-2006 03:21 PM

Quote:

Originally Posted by sabret00the
i have no idea why that's happening, i'm looking into it, please bare with me.

IT'S NOT THIS HACK, IT'S ZOINTS SEO!

Sorry about that, your hack is fine it's just zoints seo making a mess of links on added forum features.

Benj 09-24-2006 04:39 PM

Quote:

Originally Posted by sabret00the
can you confirm the last ten lines of a file in which you have these problems.

what the navbar template or the groups php file ?

sabret00the 09-24-2006 05:41 PM

Quote:

Originally Posted by Benj
what the navbar template or the groups php file ?

nope, if you're having problems with the groups/browse.php then please open groups/browse.php in your editor come in here and post the contents between [php] tags.

hippsta 09-24-2006 06:22 PM

Quote:

two questions:
the templates definately cascaded to your default style?

and

what is the styleid or your default style?
Ok I'm using 'Default Style' styleid:1, the templates are present, and presumably cascaded, however i'm also using Zoints i noticed Neal said his problem was with that.... Thanks for all the help btw

sabret00the 09-24-2006 06:35 PM

Quote:

Originally Posted by hippsta
Ok I'm using 'Default Style' styleid:1, the templates are present, and presumably cascaded, however i'm also using Zoints i noticed Neal said his problem was with that.... Thanks for all the help btw

Sorry to make you do this but could you try disabling all the plugins you have running and letting me know if you still have the problem please.

hippsta 09-24-2006 06:56 PM

i disabled all the other products/plugins.. navigated to /groups/, /groups/index.php, /groups/groups.php, /groups/viewgroups.php and its still a blank-page with Done. at the bottom... Are those the right things to nav to?

sabret00the 09-24-2006 07:12 PM

Quote:

Originally Posted by hippsta
i disabled all the other products/plugins.. navigated to /groups/, /groups/index.php, /groups/groups.php, /groups/viewgroups.php and its still a blank-page with Done. at the bottom... Are those the right things to nav to?

yup yup, that's fine, please reupload all of the files (not including the product xml file) and then try again.

ronoxQ 09-24-2006 07:28 PM

Two things:

1) My directory for groups is blank. http://oasisforums.omegaseye.com/groups/

2) It really could use integration with vbPlaza.

ericgtr 09-24-2006 07:29 PM

Quote:

Originally Posted by sabret00the
Please set your images as per your style options in the admincp.

In RC3 are you going to resolve the path issue? No matter what I set it to in the config file all of my forum image paths still have /groups in it.

FleaBag 09-24-2006 07:41 PM

Fantastic hack! Looks like I'm going to have some trouble with the image paths too. Installing now...

EDIT: Yup. :(

Quote:

Warning: chdir(): No such file or directory (errno 2) in /home/dninja/public_html/groups/includes/config_grps.php on line 45

Warning: main(./global.php): failed to open stream: No such file or directory in /home/dninja/public_html/groups/index.php on line 75

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dninja/public_html/groups/index.php on line 75

sabret00the 09-24-2006 07:49 PM

Quote:

Originally Posted by FleaBag
Fantastic hack! Looks like I'm going to have some trouble with the image paths too. Installing now...

EDIT: Yup. :(

fleabag, have you tried using the full path to your forums in the config?

ericgtr 09-24-2006 07:53 PM

I have personally changed it to every variation I can think of, I got it to work fine for the child directory but can't get it to work at all for images.

So instead of the default which would be this for example:
Code:

http://www.guitarblast.com/images/kirsch/misc/navbits_start.gif
It still ends up like ths:
Code:

http://www.guitarblast.com/groups/images/kirsch/misc/navbits_start.gif

FleaBag 09-24-2006 07:56 PM

That worked! I'd already read about that earlier today... D'oH!

sabret00the 09-24-2006 08:00 PM

Quote:

Originally Posted by ericgtr
In RC3 are you going to resolve the path issue? No matter what I set it to in the config file all of my forum image paths still have /groups in it.

not being sure what the issue is, i think it's it's an end-user thing, but i'll find out for sure. please upload this file to your groups directory, load the page in your browswer (www.yoursite.com/groups/test_stylevars.php) and then copy and paste the whole thing here.

sabret00the 09-24-2006 08:04 PM

Quote:

Originally Posted by ronoxQ
Two things:

1) My directory for groups is blank. http://oasisforums.omegaseye.com/groups/

2) It really could use integration with vbPlaza.

1. the no permission page is showing for guests, you're however getting blank pages?

2. the queries are in place for uCS it wouldn't be hard for someone to release a vBplaza hack for it, it's just a matter of tweaking the queries.

hippsta 09-24-2006 08:05 PM

Ok that problem is solved.. ^.^ /cheer.. i AM a total 'tard lol!
it works for me like this in the config:

PHP Code:

// ## Changes Directory so it can accesss vBulletin IF we are outside the forums folder, if not this is not nessary ##
chdir("/");

// ## Set's the base root directory back to the forums for all images ##
$img_forums "http://www.mysite.com/"

except! every other time literally that i hit refresh on /groups/index.php.. the group image doesn't load... and just like most others, my style images; (gradients, table, alt-table) don't load at all.

Thank You for Your Time and Effort!

edit: i take back the 'literally' it just loaded 2 in a row ^.~


All times are GMT. The time now is 07:54 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.02712 seconds
  • Memory Usage 1,843KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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