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)

mickmel 08-31-2007 01:31 PM

Quote:

Originally Posted by txsbmw (Post 1328116)
Seems as though we are having the same issue many others are having. No one can reply to threads in their groups. They get the no permission message. We do not use quick reply on our forums so no idea if using that works or not. I did try to use the other newreply file that was attached a couple of pages back but that did not fix the problem.

Same here.

Majava 09-03-2007 11:18 AM

the install.txt is one of the most confusing install guides ever. you need to make it easier to understand.

mickmel 09-03-2007 05:11 PM

Quote:

Originally Posted by Majava (Post 1331331)
the install.txt is one of the most confusing install guides ever. you need to make it easier to understand.

Agreed. You assume that everyone has already installed multiple hacks before, which is probably taking too much for granted. Assume this is the reader's first install and go from there.

jilly 09-04-2007 06:29 PM

The "Ignore" feature doesn't seem to be working in the groups - i.e. if you put someone on ignore on the main board, it's not ignoring them in the groups

blindMoe 09-04-2007 09:57 PM

Not sure if anyone already posted this but is a bug fix for viewing the groups a user is in:
(Example url: http://www.yoursite.com/forums/group...ups.php?u=1234)

In groups/viewgroups.php on line 81:

Find:

Code:

        $grps_mygroups = $db->query_read("
                SELECT grps.groupid, grps.title, grps.description, grps.approved, grps.leaderid, grps_setting.image_name
                FROM grps
                LEFT JOIN " . TABLE_PREFIX . "user ON (user.userid = grps.leaderid)
                LEFT JOIN grps_setting ON (grps_setting.groupid = grps.groupid)
                WHERE grps.approved = '1' AND grps.groupid IN($grps_ids_imploded)
                ORDER BY grps.title ASC

Replace with:
Code:

        $grps_mygroups = $db->query_read("
                SELECT grps.groupid, grps.title, grps.description, grps.approved, grps.leaderid, grps_setting.image_name
                FROM grps
                LEFT JOIN " . TABLE_PREFIX . "user ON (vb_user.userid = grps.leaderid)
                LEFT JOIN grps_setting ON (grps_setting.groupid = grps.groupid)
                WHERE grps.approved = '1' AND grps.groupid IN($grps_ids_imploded)
                ORDER BY grps.title ASC


Sorry if someone already posted this but I just installed the newest version and it was still in there. Also, wasn't about to read through 123 pages to find out ;)

blindMoe

CasperCBT 09-05-2007 04:44 PM

can someone tell me why this happend s?

http://www.cibertangas.es/pruebas/groups/groups.php?g=1

Iskib 09-05-2007 11:54 PM

does anyone have the fix for the breadcrumbs to make them the same as vbulletin?

FORUM - Groups - group ... etc.. ?

Also when viewing groups, etc..

The who's online displays

Unknown Location
groups/browse.php?c=1

how to add all the location in groups so it displays correct?

Iskib 09-07-2007 02:24 AM

oh yeah I forgot groups are install in root not in forum root....

Any help would be great on the issues above

Iskib 09-08-2007 04:18 AM

Well it has been a few days and no response... doesn't anyone know how to solve the problem I am having?

Iskib 09-09-2007 12:13 PM

uninstalls .... no support here and I was going to donate lol alwell


All times are GMT. The time now is 06:47 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.04121 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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