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)

Insert Username 01-23-2007 01:37 PM

Quote:

Originally Posted by Exitilus (Post 1165227)
1.) Edit Button not displaying for users

I'm having this problem, too.

mwsforums 01-23-2007 08:38 PM

I just installed this, and when I go to mysite.com/groups/ I'm getting a vbulletin message that I don't have permission to access the page, and can't for the life of me figure out where to adjust permissions.

nul7 01-23-2007 08:47 PM

Quote:

Originally Posted by mwsforums (Post 1165980)
I just installed this, and when I go to mysite.com/groups/ I'm getting a vbulletin message that I don't have permission to access the page, and can't for the life of me figure out where to adjust permissions.

Edit each of your usergroups.... at the very bottom is the section regarding GRPS.

nul7 01-23-2007 08:53 PM

Quote:

Originally Posted by sabret00the (Post 1165069)
in one of your proceeding posts you mention that the problem is common (Navbar linking to forums directory), can you please show me examples.

I meant that it was common that there is no breadcrumb for the groups home.

I'm not at home right now so I don't know the exact edit I made, but for the renaming thing I had to do a file edit and comment out one of the find/replace items. For some reason it was changing all instances of links on the screen that were just my site name and adding "groups" after it. But then it would link back to the homepage and not to the groups page.

For example, if I had a link labled "MySite.com" and it linked to www.mysite.com (e.g. - in the navbits and footer), it would replace the label to "MySite.com Groups" but not update the actual link to www.mysite.com/groups, instead it left the link pointing to the homepage.

JOOC, why are you renaming all links to the homepage and adding "Groups"? lol Just wondering if there was a purpose to that and I'm just not understanding.

Exitilus 01-24-2007 03:01 AM

Quote:

Originally Posted by sabret00the (Post 1165718)
basically create a new template called 'exitilus_postbit' which should be a stripped down, vanilla version of your current postbit, or even just the original postbit that comes with vBulletin. and then create the plugin, the plugin hook is: 'postbit factory' with the contents from above.
PHP Code:

if (THIS_SCRIPT == 'groupsdiscussion')
{
$handled_type TRUE;
$out 'exitilus_postbit';


and then all should work.

I do appreciate the help you've given me. I've been playing around for a while with what you put and getting a couple of errors on line 328 of viewthread.php. Also I figured that I should also cache the template so I added it with the rest of them in viewthread.php.

Anyways if I use
PHP Code:

if (THIS_SCRIPT == 'groupsdiscussion')
{
$handled_type TRUE;
$out 'postbit_groups';


I get Fatal error: Call to a member function on a non-object in viewthread.php on line 327

If I use
PHP Code:

if (THIS_SCRIPT == 'groupsdiscussion')
{
    
$handled_type true;
    
$out->templatename 'postbit_groups';


Fatal error: Call to undefined function: construct_postbit() in viewthread.php on line 328

Spin Doctor 01-24-2007 09:50 AM

i have tried and tried, cant get rid of this error on the installer

Quote:

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/hiphopsp/public_html/forum/groups/includes/config_grps.php on line 15

Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/hiphopsp/public_html/forum/groups/tools/grps_installer.php on line 36

Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hiphopsp/public_html/forum/groups/tools/grps_installer.php on line 36

Exitilus 01-24-2007 11:52 AM

did you configure config_grps.php ?

pkallberg21 01-25-2007 04:00 PM

Hey!

I am having trouble installing this mod. I have done everything correctly, and then when I get to the install.php part I only get a blank page when I go to the url. What could the problem be?

Thanks, and great mod btw.

Exitilus 01-25-2007 07:59 PM

I think that is what it is suppose to do :)

aacircle 01-26-2007 12:19 PM

I would like to know what tables are altered and created please. Is all data related to this addon in their own tables or do they manipulate vbulletin tables?

If I don't like this product, what steps are required to uninstall it totally? I hope you can continue to support this product for years to come and even perhaps get a team to take it under their wings should you not have the time.

Thank you.


All times are GMT. The time now is 04:22 PM.

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.01975 seconds
  • Memory Usage 1,756KB
  • 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
  • (3)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (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