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-09-2007 12:24 PM

Quote:

Originally Posted by CasperCBT (Post 1327630)

it doesn't even say "done"? are you getting any errors at the top of your groups pages?

sabret00the 09-09-2007 12:31 PM

Quote:

Originally Posted by Iskib (Post 1334672)
Well it has been a few days and no response... doesn't anyone know how to solve the problem I am having?

Just for the record, don't blame me. blame me vbulletin.org i put in a request a long time ago for an overhaul of the subscription system to give updates for every reply in support threads and i got a point blank refusal. if i see a reply in my inbox and i don't check the thread and then forget about the reply. i do not get another update to the thread and then i get people +++++ing about no support because they never got a reply within a few days of posting a problem.

As to your issues (not that it matters as you've uninstalled but for future people that have the same issues: There is no real support for the whosonline as per the stock vBulletin project. Please see this thread as to a solution regarding this problem.

As per your other issue. I believe someone wanted to mess with the breadcrumbs early in the thread. If a search doesn't turn up anything then i'm not sure what to say. It's outside the realms of 'support' i'm able to offer right now.

sabret00the 09-09-2007 12:33 PM

Quote:

Originally Posted by djilou (Post 1327661)
yes for me too

i'm really having problems locating the issue here. i know it exists but can't find the cause. sorry that's the best i can do it in terms of an update at this very moment in time. i'll have more of a look at it later.

sabret00the 09-09-2007 12:35 PM

Quote:

Originally Posted by CasperCBT (Post 1333000)
can someone tell me why this happend s?

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

turn on your error reporting (ask your server guy/support to do it) and it'll display the error you're getting. i believe it's merely down to a misconfig in your grps config.

sabret00the 09-09-2007 12:38 PM

Quote:

Originally Posted by mickmel (Post 1331551)
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.

if you would like to offer suggestions, then please do. sadly that's all i can really say on this matter. i know what you're saying but i seriously don't see how it relates. if you can tell me that i should be saying XXXX instead of YYYY then i'll be sure to make an easier to comprehend version as per your guidance.

sabret00the 09-09-2007 12:38 PM

Quote:

Originally Posted by jilly (Post 1332343)
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

noted :)/:(

sabret00the 09-09-2007 12:40 PM

Quote:

Originally Posted by blindMoe (Post 1332509)
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

a fix was posted by me a few pages back. thanks for the assistance though. it REALLY helps.

sabret00the 09-09-2007 01:05 PM

Quote:

Originally Posted by sabret00the (Post 1335396)
i'm really having problems locating the issue here. i know it exists but can't find the cause. sorry that's the best i can do it in terms of an update at this very moment in time. i'll have more of a look at it later.

working on this atm.

sabret00the 09-09-2007 01:05 PM

Quote:

Originally Posted by sabret00the (Post 1335402)
noted :)/:(

fixed :)

if i can get the reply bug sorted. it'll be in the update i'll release today.

sabret00the 09-09-2007 01:29 PM

Ok here's a newreply.php i just tested. This problem is really getting on my goat now because i don't actually check for permissions at all. It checks to see if you're a member of the group and it checks to see if you're a member of the forums (if you have a userid) bar that. It doesn't check anything. i've put in a couple flags as to notify you of what the problem is. if you can let me know the results if any then i'd be grateful.

Please note i only have like a two hour window to work on this today. So if you get back to me with this info later than that, please don't get pissy if it takes me a while to reply.


All times are GMT. The time now is 11:34 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.02498 seconds
  • Memory Usage 1,755KB
  • 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
  • (9)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