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 10-25-2006 12:51 PM

Quote:

Originally Posted by Melissa Miller
Can you not post images and attachements in the threads?

That's my fault, i had trouble understanding his problems and the happy medium was a picture, after all a picture is worth a 1000 words. sorry for the disturbance.

sabret00the 10-25-2006 12:56 PM

Quote:

Originally Posted by tis01
Pretty nice hack sabret00the.I really appreciate the hard work you made ;)
Is there any chance to get a really fully phrased version soon ? ( I'm running a multilingual forum and can't translate it totally at this time )

as soon as i get time, looking at it, there's not too too many phrases. sadly it's turned into a week where i'm trying to dedicate a bit of time to completing one thing, fixing misc errors in another and cleaning up the latter things content. but phrasing remains a TOP priority. so yes, hopefully very soon.

Melissa Miller 10-25-2006 06:27 PM

Yes Sabre thats correct, I need it to go to forums.php not index.php

When I was asking about the photos, I was talking about in groups. If people can post pictures. I would be willing to pay for an upgrade someday where you could use attachments and invite people via an email addy where they would be taken to the registration process.

However its awesome as IS!

romolus 10-25-2006 09:21 PM

Hy,

Im getting an Style Errors with my different styles.

In the Standart Design there is no errors, but in my others styles the header is corrupt.

please help me,

http://comicportal.gamigo.de/forum/

burningfist 10-26-2006 12:57 AM

Not too sure what to do, looking for some help getting an error when I try to run the installer:

PHP Code:

Fatal errorCall to a member function query_write() on a non-object in /home/moseleyk/public_html/main/groups/tools/grps_installer.php on line 109 


sabret00the 10-26-2006 08:40 AM

Quote:

Originally Posted by sabret00the
ok i see your problem, and i know what it is. it's an issue to do with it (your advert) trying to close a container that was never opened. i'll look into it on my test board, i will get back to you about this one, this evening.

To fix your problem, you'll have to edit the viewthread.php, on line 263 find:
PHP Code:

    $show['spacer'] = FALSE

and replace with
PHP Code:

    $show['spacer'] = TRUE

now go into your admincp and where it says 'Strings To Find In "viewthread.php"' add:
PHP Code:

, <div style="padding:0px 25px"

to the very end.

now for 'Strings To Replace In "viewthread.php"' add:
PHP Code:

, <div style="padding:0px 0px"

and that will fix your problem.

sabret00the 10-26-2006 08:50 AM

Quote:

Originally Posted by Melissa Miller
Yes Sabre thats correct, I need it to go to forums.php not index.php

When I was asking about the photos, I was talking about in groups. If people can post pictures. I would be willing to pay for an upgrade someday where you could use attachments and invite people via an email addy where they would be taken to the registration process.

However its awesome as IS!

Wow having problems waking up, i read your previous post about five times, think it's finally registered now.

The picture thing (assuming you're not talking about attachments) has been requested a few times. in all honesty it's not that far off and still no decision has been made about how to get it to the general public. however i honestly haven't had time to go through the code checking it and improving yet. between doing support here and other commitments time is at a minimum. however it's likely to see the light of day before a fully phrased version of GRPS.

regarding the link to your forums, change the link to this and all should be fine
PHP Code:

$vboptions['bburl']/$vboptions['forumhome'].php 


sabret00the 10-26-2006 08:55 AM

Quote:

Originally Posted by burningfist
Not too sure what to do, looking for some help getting an error when I try to run the installer:

PHP Code:

Fatal errorCall to a member function query_write() on a non-object in /home/moseleyk/public_html/main/groups/tools/grps_installer.php on line 109 


what were the issues you solved because if it can't find your global.php to identify the $db class then it should have errored out.

sabret00the 10-26-2006 08:59 AM

Quote:

Originally Posted by romolus
Hy,

Im getting an Style Errors with my different styles.

In the Standart Design there is no errors, but in my others styles the header is corrupt.

please help me,

http://comicportal.gamigo.de/forum/

Sadly i'm a little short on time right now, otherwise i'd go through it step by step with you, the problem is that both your css and header needs to be globalised (is that a word).

in the case of your css, it's a simple matter of prefixing your images with a forward slash.
PHP Code:



with your header you may need to prefix each image with
PHP Code:

$vboptions[bburl]/ 


sabret00the 10-26-2006 10:25 AM

memomemo, it will be in your admin control panel, in your groups settings.

memomemo 10-26-2006 10:27 AM

Quote:

Originally Posted by sabret00the
To fix your problem, you'll have to edit the viewthread.php, on line 263 find:
PHP Code:

    $show['spacer'] = FALSE

and replace with
PHP Code:

    $show['spacer'] = TRUE

now go into your admincp and where it says 'Strings To Find In "viewthread.php"' add:
PHP Code:

, <div style="padding:0px 25px"

to the very end.

now for 'Strings To Replace In "viewthread.php"' add:
PHP Code:

, <div style="padding:0px 0px"

and that will fix your problem.

Hello
Ok I am change $show['spacer'] = TRUE; = ok
<div style="padding:0px 25px"> = ok
<div style="padding:0px 0px"> = ok

But problem continual :( :cry: :cry:

theodonnells 10-26-2006 10:28 AM

I have vbplaza and Petz installed, these show gifts and a small swf file in the postbit.
These arent working correctly, i could just make another gifts image folder in the groups folder to fix the vbplaza images, but the petz file is another matter.
So is there a way to use postbit legacy in groups instead of postbit which is used in the rest of the forum? I have no modifications made to postbit legacy and it would work fine..

sabret00the 10-26-2006 12:43 PM

Quote:

Originally Posted by memomemo
Hello
Ok I am change $show['spacer'] = TRUE; = ok
<div style="padding:0px 25px"> = ok
<div style="padding:0px 0px"> = ok

But problem continual :( :cry: :cry:

can i have a look at the page now?

sabret00the 10-26-2006 12:44 PM

Quote:

Originally Posted by theodonnells
I have vbplaza and Petz installed, these show gifts and a small swf file in the postbit.
These arent working correctly, i could just make another gifts image folder in the groups folder to fix the vbplaza images, but the petz file is another matter.
So is there a way to use postbit legacy in groups instead of postbit which is used in the rest of the forum? I have no modifications made to postbit legacy and it would work fine..

in your admincp grps options, there's an option for postbit replacements, that's what you're after.

memomemo 10-26-2006 12:48 PM

Quote:

Originally Posted by sabret00the
can i have a look at the page now?

Hello

Yes sir
http://www.forumsitesi.info/forum/up...ad.php?g=1&t=1

username : test
Password : test

https://vborg.vbsupport.ru/

https://vborg.vbsupport.ru/

Thank you

sabret00the 10-26-2006 01:13 PM

Go into your admincp and where it says 'Strings To Find In "viewthread.php"' change the text to:
PHP Code:

image.phpsrc="customavatars/, src="images/smilies/, member.php, private.phpsearch.phpsendmessage.phpprofile.php, <!-- / post #, imwindow, 200); return false;">, images/avatars/, <span id="reputationmenu, Reputation" border="0" /></a></span>, src="$stylevar['imgdir_button']/infraction.gif", <div style="padding:0px 25px"> 

and where it says 'Strings To Replace In "viewthread.php"' change that to:
PHP Code:

$vbulletin->options['bburl']/image.phpsrc="$vbulletin->options['bburl']/customavatars/, src="$vbulletin->options['bburl']/images/smilies/, $vbulletin->options['bburl']/member.php$vbulletin->options['bburl']/private.php$vbulletin->options['bburl']/search.php$vbulletin->options['bburl']/sendmessage.php$vbulletin->options['bburl']/profile.php, <hr style="visibility: hidden; padding: 0.25em 0 0 0; margin: 0; line-height: 0em" />{nn}<!-- / post #, grps_imwindow, 200,'$vbulletin->options['bburl']'); return false;">, $vbulletin->options['bburl']/images/avatars/, <!-- <span id="reputationmenu, Reputation" border="0" /></a></span> -->, src="$vbulletin->options['bburl']/clear.gif" width="0" height="0", <div style="padding:0px 0px"> 

and then let me know if the problem still exists.

memomemo 10-26-2006 01:23 PM

Quote:

Originally Posted by sabret00the
Go into your admincp and where it says 'Strings To Find In "viewthread.php"' change the text to:
PHP Code:

image.phpsrc="customavatars/, src="images/smilies/, member.php, private.phpsearch.phpsendmessage.phpprofile.php, <!-- / post #, imwindow, 200); return false;">, images/avatars/, <span id="reputationmenu, Reputation" border="0" /></a></span>, src="$stylevar['imgdir_button']/infraction.gif", <div style="padding:0px 25px"> 

and where it says 'Strings To Replace In "viewthread.php"' change that to:
PHP Code:

$vbulletin->options['bburl']/image.phpsrc="$vbulletin->options['bburl']/customavatars/, src="$vbulletin->options['bburl']/images/smilies/, $vbulletin->options['bburl']/member.php$vbulletin->options['bburl']/private.php$vbulletin->options['bburl']/search.php$vbulletin->options['bburl']/sendmessage.php$vbulletin->options['bburl']/profile.php, <hr style="visibility: hidden; padding: 0.25em 0 0 0; margin: 0; line-height: 0em" />{nn}<!-- / post #, grps_imwindow, 200,'$vbulletin->options['bburl']'); return false;">, $vbulletin->options['bburl']/images/avatars/, <!-- <span id="reputationmenu, Reputation" border="0" /></a></span> -->, src="$vbulletin->options['bburl']/clear.gif" width="0" height="0", <div style="padding:0px 0px"> 

and then let me know if the problem still exists.

Ok I am change all code Strings To Find In "viewthread.php" and Strings To Replace In "viewthread.php" wiht your write
But again problem.

BUT other vbulletin default style with working.
Other style problem. This default style with no problem.


other problem

http://img99.imageshack.us/img99/733/rrrrrrrqw7.jpg

sabret00the 10-26-2006 01:31 PM

sorry about that, change them one more time please.

Go into your admincp and where it says 'Strings To Find In "viewthread.php"' change the text to:
Code:

image.php, src="customavatars/, src="images/smilies/, member.php, private.php, search.php, sendmessage.php, profile.php, <!-- / post \#, imwindow, 400,200); return false;">, images/avatars/, <span id="reputationmenu,  Reputation" border="0" /></a></span>, src="$stylevar['imgdir_button']/infraction.gif", <div style="padding:0px 25px">
and where it says 'Strings To Replace In "viewthread.php"' change that to:
Code:

$vbulletin->options['bburl']/image.php, src="$vbulletin->options['bburl']/customavatars/, src="$vbulletin->options['bburl']/images/smilies/, $vbulletin->options['bburl']/member.php, $vbulletin->options['bburl']/private.php, $vbulletin->options['bburl']/search.php, $vbulletin->options['bburl']/sendmessage.php, $vbulletin->options['bburl']/profile.php, <hr style="visibility: hidden; padding: 0.25em 0 0 0; margin: 0; line-height: 0em" />{\n\n}<!-- / post \#, grps_imwindow, 400,200,'$vbulletin->options['bburl']'); return false;">, $vbulletin->options['bburl']/images/avatars/, <!-- <span id="reputationmenu,  Reputation" border="0" /></a></span> -->, src="$vbulletin->options['bburl']/clear.gif" width="0" height="0", <div style="padding:0px 0px">

Melissa Miller 10-26-2006 01:40 PM

Yikes,
I was talking about attachments.
The photo thing will be cool also, but I was curious if there will be the ability to add attachments into the group threads.

Im a happy camper now, thanks so much!

memomemo 10-26-2006 01:46 PM

Quote:

Originally Posted by sabret00the
sorry about that, change them one more time please.

and $postbit delete in groups_display_viewthread no problem but
no post message.

I am suppose $postbit problem for other style

sabret00the 10-26-2006 01:46 PM

Quote:

Originally Posted by Melissa Miller
Yikes,
I was talking about attachments.
The photo thing will be cool also, but I was curious if there will be the ability to add attachments into the group threads.

Im a happy camper now, thanks so much!

Erm, i really hadn't thought about it before. It's not currently possible, i had just assumed that the only attachments people would want to post were pictures and that the groups gallery would be sufficient.

sabret00the 10-26-2006 01:47 PM

Quote:

Originally Posted by memomemo
and $postbit delete in groups_display_viewthread no problem but
no post message.

I am suppose $postbit problem for other style

have you got a picture of what you mean?

memomemo 10-26-2006 01:56 PM

Quote:

Originally Posted by sabret00the
have you got a picture of what you mean?


Hello.
1- Problem you know.
https://vborg.vbsupport.ru/

2- I am delete

$postbit delete groups_display_viewthread for in template

https://vborg.vbsupport.ru/ https://vborg.vbsupport.ru/

3- but this problem no for vbulletin default style

https://vborg.vbsupport.ru/


I am suppose problem $postbit for other style.

where $postbit in style template?

sabret00the 10-26-2006 02:14 PM

Quote:

Originally Posted by memomemo
Hello.
1- Problem you know.
https://vborg.vbsupport.ru/

2- I am delete

$postbit delete groups_display_viewthread for in template

https://vborg.vbsupport.ru/ https://vborg.vbsupport.ru/

3- but this problem no for vbulletin default style

https://vborg.vbsupport.ru/


I am suppose problem $postbit for other style.

where $postbit in style template?

Give me and hour or so, then i'll log into your board so i can see the source code.

burningfist 10-26-2006 02:32 PM

Quote:

Originally Posted by sabret00the
what were the issues you solved because if it can't find your global.php to identify the $db class then it should have errored out.

At first it couldn't find my global.php but I pointed it directly to it. My forums are in a folder /main/, should I just fresh upload everything and try again?

sabret00the 10-26-2006 02:36 PM

yup, tell me the url (or just use examle.com) of your forums and groups and i'll tell you exactly what to put into your groups/config.php

sabret00the 10-26-2006 04:52 PM

Quote:

Originally Posted by memomemo
Hello.
1- Problem you know.
http://img55.imageshack.us/img55/6991/01qq4.th.jpg

2- I am delete

$postbit delete groups_display_viewthread for in template

http://img135.imageshack.us/img135/2698/03qs4.th.jpg http://img135.imageshack.us/img135/9060/02qw2.th.jpg

3- but this problem no for vbulletin default style

http://img158.imageshack.us/img158/4568/04tc5.th.jpg


I am suppose problem $postbit for other style.

where $postbit in style template?

the two settings i made you replace, could you try clearing them out, and then letting me see the page then please. there seems to be a problem with the reputation link.

burningfist 10-26-2006 06:23 PM

Quote:

Originally Posted by sabret00the
yup, tell me the url (or just use examle.com) of your forums and groups and i'll tell you exactly what to put into your groups/config.php

Forums: http://www.example.com/main/

Groups: http://www.example.com/main/groups/

Is this all you need to know?

sabret00the 10-26-2006 06:32 PM

Yup yup, your config.php should look a little something like this, well exactly like that :)

PHP Code:

<?php

/*****************************\
* Name: GRPS: Groups Commune
* Written By: Paul "sabret00the" Walker-Daley
* Concept: 30 October 2003
* Spawned: 26 March 2005
* Copyright Since: 23 April 2004
* Gold: 19 October 2006
* Modified: 
* Contact: 
\*****************************/

// ################ SET SCRIPT LOCATION ENVIRONMENT ######################
chdir("../");

// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
$rewrite_links TRUE;

?>


burningfist 10-26-2006 09:22 PM

Dumb question, but I'm having a bit of trouble. Got an install that was successful but I don't see anything. and I have groups as an option on my cpanel. I modified my user options to be able to view it but nothing is visible from the forums that has anything to do with groups other than default usergroups. What do I do?

Edit: Saw this was a little vague.

sabret00the 10-26-2006 09:29 PM

Quote:

Originally Posted by burningfist
Dumb question, but I'm having a bit of trouble. Got an install that was successful but I don't see anything. and I have groups as an option on my cpanel. I modified my user options to be able to view it but nothing is visible from the forums that has anything to do with groups other than default usergroups. What do I do?

Edit: Saw this was a little vague.

check to make sure your templates are present.

burningfist 10-26-2006 10:08 PM

Everything is uploaded to the correct places as far as I can tell. What else can I do?

sabret00the 10-26-2006 10:09 PM

you need to check your templates in the admincp, go to styles and templates, edit templates, look for grps and double click that, then tell if you see a GRPS template.

burningfist 10-26-2006 10:19 PM

Yessir I see the templates, and I've found a way to access my group section. I'm having issues with it thinking /group/ is the folder everything is running from. I'm sure I can find the answer in the thread but I still don't know why it doesn't display on the forums.

memomemo 10-27-2006 12:02 AM

Quote:

Originally Posted by sabret00the
the two settings i made you replace, could you try clearing them out, and then letting me see the page then please. there seems to be a problem with the reputation link.


Ok sir. I am posbit_legacy template test to compare with vbulletin orijinal style posbit_legacy template and add code

https://vborg.vbsupport.ru/

This problem = ok
Very very Thank you

But Problem II
have cell problem.


https://vborg.vbsupport.ru/

or orjinal style

https://vborg.vbsupport.ru/

BUT no problem in forum

https://vborg.vbsupport.ru/

sabret00the 10-27-2006 08:32 AM

Quote:

Originally Posted by burningfist
Yessir I see the templates, and I've found a way to access my group section. I'm having issues with it thinking /group/ is the folder everything is running from. I'm sure I can find the answer in the thread but I still don't know why it doesn't display on the forums.

what do you mean? it's not supposed to display on the forums.

Benj 10-27-2006 09:01 AM

sorry sabret00the how do you fix my navbar links from pointing to /group/private.php etc etc

memomemo 10-27-2006 10:56 AM

Quote:

Originally Posted by memomemo
Ok sir. I am posbit_legacy template test to compare with vbulletin orijinal style posbit_legacy template and add code

https://vborg.vbsupport.ru/

This problem = ok
Very very Thank you

But Problem II
have cell problem.


https://vborg.vbsupport.ru/

or orjinal style

https://vborg.vbsupport.ru/

BUT no problem in forum

https://vborg.vbsupport.ru/


Please help sabret00the

I am <td> </td> code Add in postbit_legacy , but this have cell problem in vbulletin forum .

Thank you

murrtex 10-27-2006 12:16 PM

if we select this;
https://vborg.vbsupport.ru/

ist okey
https://vborg.vbsupport.ru/

but
if we select this
https://vborg.vbsupport.ru/

result is;
https://vborg.vbsupport.ru/

I dont want to use css plugins because in this time my other external pages are disturbing like on the last picture.

what should we do Sabret00the ?
thanks

burningfist 10-27-2006 01:23 PM

Quote:

Originally Posted by sabret00the
what do you mean? it's not supposed to display on the forums.

I've been tinkering with it, could I find an answer as to how to fix the directory pointing to the wrong place in this thread? Is there a simple fix; once again thanks for all of your help and great plug in! :)


All times are GMT. The time now is 05:35 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.02967 seconds
  • Memory Usage 1,919KB
  • 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
  • (18)bbcode_php_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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