vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Moderators Functions - Deleting Thread Require Reason (inline Mode + Normal Mode) included (https://vborg.vbsupport.ru/showthread.php?t=113896)

Omranic 04-23-2006 10:00 PM

Deleting Thread Require Reason (inline Mode + Normal Mode) included
 
Hello Every body

in my forums my moderators delete threads without giving a reason so I did this plugin to require deletion reason.

its simple
it takes from me only 2minutes to write it & post the thread, So Installation time may be 60 secs max.

this thread has two parts the first is "Require Deletion Reason" when deleting though inline mode & the second is "Require Deletion Reason" when deleting the thread though the normal mode (from the thread tools itself).

the first is done by the plugin Attached & the second is done by the following Edit for the file "posting.php" coz of there is no hooks can do this.


History:
1.0.0 initial version (24/4/2006)


Installation:
1- import the attached plugin (require deletion reason-en.xml OR require deletion reason-ar.xml) [en => English / ar => Arabic].
2- open the file called posting.php & search in it for the following code (approx. @ line (382-388):
PHP Code:

    $delinfo = array(
        
'userid' => $vbulletin->userinfo['userid'],
        
'username' => $vbulletin->userinfo['username'],
        
'reason' => $vbulletin->GPC['deletereason'],
        
'keepattachments' => $vbulletin->GPC['keepattachments']
    ); 

& post under it the following code:
PHP Code:

if ( empty($vbulletin->GPC['deletereason']) ) {
eval(
standard_error("Please add a deletion reason."));



===> For Arab Users Don't make the Previous edit & do the following only

PHP Code:

if ( empty($vbulletin->GPC['deletereason']) ) {
eval(
standard_error("برجاء كتابة سبب الحذف."));



Thats ALL

Don't Forget to press https://vborg.vbsupport.ru/

Developer 04-23-2006 10:52 PM

nice idea :) & feel sorry because there is no hooks in posting.php?do=dodeletethread :( :(

Omranic 04-23-2006 11:01 PM

hello Developer
hope you are fine

we hope to see some more hooks in posting.php next versions

// peace

ryancooper 04-23-2006 11:46 PM

Looks good. Thanks

Developer 04-23-2006 11:54 PM

Quote:

Originally Posted by SolidSnake@GTI
we hope to see some more hooks in posting.php next versions

i am fine & u :)
use this http://www.vbulletin.com/forum/showthread.php?t=142051
to request new hook locatinos ;)

Omranic 04-24-2006 12:36 AM

ryancooper => Welcome

Developer => Done, See

bashy 04-24-2006 05:58 PM

Hi

I have just tried this, I got the Please add a reason message...
The thing is, i clicked back to edd the message and then clicked
delete again and it said to thread specified or sommat like that...
I then refreshed the page and the thread had been deleted anyway...

So to re-cap...

It asks to add a message but deletes the thread/post anyway lol

I have imported the plugin (as a plugin lol)
I have done the edit to posting.php

Any ideas please?

kurtbarker 04-24-2006 06:00 PM

Hey mate, I installed this but had to uninstalled due to the following.

Followed instructions, went to hard delete as an administrator and got an error. As admin I need the hard delete ability

bashy 04-24-2006 06:03 PM

What error?

I managed to delet (hard) ok, just had the issue above lol

Quote:

Originally Posted by kurtbarker
Hey mate, I installed this but had to uninstalled due to the following.

Followed instructions, went to hard delete as an administrator and got an error. As admin I need the hard delete ability


kurtbarker 04-24-2006 06:05 PM

lol, will have to reinstal. I was frantic that I couldn't hard delete so I uninstaled without thinking...

i'll let you know if a few ;)


All times are GMT. The time now is 07:13 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.01183 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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