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 11-30-2012 12:37 PM

Quote:

Originally Posted by deltahawk5 (Post 2382125)
Could really use this, doesn't work however. No options in the AdminCP, box in blank in the forums.

Same problem for me in 4.2.0

bomb192uk 12-19-2012 11:21 PM

The settings are a blank entry in the settings and options dropdown menu, the name is missing in the install

DAMINK 12-20-2012 05:03 AM

Tested this today.
Want to get it working so will persist.
One thing i noticed is this script assumes your mod area is modcp/
Mine clearly isnt. Dunno i will keep playing with it until it works for me as i like the idea.

hsoen 12-23-2012 11:57 AM

This mod is very useful.

Work perfectly on 4.2.0

Scanu 03-13-2013 09:30 PM

An update for this is coming it will fix the empty panel problem and i will add a name to the setting group (as now you have to click on the blank setting), It will take about a month to me to release it tough

tomshawk 03-27-2013 05:25 AM

Got it to work on 4.2.0 even though the admincp Settings group box is blank.

thanks, I look forward to the update

avitor 04-08-2013 02:01 PM

thanks for great mod and best support by coder
works 100% on vb 4.2 with out any extra configuration
just import the product
all the best

Scanu 04-08-2013 06:15 PM

Thank you i hope i will have the time to release the update that fix blank box in forumhome and blank settings

Salvo 05-10-2013 08:50 PM

When there are not user to moderate, the link gets to a 404 error, is it normal?
Quote:

/user.php?do=moderate
4.2.1. forum's version

fxdigi-cash 07-29-2013 01:27 AM

I get database error after importing the product and then refresh the forumhome... !!

vb.4.2.1

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. :)

wtatech 12-15-2013 12:05 PM

much appreciated guys! Thanks! I will give it a shot.

wtatech 12-15-2013 12:20 PM

In settings, it does not show "Scanu's Quick Moderation..." any where on the list. There is a blank entry at the bottom, that is it.

Installed 1.2 on 4.2.2

Meestor_X 12-29-2013 05:59 PM

Quote:

Originally Posted by wtatech (Post 2468410)
In settings, it does not show "Scanu's Quick Moderation..." any where on the list. There is a blank entry at the bottom, that is it.

Installed 1.2 on 4.2.2

I see this same issue on 4.2.0 pl2.

Meestor_X 12-29-2013 06:18 PM

Also, this addon looks like this:
Threads: 0 Posts: 0 Attachments: Events: 0 Vistor Messages: 0 Users: 0 Blogs: 0 Group Messages: 0 Pictures Comments: 0

As you can see, the "Attachments:" link has no number beside it.
Even in the screenshot from the coder. I would think that perhaps {vb:raw attachments.count} used in the template is maybe the wrong variable?

Scanu 01-03-2014 07:08 PM

Quote:

- 1.3
- Added a message when there isn't anything to moderate (now it will only show what need moderation not zeros)
- Fixed missing number of attachments awaiting moderation
- Set 'no blog' as default to prevent database error
- Fixed blank name options
- Added Version check url
Good news! I finally found the time to update this mod! Enjoy ;D

Scanu 01-03-2014 07:09 PM

Quote:

Originally Posted by ozzy47 (Post 2446452)
You really should post the error, I don't think Scanu has a crystal ball to know what errors you got. :)

lol who knows? :D

Meestor_X 01-04-2014 04:40 PM

Thanks for updating! New display looks good and the settings name is no longer blank!

The previous Mod I was using would list the posts/threads to be moderated as a list with links to the posts. This was handy, I could just use inline moderation instead of having to do use the modcp, which is less convenient.

Any idea if that would be easy to add?

Scanu 01-04-2014 10:03 PM

Thank for your feedback! I'll consider adding that feature in the next version :)

Meestor_X 01-05-2014 03:14 PM

Thank you very much!

It was this mod I was using before, but it's not compatible with the vbNotifications mod, whereas yours is!

tomshawk 01-14-2014 08:17 PM

2 things

1: with this new xml file, even when I tell it I have blogs, but clicking yes and save, it reverts back to no

2: It is showing 2 posts that need to be modded when there are non.

Ideas?

sarangan 01-20-2014 05:04 AM

It would have been much better if it completely hide the box if there is nothing to moderate.

My Hattiesburg 02-11-2014 02:50 AM

I just installed this on vb 4.2.1 and it says there's nothing to moderate even though I have a buttload of posts that are in moderation. I even unapproved a post after install to see if that did anything, but it didn't.

kapii 01-25-2015 09:36 PM

Why does this mod show a notification for threads or posts if the moderator can not see a particular forum?

Stratis 09-16-2015 02:35 PM

Quote:

Originally Posted by My Hattiesburg (Post 2480348)
I just installed this on vb 4.2.1 and it says there's nothing to moderate even though I have a buttload of posts that are in moderation. I even unapproved a post after install to see if that did anything, but it didn't.

Same to me in vb4.2.0
Uninstalled, it would be great if there an update.

Thanks Andrea.
Ευχαριστώ Ανδρέα. :D

V8Owner 11-08-2015 06:30 AM

I had version 1.2 running perfectly with the exception of the title in the adminCP and Users for maybe 2 years.

Today i updated to version 1.3 and i have nothing. I tried to uninstall & reinstall the old 1.2 but it no longer can be seen on the forum home.

I also tried the forum home edit - Nothing :(

z3r0 11-09-2015 06:10 AM

If you can't get this mod working then the following one is a pretty good alternative - https://vborg.vbsupport.ru/showthread.php?t=241301

RichieBoy67 11-23-2016 09:27 PM

Everything works but the user moderation..

/user.php?do=moderate

What is the proper url now? /admincp/user.php?do=moderate

yeah, that fixed it..

Go into the xml file and change /user.php?do=moderate to /admincp/user.php?do=moderate if you have an issue with your user moderating. Replace admincp with your admin directory name.

I have not checked the other urls. My client said it was the users only that were not working.


All times are GMT. The time now is 01:05 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.01548 seconds
  • Memory Usage 1,809KB
  • 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
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (37)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