vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Reported Posts create a new thread in specified forum (https://vborg.vbsupport.ru/showthread.php?t=61363)

Zachery 02-26-2004 09:23 AM

Awsome hack :)

rebelsrock06 03-07-2004 01:22 AM

* makes idiot out of self *

How do i fine php fles and how do i edit them

Xenon 03-07-2004 12:11 PM

you may read the general hacking instructions on this site, before going into the details of a special hack

marcel-ea 03-26-2004 04:16 AM

i make all but NOTHING happen when a user or mod report a bad post ?!?!

daFish 03-26-2004 04:56 AM

Quote:

Originally Posted by marcel-ea
i make all but NOTHING happen when a user or mod report a bad post ?!?!

Do you editited this line $reportforumid = XXX; and replaced XXX with the ID of the target forum?

Jolten 04-20-2004 04:19 PM

Erwin's hack is nice but it errors if you don't have moderators assigned to all forums. This hack is better because it considers that variable.

Does anyone know have to default the email to go to admins rather than moderators?

Thanks.

Xenon 04-20-2004 04:29 PM

very easy:
in your report.php find this code:
PHP Code:

    if (empty($mods) OR $foruminfo['options'] & $_FORUMOPTIONS['warnall'])
    {
        
// get admins if no mods or if this forum notifies all 

and BEFORE add:
PHP Code:

$mods = array(); 


Jolten 04-20-2004 04:41 PM

Very cool. Thanks Xenon. Installed and happy. Nice work.

Xenon 04-20-2004 09:39 PM

i'm glad to hear :)

Erwin 04-21-2004 09:43 AM

Quote:

Originally Posted by Jolten
Erwin's hack is nice but it errors if you don't have moderators assigned to all forums. This hack is better because it considers that variable.

Does anyone know have to default the email to go to admins rather than moderators?

Thanks.

???

That's been fixed a few months ago in my hack. :)


All times are GMT. The time now is 08:06 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.01150 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_php_printable
  • (2)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