Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Moderate new threads Details »»
Moderate new threads
Version: 1.00, by kippesp kippesp is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 04-22-2002 Last Update: Never Installs: 25
 
No support by the author.

I first had this hack in a reply in this thread but thought it would be confusing. They are different enough that I'm making my own thread. (The referenced hack disables control of thread moderation making all new threads moderated.) You can blame this thread for my confusion on where to put this hack.

Description: This hack allows forum-level control to moderate new threads. It is similar to the forum-level control to moderate new posts already provided by a default vBulletin installation. On/off controls are in the same area as the controls for moderating attachments & posts. This hack does require a DB modification.

Included in this hack is a small change my admins find useful to the admin/mod control panels (admin/index.php and mod/index.php). It is completely optional and independent of the moderate new thread hack. All it does is add a bit of helpful information after logging in to the admin control panel or moderator contol panel. It will provide something like the following:

There are currently no posts, no attachments, and 1 thread(s) awaiting moderation.

By the way, I hope to never see this hack used here.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 04-23-2002, 07:53 PM
inetd inetd is offline
 
Join Date: Nov 2001
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please post screenshot from forum-level in admin CP.

P.S. Post normal .txt file, created with Notepad.
Reply With Quote
  #3  
Old 04-23-2002, 07:56 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Aye...

I would like proof of working before "purchase"

Satan
Reply With Quote
  #4  
Old 04-23-2002, 08:25 PM
inetd inetd is offline
 
Join Date: Nov 2001
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I install this hack, and testing now
Reply With Quote
  #5  
Old 04-23-2002, 08:38 PM
inetd inetd is offline
 
Join Date: Nov 2001
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I add small replace to hack.
In admin/index.php find this code
Code:
makenavoption("New Posts","../mod/moderate.php?action=posts","<br>");
and replace to this
Code:
makenavoption("New Threads & Posts","../mod/moderate.php?action=posts","<br>");
In mod/index.php find code
Code:
makenavoption("New Posts","moderate.php?action=posts","<br>");
and change to this
Code:
makenavoption("New Threads & Posts","moderate.php?action=posts","<br>");
That's all!

Hack work's fine! But this hack don't work with hack by freddie "Admin Quick Stats". freddie, if you read this thread please help me. kippesp, add combine with "Admin Quick Stats".
Reply With Quote
  #6  
Old 04-24-2002, 03:38 AM
kippesp kippesp is offline
 
Join Date: Jan 2002
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by inetd
Hack work's fine! But this hack don't work with hack by freddie "Admin Quick Stats". freddie, if you read this thread please help me. kippesp, add combine with "Admin Quick Stats". [/B]
Wordwraps added to file.

I didn't know about freddie's hack. If you have that already, ignore everything in my hack file after the ####'s. freddie's hack looks to take care of all this information plus some more.

As far as proof, I can't give proof. But here is a screen shot that shows the modified on/off control area.
Reply With Quote
  #7  
Old 12-20-2002, 03:38 AM
Richard Richard is offline
 
Join Date: Mar 2002
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just wondering, would it be possible to add in an addition to move the moderated thread to another forum if you think it's not suitable for that forum?
Reply With Quote
  #8  
Old 12-23-2002, 09:17 AM
Smoothie Smoothie is offline
 
Join Date: Oct 2001
Location: New York
Posts: 1,834
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed, works fine.
Reply With Quote
  #9  
Old 01-24-2003, 10:05 AM
Dontom Dontom is offline
 
Join Date: Oct 2001
Location: Germany
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I also use this hack . it works perfect for me.
I left away this part
PHP Code:
$invisible=$DB_site->query_first("SELECT COUNT(*) AS posts FROM post WHERE visible=0");
if (
$invisible[posts]==0) {
  
$moderatedposts "no posts";
} else {
  
$moderatedposts "<b>$invisible[posts] posts(s)</b>";
}

$invisible=$DB_site->query_first("SELECT COUNT(*) AS attachments FROM attachment WHERE visible=0");
if (
$invisible[attachments]==0) {
  
$moderatedattachments "no attachments";
} else {
  
$moderatedattachments "<b>$invisible[attachments] attachment(s)</b>"
as it took very long for my admincp to load (I have > 400.000 posts in my forums)
Tom
Reply With Quote
  #10  
Old 03-17-2003, 06:19 AM
Logikos Logikos is offline
 
Join Date: Jan 2003
Posts: 2,924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also another member using this hack and works great! One question. Can i get it to PM Admins, and Sup Mods? Instead of Email Me?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:34 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04571 seconds
  • Memory Usage 2,299KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete