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)

murrtex 09-30-2006 06:50 AM

hello sabret00the.thans for hack..
my config is;
Code:

<?php

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

// ## Set GRPS to rewrite links and images automatically
$rewrite_links = TRUE;

?>

and installer;
Code:

chdir('../../forum/');

its okey bur image dir is problem..
http://www.4umturk.com/groups/images/

it should be http://www.4umturk.com/forum/images/

how can I fix that..

and

when I click Start A New Group

it says
Code:

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

how will we fix it

best regards

sabret00the 09-30-2006 09:27 AM

Quote:

Originally Posted by Lionel
I hope you don't mind all my reportings. I am not trying to be smart. I simply love your hack and am trying to help.

nope, not at all, the help is much appreciated, much appreciated :)

sabret00the 09-30-2006 09:37 AM

Quote:

Originally Posted by Snake
It is set to that already.



Still getting the same error.

sorry, you need the trailing slashes

PHP Code:

chdir('../forums/'); 


sabret00the 09-30-2006 09:38 AM

Quote:

Originally Posted by ChurchMedia
I'm still getting a few DB errors in admincp -- missing table prefixes.

This hack is a great idea. My members are going to love it when I get it up and running! :)

which admincp errors, can you post up the error messages please.

sabret00the 09-30-2006 09:41 AM

Quote:

Originally Posted by Lionel
Please, although it is saying username all over on the invitation form, I already have people trying to put email addresses and of course, they get



is there a way to verify a username in the below and display a vb error if not found?

Thanks.

PHP Code:

 foreach ($vbulletin->GPC['invite_username'] as $key => $invite)
 {
  if (!empty(
$invite))
  {
   
// create the DM to do error checking and insert the new PM
   
$pmdm =& datamanager_init('PM'$vbulletinERRTYPE_ARRAY);
   
$pmdm->set('fromuserid'$vbulletin->userinfo['userid']);
   
$pmdm->set('fromusername'$vbulletin->userinfo['username']);
   
$pmdm->set('title'$newpmtitle);
   
$pmdm->set('message'$message);
   
$pmdm->set_recipients($invite$botpermissions);
   
$pmdm->set('dateline'TIMENOW);
   
$pmdm->save();  
  }
 } 


the only way i can think of, is a query for each username.

sabret00the 09-30-2006 09:49 AM

Quote:

Originally Posted by whitetigergrowl
url:

http://www.powerrangerempire.com/com....php?do=groups

^^^ Its to moderate the groups.

database error:

merci, that's fixed for RC6 along with a couple others.

sabret00the 09-30-2006 09:51 AM

Quote:

Originally Posted by murrtex
hello sabret00the.thans for hack..
my config is;
Code:

<?php

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

// ## Set GRPS to rewrite links and images automatically
$rewrite_links = TRUE;

?>

and installer;
Code:

chdir('../../forum/');

its okey bur image dir is problem..
http://www.4umturk.com/groups/images/

it should be http://www.4umturk.com/forum/images/

how can I fix that..

and

when I click Start A New Group

it says
Code:

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

how will we fix it

best regards

for your bottom error wait for RC6 to be released today.

for the image problem, you'll have to prefix your image urls with your site url. i explained a couple pages back, but if you're still confused, let me know and i'll explain again.

sabret00the 09-30-2006 09:53 AM

Quote:

Originally Posted by Lionel
in viewthread.php, I also made into



and that stopped displaying the broken image for reputation.gif

change gone into rc6

Quote:

Originally Posted by Lionel
and i changed the url into bburl instead of homeurl in same viewthread

that was actually redundant and thus all instances have been removed. can't actually remember what i had that there for tbh.

sabret00the 09-30-2006 09:58 AM

Quote:

Originally Posted by Lionel
While putting a padding around image in groups_display_main, I saw this



What is the group gallery?

the groups gallery is the ability for each group tp host pictures, set a default picture and thus negate the need for the rotating picture in said group, it would also enable thumbnail viewing of the default picture in the usercp module and so on and so fourth. unfortunately not available though. especially so while i'm still working out kinks here.

sabret00the 09-30-2006 10:37 AM

Sorry for the delay in getting this one released. here you go;

New Zip:
Groups v2.0.0 RC6.zip: various bug fixes including table prefixes in admincp, invitations system now features inline erroneous username fallback and clean up regarding broken images in viewthread.php


All times are GMT. The time now is 02: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.02479 seconds
  • Memory Usage 1,763KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_php_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