vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   QUICKMODERATION: Moderation queue info on Forums (https://vborg.vbsupport.ru/showthread.php?t=92809)

FD929 02-10-2009 04:27 PM

Ah, I see fractalizer went ahead and did that already. Well, the mod had a quick run on my board lol! Thank you for your hard work anyways. Always fantastic to see a mod make it through so long a period with no errors.

feldon23 02-16-2009 06:04 PM

I'm still using this fantastic mod with the identical navbar_moderation template to what DannyITR posted above.

feldon23 02-16-2009 06:23 PM

Quote:

Originally Posted by derfy (Post 1119481)
Found a bug. This doesn't take into account renamed modcp/admincps.

Quote:

Originally Posted by Kerry-Anne (Post 1142477)
You would need to edit the navbar_moderation template and change the links to reflect the renamed directories.

Unfortunately $admincpdir and $modcpdir are not set at the right place to use them in this template. :(

SVTCobraLTD 02-16-2009 08:20 PM

For some reason I cannot get it to show in 3.6.11

I followed all the steps below and have a thread moderated and it still is not showing.
Code:

Add new template called navbar_moderation to all styles with this code:

Code:

<if condition="$bbuserinfo[usergroupid]=='6' or $bbuserinfo[usergroupid]=='5'">
<!-- Quick Moderation -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
                <td class="<if condition="$alertmods==true">alertmod<else />alt1</if>" width="100%">
                        <div class="smallfont">
                                <b>Quick Moderation:</b>
                                <if condition="$show['threads']">
                                        <a href="modcp/moderate.php?do=posts">Threads</a>: <b>$threads[count]</b>
                                </if>
                                <if condition="$show['posts']">
                                        <a href="modcp/moderate.php?do=posts#posts">Posts</a>: <b>$posts[count]</b>
                                </if>
                                <if condition="$show['attachments']">
                                        <a href="modcp/moderate.php?do=attachments">Attachments</a>: <b>$attachments[count]</b>
                                </if>
                                <if condition="$show['events']">
                                        <a href="modcp/moderate.php?do=events">Events</a>: <b>$events[count]</b>
                                </if>       
                                <if condition="$show['users']">
                                        Users: <b>$users[count]</b>
                                </if>                       
                                <if condition="$show['reports']">
                                        <a href="private.php">Reports Unfulfilled</a>: <b>$reports[count]</b>
                                </if>
                        </div>
                </td>
        </tr>
</table>
<!-- / Quick Moderation -->
<br />
</if>

Open template called navbar
At absolute bottom of template insert this code:

Code:

$moderate

and/or insert it anywhere in any other template if you'd like


Configuration

To change what user groups can view the quick-mod bar replace

Code:

<if condition="$bbuserinfo[usergroupid]=='6' ">

in the navbar_moderation template with whatever user group IDs you would like. You can find the usergroup IDs in the admincp by clicking 'usergroups' -> 'usergroup manager' then looking at what it says in the dropdown on the right of each user group [example: Edit Usergroup (ID:2)].


SVTCobraLTD 03-04-2009 01:01 PM

Anyone?

ilanyon 03-10-2009 09:59 PM

Hi,
I have a question about manually clearing the quickmoderation queue...hopefully not too dumb a question...

In setting up another hack (Easy Forms) a thread was posted to Forum 0 (which doesn't exist) and now there is a thread waiting moderation, but when I click on it, there is no thread there to moderate...

Is there a way of clearing this thread?

Regards,

Ian

pigsy 11-27-2009 09:52 PM

Does this work on latest vbulletin?

teach1st 12-26-2009 10:20 AM

Quote:

Originally Posted by pigsy (Post 1921806)
Does this work on latest vbulletin?

I have it working in 3.8.4

m1thr0s 01-23-2010 04:48 PM

works great for me!

had to modify the Users line:
Code:

Users: <b>$users[count]</b>
to
Code:

<a href="admincp/user.php?do=moderate">Users</a>: <b>$users[count]</b>
to work correctly with the Moderate Users hack...

sweet addition...thanks for your work!

BirdOPrey5 02-03-2011 04:52 PM

rossco- if you still check this thread I sent you a PM a few days ago concerning a VB4 upgrade. Please let me know either way, at least I know you checked the PM.

Thanks.


All times are GMT. The time now is 03:30 AM.

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.01335 seconds
  • Memory Usage 1,747KB
  • 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
  • (3)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