vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - SCANU's Quick Moderation: Moderation queue info on Forum home (https://vborg.vbsupport.ru/showthread.php?t=285008)

sarangan 09-18-2013 09:28 AM

Quote:

Originally Posted by fxdigi-cash (Post 2435862)
I get database error after importing the product and then refresh the forumhome... !!

vb.4.2.1

Me too!

ozzy47 09-18-2013 09:49 AM

Quote:

Originally Posted by fxdigi-cash (Post 2435862)
I get database error after importing the product and then refresh the forumhome... !!

vb.4.2.1

Quote:

Originally Posted by sarangan (Post 2446450)
Me too!

You really should post the error, I don't think Scanu has a crystal ball to know what errors you got. :)

megabink 09-18-2013 02:56 PM

Looks like a great useful mod to bad it's not working like it should be,i would install it for sure.
I hope the maker can find some time to update it because there is no good working moderation mod here on vB.org anymore....maybe a hint to other coders lol.

dougdirac 09-21-2013 05:24 PM

So is this not working. I was looking forward to installing.

Jncocontrol 11-09-2013 02:57 AM

I have it installed for 2.2 and it works like a charm.

wtatech 12-07-2013 11:10 AM

Does the primary group need to be moderator or admin for this to work? We have a default primary group, and then admins, mods, etc get their permissions from additional usergroups.

BirdOPrey5 12-07-2013 11:39 AM

Quote:

Originally Posted by wtatech (Post 2466573)
Does the primary group need to be moderator or admin for this to work? We have a default primary group, and then admins, mods, etc get their permissions from additional usergroups.

Looking at the code, indeed that seems to be the case. If you need secondary groups you can try this edit.

In the Template plugin-

Look for-

Code:

if (in_array($vbulletin->userinfo['usergroupid'], $ids))
and change it to

Code:

if (is_member_of($vbulletin->userinfo, $ids))
Haven't tested this but it should show up to secondary usergroups with this edit.

ozzy47 12-07-2013 11:47 AM

It should be,

Code:

if (is_member_of($vbulletin->userinfo, $ids))
Small typo _od = _of

BirdOPrey5 12-07-2013 12:23 PM

Whoops, thanks Ozzy. :)

ozzy47 12-07-2013 12:24 PM

No problem. :)


All times are GMT. The time now is 11:52 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.01263 seconds
  • Memory Usage 1,741KB
  • 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_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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