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. :)

Jolten 04-21-2004 02:52 PM

Still errored here if no moderator was assigned to a forum. The error was an SQL error no field found. Or something similar. I removed yoru hack and installed this one.

chrisvonc 05-07-2004 01:28 AM

Very nice! Real easy to install and worked great during testing. Thank you for the additional hint on commenting out the emails too.

:)

Chris

Jujimufu 05-14-2004 04:33 PM

Eh, Sadly it's not working for me? Of course it's not even sending me reports through e-mail either. I'll comment if I fix it.

Edit: Damn, this might sound retarded but... How do you create a new template? I see no option for it. I'm running VB 3.0.1

Edit 2: Okay I figured it out. Wow this is wonderful! Thanks a lot. Yet I'm still not receiving e-mail notification haha... Maybe I should ask my hosting service about that, they always bungle things up... :chinese:

Eagle Creek 06-19-2004 03:37 PM

It doesn't work! Is that because the forum is a private forum?

Xenon 06-19-2004 05:10 PM

works perfectly on private forums...

sjaakie 06-20-2004 09:13 AM

Is it possible to not send an email, but only a topic opens? Or is that a stupid question? ;)

chrisvonc 06-20-2004 11:21 AM

Post #38 has direction on how to disable the emailing so only the new topics are opened:
https://vborg.vbsupport.ru/showpost....3&postcount=38

marcel-ea 06-22-2004 07:11 PM

good hack i added but nothing happen, i creat a new forum and set die id by XXX then report but nothing!
only the mails come
Any Ideas? Thx

Xenon 06-22-2004 07:51 PM

erm, are you sure you have uploaded the files?

as the hack works flawless, i'm sure it's just a little mistake while installing.

Zachery 06-22-2004 07:52 PM

Been working for me, for months. even with quite abit of modifcations :D

sketch42 06-27-2004 04:32 AM

Great hack!!

/me clickity clicks Install

daFish 07-08-2004 11:34 AM

This hack is great, no question, but from time to time when a user reports a thread, no thread will be created in the specific forum.
Anything went fine in the past.
Really strange.

Xenon 07-08-2004 12:19 PM

hmm, very strange, that never appeared here, so unfortunatelly i cannot reproduce it ofcourse...

daFish 07-08-2004 12:27 PM

Quote:

Originally Posted by Xenon
hmm, very strange, that never appeared here, so unfortunatelly i cannot reproduce it ofcourse...

I have no idea how to reproduce it, but after i moved the thread to another forum, i was able to report the specific post.

Now i tried to report a post from the source forum and it didn't appeared in the report forum.

Xenon 07-08-2004 12:39 PM

Huh?

even more wierd, as the origin forumid is not used anywhere in the hack.

could it be, that you've added another hack, and they just don't work perfect together?

or, does it just appear since 3.0.3, then maybe there was a change on the vb core...

Gimme input, so i can look into that :)

daFish 07-08-2004 12:43 PM

Quote:

Originally Posted by Xenon
Huh?

even more wierd, as the origin forumid is not used anywhere in the hack.

could it be, that you've added another hack, and they just don't work perfect together?

or, does it just appear since 3.0.3, then maybe there was a change on the vb core...

Gimme input, so i can look into that :)

:)
Ok, the board currently running on 3.0.1
There are hacks installed but the problem didn't shoed in the past.
Maybe it began after we changed the forum structure.
I've checked the forumoptions twice but everything looks fine.

I'll sent you an PN if you want to take a look into it. ;)

-Fish

Xenon 07-08-2004 12:44 PM

:)

thx, would be fine, then i can look into it tonight :)

dis.pater 07-22-2004 11:22 PM

Works perfect, thanks :-)

sjaakie 08-07-2004 10:39 AM

Is it possible to include the forum into the topic title? Because this thing is very nice, but it would be nicer to our moderators that they know which topic they can open. ;)

Xenon 08-07-2004 11:44 AM

replace:

PHP Code:

'title' => 'Reported post: ' $postinfo['title'] . "($postinfo[postid])"

with
PHP Code:

'title' => 'Reported post: ' $postinfo['title'] . "($postinfo[postid])" " in Forum $foruminfo[title]"

that should work i think

sjaakie 08-07-2004 12:09 PM

Works great! Thanks.

Xenon 08-07-2004 12:13 PM

:)

you're welcome

Jag 08-09-2004 01:27 AM

Awesome hack, I just installed it without any issues :)

* Clicks install

YLP1 08-10-2004 08:06 PM

I have a question.....is there a way to actually move that reported to a forum entirely and once a moderator reviews it and if they find it acceptable they can move it back or edit then move it back?

I ask because this mod only copies the reported topic to the designated forum. I run an ECRi rated community site with lots of politics topics and sometimes these get hairy.

Please advise.

Xenon 08-26-2004 07:28 AM

hmm, you can just move threads, not single posts, and the report system works on posts.

with the vb3 default moderation system it could be possible still, maybe i'll take a closer look at that idea...

YLP1 08-26-2004 02:14 PM

Thanks bunches Xenon

Neal-UK 10-02-2004 06:00 PM

Quote:

Originally Posted by Xenon
As requested several times, this Hack creates a new Thread whenever a Post has been reported.

The first Post contains the content of the reported post, as well as the reason.
The report emails are sent out as well, so this is just an addition to the vb function, not a new way of reporting.

Enjoy

This is an excellent hack which is so easy to install! Just what I was looking for, thanks!

indiamike 11-20-2004 11:35 AM

Thank you Xenon.

Such a small hack but so very useful and running perfect on 3.0.3

https://vborg.vbsupport.ru/external/2004/11/4.gif

glenvw 12-03-2004 01:01 PM

Quote:

Originally Posted by ZeroZone
What should I edit in the report.php to disable the seding email. I just want the reported post go to Staff Forum without sending any email out

Did this get answered?

glenvw 12-03-2004 01:05 PM

In the rteporterd forum I am getting these comment tags:

<!-- BEGIN TEMPLATE: report_startmessage -->

<!-- END TEMPLATE: report_startmessage -->

Where do I get rid of them?


All times are GMT. The time now is 09:44 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.01467 seconds
  • Memory Usage 1,801KB
  • 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
  • (4)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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