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)
-   -   Moderation Queue on FORUMHOME (https://vborg.vbsupport.ru/showthread.php?t=120150)

Kirk Y 07-13-2006 10:23 PM

Quote:

Originally Posted by neofootball
Very nice, works great is there any way to change the colors?

Edit templates forumhome_moderationqueue and forumhome_moderationqueue_bit.

Julie 07-13-2006 11:27 PM

Quote:

The capability for Moderators to only be shown their specific Moderation Events will be coming in the next version.
I'll definitly install this when that version comes :)

*subscribed, and waiting patiently!*

bashy 07-28-2006 10:17 PM

Hi m8

What if i wanted to put this elsewhere, what would i changed please...

usually theres a little bit of code (if on forumhome) like, $menualert or $vbshout
there just examples but i cannot find out like that in the forumhome template for your hack....hence the question?

Kirk Y 07-29-2006 02:07 AM

It's complicated to explain, it'd be easier if you told me where you wanted it and I could provide you with the exact coding needed to place it there.

bashy 07-29-2006 06:43 AM

to be honest i aint really sure...its just that it uses a good handfull of queries and i already got 41 on the index and didnt reallt want to increase this too much...

I am maybe thinking about adding a new page using Logicans Web Templates
How about adding the code to this?

rushabh 08-19-2006 04:04 AM

Thank you. works like a charm and much appreciated.

taydu 01-21-2007 06:09 PM

anything change it get port to 3.6 this is a great hack

taydu 01-25-2007 12:57 AM

how do I add a single user to view the moderation queue ??

Kirk Y 01-25-2007 10:22 PM

Quote:

Originally Posted by taydu (Post 1166741)
how do I add a single user to view the moderation queue ??

Untested, but should work. ;)

Find in forumhome_moderationqueue:
Code:

<if condition="$permissions[modqueueperms] & $vbulletin->bf_ugp[modqueueperms][view_queue]">
Replace with:
Code:

<if condition="$permissions[modqueueperms] & $vbulletin->bf_ugp[modqueueperms][view_queue] OR $bbuserinfo['userid'] == 'xx'">
Replace xx with the UserID of the User you'd like to view the queue.

Necrosaro420 02-13-2007 01:44 PM

This does not work with 3.6.4 =( Are there any other alternatives? This is a great idea!


All times are GMT. The time now is 09:01 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.01321 seconds
  • Memory Usage 1,734KB
  • 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_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