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 02-13-2007 09:40 AM

Quote:

Originally Posted by Merriweather (Post 1181205)
sabret00the ~ My offer of cold, hard cash still stands (check your PMs) if it's the motivation you need to get some of the bugs out so it's public release worthy. ;) As I've said, I do love the idea and am jumping at the chance to implement it, but there are some major bugs in the functionality that do need addressed. I think as soon as you get those out of the way, it will be fun for you again and you can play with all of the cool additions you have in mind. :) I'm sure it's not easy to keep up with all of the comments here, and hard to sort out what's a bug and what's a user error, so kudos to you as well for your dedication.

I saw the pm in my email. i haven't opened it here yet because i wanted to give it a proper reply. i'm basically spending today and tomorrow finishing up the PRS changes and then i'll be able to get back to this. Unfortunately cold hard cash is a motivation but not an enthusiasm. As soon as i've finished with PRS i'll respond to your PM as i'll have some idea over whether or not i can meet that deadline you mentioned.

As long as any bugs discovered are mentioned in here, i'll be sure to squash them.

bada_bing 02-13-2007 11:58 AM

sabret00the

As you know I have also donated towards this hack when it came out and was using it on my test forum which I no longer run because I decided to start a completly different forum. I do though still run my current production site that I am not running this sweet add on but would love too, but as the last poster stated I will wait till some of the bugs get worked out. I would also like to see the post counts add up in vb when posting in the groups, this is very important to me. I al also willing to donate more money if this mode improves and there are some fixes to the know bugs and hope that others will donate also.

RvG2 02-14-2007 05:55 PM

very good mod. Installed :)

pcoskat 02-14-2007 11:36 PM

Quote:

Originally Posted by bada_bing (Post 1181437)
I al also willing to donate more money if this mode improves and there are some fixes to the know bugs and hope that others will donate also.

I would be willing to donate heavily if it expidites getting the bugs worked out.

Merriweather 02-14-2007 11:50 PM

Perhaps the best approach is to compile a list of bug fixes (NOT requests for script changes) so that sabret00the can just look at one post and have them all? I will post mine, and if you have something to add, please copy my list and then add yours to the end. :)
  • Fix report post feature
  • Do something so that postbit items added by other mods will work
  • Fix the Quick Reply
  • Make it so if the forums are not using Quick Reply, the Groups aren't either
  • Fix all of the problems related to templates not working as a result of the group residing outside the forums (I've had to change all navbar, etc links to be absolute URLs instead of relative)
  • Add "Post Reply" link to thread view (necessary fix if Quick Reply is able to be removed)
  • Fix or remove the expand/collapse on the Group info sidebar (it doesn't do anything) and fix the group post count

sabret00the 02-20-2007 11:03 AM

Work has resumed on this.

hitboy 02-20-2007 04:27 PM

Wow this looks very interesting I am guessing i shoudl wait until the patch comes right anyway I have installed just read through half this thread omg 78 pages lol i read through nearly 40 of them haha...

Good job on this idea. It completely changes the perspective of vbulletin itself. VB should be buying this modification from you lol

Merriweather 02-20-2007 08:30 PM

Sabret00the ~ I am so glad you are back -- I was about to start having panic attacks! ;)

sabret00the 02-21-2007 02:00 PM

Quote:

Originally Posted by Exitilus (Post 1166172)
I do appreciate the help you've given me. I've been playing around for a while with what you put and getting a couple of errors on line 328 of viewthread.php. Also I figured that I should also cache the template so I added it with the rest of them in viewthread.php.

Anyways if I use
PHP Code:

if (THIS_SCRIPT == 'groupsdiscussion')
{
$handled_type TRUE;
$out 'postbit_groups';


I get Fatal error: Call to a member function on a non-object in viewthread.php on line 327

If I use
PHP Code:

if (THIS_SCRIPT == 'groupsdiscussion')
{
    
$handled_type true;
    
$out->templatename 'postbit_groups';


Fatal error: Call to undefined function: construct_postbit() in viewthread.php on line 328

try this
PHP Code:

        if (THIS_SCRIPT == 'groupsdiscussion')
        {
            
$handled_type TRUE;
            
$out =& new vB_Postbit_Post();
            
$out->templatename 'postbit_groups';

            
$out->registry =& $this->registry;
            
$out->forum =& $this->forum;
            
$out->thread =& $this->thread;
            
$out->cache =& $this->cache;
            
$out->bbcode_parser =& $this->bbcode_parser;

            return 
$out;
        } 


sabret00the 02-21-2007 02:02 PM

Quote:

Originally Posted by pkallberg21 (Post 1167083)
Hey!

I am having trouble installing this mod. I have done everything correctly, and then when I get to the install.php part I only get a blank page when I go to the url. What could the problem be?

Thanks, and great mod btw.

do you not even get it saying done?


All times are GMT. The time now is 06:33 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.02744 seconds
  • Memory Usage 1,756KB
  • 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
  • (3)bbcode_php_printable
  • (4)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