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)

salata 03-17-2007 05:05 AM

can someone help me please, i have spent the better part of my night going through this thread to find my answer. unfortunately i have not found it, or i may be doing something wrong. Help is greatly appreciated.


first everything appears to be working, BUT the image icons such as "new post", "no new posts", etc... draw images from

http://www.mysite.com/forums/groups/...on1/thread.gif

but the image is actually located at

http://www.mysite.com/forums/images/...on1/thread.gif


alot of my images are having the same problem. As well as my forum header is not showing up. when the images should be drawn from www.mysite.com/forum/images

BUT its drawing from www.mysdite.com/forums/groups/images



beside this everything seems to be functioning fine.

I also tried uploading the plugin that bada bing reccommended but without no luck, my images still do not show up.


My navbar links also suffer from this problem instead of forums/calendar.php its showing up as forums/groups/calendar.php

MetalLord 03-17-2007 12:28 PM

You have IMO 2 options:
1. Change your whole style and all links in it to the absolute URL of your board
or
2. Only change the GRPS templates and put the following in your headerinclude:
HTML Code:

<base href="http://www.your-board.com/forums/" />
The rewriting functions in GRPS didn't work for me well.

chriszep 03-17-2007 02:02 PM

Quote:

Originally Posted by bada_bing (Post 1205020)
You need to install this plugin
if you're storing your CSS as files, you'll need to install this: https://vborg.vbsupport.ru/showthread.php?t=97298

thanks it's working

chriszep 03-17-2007 02:37 PM

hello
now it"s seem to working fine great :)

just a basic question
I want to run my forums & groups
is possible to tranform one of my sub forum in a group ?

thanks a lot

salata 03-17-2007 05:23 PM

Quote:

Originally Posted by MetalLord (Post 1205578)
You have IMO 2 options:
1. Change your whole style and all links in it to the absolute URL of your board
or
2. Only change the GRPS templates and put the following in your headerinclude:
HTML Code:

<base href="http://www.your-board.com/forums/" />
The rewriting functions in GRPS didn't work for me well.


thanks for the response.

but is this because i have installed this incorrectly?

Merriweather 03-18-2007 01:08 AM

Quote:

Originally Posted by sabret00the (Post 1204140)
i cannot replicate this

http://img252.imageshack.us/img252/6...probyi2.th.jpg

i'm still looking at it, but as of yet i can't replicate it.

It looks like your group leader in that example has an avatar? I cna't tell -- the image is so small. I am about to upgrade after I read through this thread, so we will see if it's still an issue.

Merriweather 03-18-2007 01:10 AM

Quote:

Originally Posted by chriszep (Post 1205648)
hello
now it"s seem to working fine great :)

just a basic question
I want to run my forums & groups
is possible to tranform one of my sub forum in a group ?

thanks a lot

No.

sabret00the 03-18-2007 03:05 AM

Quote:

Originally Posted by Merriweather (Post 1205968)
It looks like your group leader in that example has an avatar? I cna't tell -- the image is so small. I am about to upgrade after I read through this thread, so we will see if it's still an issue.

that's my noavatar.gif image, anyway let me know how you get one.

Merriweather 03-18-2007 03:40 AM

Fatal error when upgrading -- I uploaded all files except the config (left my config there, I do have groups/includes/config_grps.php) --

Quote:

Warning: main(./includes/config_grps.php): failed to open stream: No such file or directory in /var/www/html/<edit>/groups/tools/upgrade4.php on line 3

Fatal error: main(): Failed opening required './includes/config_grps.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/html/<edit>/groups/tools/upgrade4.php on line 3
Help!

ETA ~ Fixed issue #1 by changing
Code:

require_once('./includes/config_grps.php');
to
Code:

require_once('../includes/config_grps.php');
But now it can't find "global.php" and I'm actually not even seeing where that file is?

Merriweather 03-18-2007 03:51 AM

Has ANYONE upgraded successfully? I changed:
Code:

require_once("./global.php");
to
Code:

require_once("../../forums/global.php");
to get it to the right location for the global.php file, but now I get:
Quote:

Warning: chdir(): No such file or directory (errno 2) in /var/www/html/<edit>/groups/includes/config_grps.php on line 15

Warning: main(/var/www/html/<edit>/groups/tools/includes/init.php): failed to open stream: No such file or directory in /var/www/html/<edit>/forums/global.php on line 20

Fatal error: main(): Failed opening required '/var/www/html/<edit>/groups/tools/includes/init.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/html/<edit>/forums/global.php on line 20
I give up for now, until someone can help me figure out what I am doing wrong, or if the upgrade file is messed up.


All times are GMT. The time now is 01:07 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.02687 seconds
  • Memory Usage 1,757KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_html_printable
  • (7)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