vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Few Queries (https://vborg.vbsupport.ru/showthread.php?t=49066)

Dean C 02-18-2003 02:10 PM

Few Queries
 
I need some code which will give me two variable which i can use on forumhome to display the number of threads awaiting moderation and the number of attachments awaiting moderation.

Regards

- miSt

amykhar 02-18-2003 02:20 PM

Mist, I would put two counter variables in. One for threads, one for attachments. I would increment the counter when a thread or an attachment goes into the mod queue and decrement the counter when the thread or attachment goes out of the queue.

Boom. No extra queries :D

Amy

Dean C 02-18-2003 02:21 PM

Can i have the code then hehe :)?

- miSt

amykhar 02-18-2003 02:23 PM

Oy. I don't moderate threads or attachments. However, I'm procrastinating doing the things I should be doing so I shall go take a peek. :D

Amy

Dean C 02-18-2003 02:25 PM

Thanks amy - i looke forward to your help :)

Regards

- miSt

amykhar 02-18-2003 02:34 PM

Strike what I said above. It would still need queries. You would have to store the counters somewhere. Is this code for moderators or just admins?

If it's for admins, you will need two queries. 1 to get the count of all threads where visible=0 and one for attachments where visible=0.

However, if it's for mods, you would need to do a bit more. You would need to get the forumid of those threads or attachments and do an ismod check.

Dean C 02-18-2003 03:33 PM

I want it displayed for those who have permission. So anyone who can access the modcp will be able to view these stats on index.php

- miSt

Dean C 02-19-2003 09:28 AM

^ ?amy? ;)

- miSt


All times are GMT. The time now is 03:07 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.03560 seconds
  • Memory Usage 1,714KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete