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
Details »»

Version: , by bira bira is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 04-13-2001 Last Update: Never Installs: 26
 
No support by the author.

Three additional tools for administrators/moderators - one written by wluke (I hope he does not mind me bundling it with the other two I wrote).

Download the zip file attached. Each hack has its own txt file with exact instructions on how to install it.

Hacks description:
  1. Redirect Removal: Allows you to delete the "Moved" redirect to a thread.
  2. Multi Posts Editing: Allows you to conveniently edit several posts in one thread at once, in one page and with one submit button (good for occassions where a thread gets out of hand and people are overboard).
  3. Place User's Posting under Moderation: Allows you to place a user under moderation, whereby his posts and threads will be queued until an admin/moderator validates them. (written by Wluke).

Cheers,

Bira

UPDATE MAY 3rd:

* Added to the zip-file a fourth tool for mass-prune redirects ("moved:" links) older than x days (with ability to select which to delete and which to leave).

* fixed a bug in the user-under-moderation hack, which allowed threads with a poll to go unmoderated.


Download here

Show Your Support

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

Comments
  #62  
Old 03-27-2002, 01:46 AM
dnd dnd is offline
 
Join Date: Jan 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by admiralapril


Originally posted by babak
i just installed the
install-mderate-user-posts.txt
hack alone and put a user into
the moderated group. but when
this user logs in and press the "new thread"
button, he gets the message-page:

"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
1
2
3
..."

what is the reason?
I am getting the same error after installing the user moderated hack. I'm using 2.2.3. Any ideas??
any update ??????
Reply With Quote
  #63  
Old 05-01-2002, 02:34 PM
LouChipher LouChipher is offline
 
Join Date: Oct 2001
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by bira
Fourth Admin Tool added at Eva2000's request

Prune Redirects in Moderators CP
i'm looking for this hack.. where can i find it, somebody an idea?
Reply With Quote
  #64  
Old 05-04-2002, 12:13 AM
dkilburn's Avatar
dkilburn dkilburn is offline
 
Join Date: Nov 2001
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just installed the moderate users part of this hack on version 2.2.1 . I then created a new user and put him in the moderated group. When I tried to post a message to the board as this user, I got the usual "if admin has chosen to moderate..." message. So far so good.

Now where do I go as admin to see the posts that need approval? In the control panel home page it shows how many new members are awaiting moderation, but I don't see anywhere to find messages that need moderation.

Thanks!!
Reply With Quote
  #65  
Old 05-04-2002, 05:50 AM
FWC's Avatar
FWC FWC is offline
 
Join Date: Oct 2001
Location: Ontario, CA
Posts: 821
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by dkilburn
Now where do I go as admin to see the posts that need approval? In the control panel home page it shows how many new members are awaiting moderation, but I don't see anywhere to find messages that need moderation.
In the left column of the Admin CP there is a header for Moderation and New Posts is under it. You can also moderate new messages from the Moderators CP.
Reply With Quote
  #66  
Old 05-04-2002, 06:00 AM
dkilburn's Avatar
dkilburn dkilburn is offline
 
Join Date: Nov 2001
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm using version 2.0.3 and I don't see that option. I'm waiting to upgrade until my classes are over in 3 weeks. Is there something I can hack into the code for the control panel to moderate the messages?
Reply With Quote
  #67  
Old 05-04-2002, 07:03 AM
FWC's Avatar
FWC FWC is offline
 
Join Date: Oct 2001
Location: Ontario, CA
Posts: 821
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by dkilburn
I'm using version 2.0.3 and I don't see that option. I'm waiting to upgrade until my classes are over in 3 weeks. Is there something I can hack into the code for the control panel to moderate the messages?
I think you can add this in admin/index.php:
PHP Code:
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<?php maketableheader("Moderate New Posts"); ?>
</table>
<a href="../mod/moderate.php?s=<?php echo $session[sessionhash]; ?>&action=posts"> Moderate New Posts </a><br>
<a href="../mod/moderate.php?s=<?php echo $session[sessionhash]; ?>&action=attachments"> Moderate New Attachments </a>
</td></tr>
Or, you can always use the Mod CP.
Reply With Quote
  #68  
Old 05-04-2002, 12:17 PM
dkilburn's Avatar
dkilburn dkilburn is offline
 
Join Date: Nov 2001
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perfect! Thank you
Reply With Quote
  #69  
Old 05-04-2002, 06:46 PM
FWC's Avatar
FWC FWC is offline
 
Join Date: Oct 2001
Location: Ontario, CA
Posts: 821
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're welcome.
Reply With Quote
  #70  
Old 05-05-2002, 03:10 PM
dkilburn's Avatar
dkilburn dkilburn is offline
 
Join Date: Nov 2001
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uh oh, I just went to moderate several messages and got the following error:

Fatal error: Call to undefined function: sendnotification() in /home/kilburn/public_html/forums/mod/moderate.php on line 128

I don't have a forum/mod/moderate.php file in this version. It appears that the one message I approved went through, and the ones I didn't approve did not, so things seem to be working. Is the mod directory in the newer version of vBulletin or is it referring to a different hack that I don't have installed?
Reply With Quote
  #71  
Old 05-05-2002, 05:08 PM
FWC's Avatar
FWC FWC is offline
 
Join Date: Oct 2001
Location: Ontario, CA
Posts: 821
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by dkilburn
I don't have a forum/mod/moderate.php file in this version. It appears that the one message I approved went through, and the ones I didn't approve did not, so things seem to be working. Is the mod directory in the newer version of vBulletin or is it referring to a different hack that I don't have installed?
You should have a forum/mod/moderate.php file. Its part of the standard vB 2.0.3 release.
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 12:52 PM.


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.05160 seconds
  • Memory Usage 2,318KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_php
  • (5)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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