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 01-22-2007 02:49 PM

Quote:

Originally Posted by ChurchMedia (Post 1150990)
Hey, buddy! I've been with your project for a long time and have donated 100 to it already. I'm willing to do another 100 if you could add attachments to it. That would make it absolutely perfect for me! What do you think? Is it possible?

:)

Oh -- and I'd love to see it post a simple "There's been a post to the X group" in a specified thread in the main VB forum.

i'll see about navbar integration.

also the attachments thing, you're ot the first person to request it. i'm planning to integrate the gallery soon, so once that's in and bug free i'll look into attachments. at this moment in time, it's simply looking into it.

sabret00the 01-22-2007 02:52 PM

Quote:

Originally Posted by romanticyao (Post 1151981)
get erro here

Invalid SQL:
ALTER TABLE `usergroup` ADD `grpspermissions` INT(10) UNSIGNED DEFAULT 0 NOT NULL;
MySQL : Duplicate column name 'grpspermissions'

run the uninstaller before trying to run the installer again.

sabret00the 01-22-2007 02:59 PM

Quote:

Originally Posted by Trana (Post 1158968)
No search, no extensible permissions, extremely limited administrator functions.

Please elaborate? that's like saying that the default search should vBGallery for posts and then throwing your toys out of your pram because it doesn't.

sabret00the 01-22-2007 03:00 PM

Quote:

Originally Posted by XtAzY (Post 1157733)
Im just wondering... before i even knew this hack exist, i already have my forums with multiple subforums which act like groups. It has many threads in it. I was wondering for the next version, if it's possible to make a function that lets you move or dump existing thread on the forum to the groups created by this hack?

interesting idea.

sabret00the 01-22-2007 03:03 PM

Quote:

Originally Posted by nul7 (Post 1163516)
Sooo... anyone have an idea on how to add an entry to the breadcrumb (navbits) to the groups home? I checked out some of the sites people have posted in this thread and it seems like it's a problem on all installations. This is the only thing holding us back from going live with the mod.

it would require editing practically all of the files.

sabret00the 01-22-2007 03:06 PM

Quote:

Originally Posted by Mr Pink (Post 1159648)
Trying in local, it give me this error:

your config_grps.php is incorrect.

sabret00the 01-22-2007 03:07 PM

Quote:

Originally Posted by nul7 (Post 1159193)
I've installed this, but have not done any template edits until I can confirm that it's working (maybe that's my problem?). Everything seems to be ok except for a couple little things:

1. Breadcrumb: It displays "mysite.com Groups" but when clicked, it takes me back to my homepage, not the groups home. I would like to have it as "Mysite.com" > "Groups". Where is it even setting the breadcrumb? I can't find this anywhere.

2. Footer: It's replacing the link to "Mysite.com" in the footer with "Mysite.com Groups", but once again, it goes to the home page, not the groups home. I would like 2 separate links here, one for the home page, one for the groups page. I can do this with a template edit, but I'll need to disable this automatic link replacement. Where is this??


Info on my install:

Forums are in ./forum
Groups are in ./groups
I am using vbadvanced

EDIT: Also, I noticed that when someone is viewing groups, it shows they are on the homepage in WOL. Thought that might help...

in one of your proceeding posts you mention that the problem is common (Navbar linking to forums directory), can you please show me examples.

Exitilus 01-22-2007 07:18 PM

1.) Edit Button not displaying for users
2.) View Last Post, View Last Reply Buttons not working

I was also mentioning how I'd like it if the Groups had the option for a Custom Template instead of using either Postbit or Legacy. My problem is I have a customized template with things that aren't working and cause errors. I spent hours trying to recode the system to use a custom template but I couldn't figure it out :(

Exitilus 01-22-2007 07:31 PM

Quote:

Originally Posted by sabret00the (Post 1164990)
i would suggest using a conditional for that in the template or use the postbit_factory plugin to define the template i.e.
PHP Code:

$handled_type TRUE;
$out 'customtemplatename'

The reason i don't want to use custom profiles is probably the reason you want to use custom templates. i want to enable people have a seamless experience in regards to reading threads and reading group-threads.

oops. Didn't see you responded to this so ignore my message above.

For the Custom Template code you posted above would that work in the template? I spent several hours trying to use the Postbit Factory to get this done but couldn't figure it out *cry*

sabret00the 01-23-2007 12:34 PM

Quote:

Originally Posted by Exitilus (Post 1165242)
oops. Didn't see you responded to this so ignore my message above.

For the Custom Template code you posted above would that work in the template? I spent several hours trying to use the Postbit Factory to get this done but couldn't figure it out *cry*

basically create a new template called 'exitilus_postbit' which should be a stripped down, vanilla version of your current postbit, or even just the original postbit that comes with vBulletin. and then create the plugin, the plugin hook is: 'postbit factory' with the contents from above.
PHP Code:

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


and then all should work.


All times are GMT. The time now is 02:25 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.02590 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
  • (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
  • (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