vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Private Messages Enhancements - Report PM (https://vborg.vbsupport.ru/showthread.php?t=154094)

HeRmAn'S 08-12-2007 11:23 AM

Dismounted ;) and > Mark as Installed:up:

Handbag 08-16-2007 10:29 AM

I'd love to have something similar for the user profile page. How easy would it be to do do you think?

Dismounted 08-16-2007 12:32 PM

Reporting user profiles?

cheat-master30 08-16-2007 12:45 PM

Quote:

Originally Posted by Dismounted (Post 1318901)
Reporting user profiles?

Maybe he has problems with users putting offensive information? Or profile pictures? Or other abuse with CSS (using a profile modification that allows it)?

Handbag 08-16-2007 01:13 PM

We've modified our user profiles to be more social networked - just a template change or two and some extra fields.

So yes, people can upload dodgy profile pics and put in content that breaks our terms of use in the text fields. I'd like to extend the reporting tool to allow users to flag up such profiles to the admin team, and wondered how easy that could be, based on your knowledge of the way the reporting function works?

Dismounted 08-17-2007 11:11 AM

Yes, I could possibly craft something for it, although it will have to wait until I get some free time.

Handbag 08-17-2007 01:38 PM

That would be really kind of you , thank you :)

TigerWare 08-19-2007 04:58 PM

Thanks Dismounted. Clicks installed.
Another great addition. Thanks! :up:

I was wondering about the (ID: n) in the reported thread, which I take is the pmid from the pm table. Is that actually of any use, wondering why it is being displayed.

Dismounted 08-20-2007 05:49 AM

The ID is displayed just in case you needed it, and yes, it is the pmid field in the pm table.

momo2 09-12-2007 02:19 PM

I have 4 mods and admin for some forums section, so how many ppl gets the pm ?

TigerWare 09-12-2007 02:27 PM

Quote:

Originally Posted by momo2 (Post 1337644)
I have 4 mods and admin for some forums section, so how many ppl gets the pm ?

Me thinks you have misunderstood the purpose of this mod, momo2. This mod does not send anyone a PM, it allows people to report a PM. From the authors initial post:-
Quote:

Description:
This modification allows users to report private messages and creates a thread for each report.

Once you install you have a setting to tell the modification which forum you want the NEW THREAD to be created in. I have mine go to a specific forum in my Private Moderators forum section.

punchbowl 10-09-2007 12:24 PM

Quote:

Originally Posted by youryogi.com (Post 1308219)
Good release and I wish this was a standard in a stock vbulletin setup.

it should be. Great mod and a much better solution than read pms etc.

However - it doesn't report the pm subject line.

Installed a dream

thanks

Triky 10-11-2007 12:19 PM

Thanks! Installed.

agent_smith 11-08-2007 06:10 PM

Hi,

I recently upgraded vb to TPL 2, and now this mod has stopped working. The report button has gone. I uninstalled / reinstalled and enabled it via vb options.

Any ideas?

jononline 11-08-2007 08:23 PM

I added it went to options to edit options and it says

" A discussion thread can be created for each reported private message for moderators to discuss the post further. Choose a forum for the discussion threads to be created in."

I dont have one selected.. what does this mean??? do i have to create one or just pick one?

Second do i have to select one?

Third when someone reports where does it go? like how can i see it? does it automatically paste it to me?

Dismounted 11-09-2007 06:08 AM

Quote:

Originally Posted by agent_smith (Post 1378561)
Hi,

I recently upgraded vb to TPL 2, and now this mod has stopped working. The report button has gone. I uninstalled / reinstalled and enabled it via vb options.

Any ideas?

Which version did you upgrade from?
Quote:

Originally Posted by jononline (Post 1378635)
I added it went to options to edit options and it says

" A discussion thread can be created for each reported private message for moderators to discuss the post further. Choose a forum for the discussion threads to be created in."

I dont have one selected.. what does this mean??? do i have to create one or just pick one?

Second do i have to select one?

Third when someone reports where does it go? like how can i see it? does it automatically paste it to me?

Yes, you have to create a forum and select one, otherwise, the reports go nowhere.

agent_smith 11-10-2007 11:24 AM

3.6.8 > tpL2

Dismounted 11-11-2007 03:52 AM

It may be because of a template change that wrecks my replacing functions, I'll look into it.

Red Spider 11-11-2007 11:47 AM

Nice thanks :)

agent_smith 11-12-2007 04:47 PM

Quote:

Originally Posted by Dismounted (Post 1380136)
It may be because of a template change that wrecks my replacing functions, I'll look into it.

Thank you :)

Chimpie 04-06-2008 08:24 PM

Great mod.

Have you thought about installing the option that will email the mods and admins when a PM is reported? Kind of like the default thread/post report option.

Dismounted 04-07-2008 05:01 AM

Quote:

Originally Posted by Chimpie (Post 1484659)
Have you thought about installing the option that will email the mods and admins when a PM is reported? Kind of like the default thread/post report option.

Maybe.

SEdwards1 04-07-2008 11:38 AM

really nice ;) im getting it.

King Kovifor 04-26-2008 02:47 PM

You might want to update the version here so that the Check Version actually has the latest check (say you release 1.3 and I have 1.2, it will still tell me I am up to date...). :p

Dismounted 04-27-2008 07:16 AM

Thanks for letting me know, fixed :).

McMendo 05-08-2008 06:29 AM

Not working with 3.7
Code:

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

I installed this other which works: https://vborg.vbsupport.ru/showthread.php?t=169989

RedFoxy 05-08-2008 10:59 AM

to fix it for VB 3.7.0, go in the admin panel -> Styles & Templates -> Style Manager -> open the edit templates -> edit ReportPM and:

Search:
Quote:

<input type="hidden" name="s" value="$session[sessionhash]" />
Add After:
Quote:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

adnedarn 05-22-2008 07:27 PM

very easy- seems to work great!
Thanks!

*marks installed*

RaZor Edge 06-08-2008 09:27 PM

Quote:

Originally Posted by RedFoxy (Post 1512571)
to fix it for VB 3.7.0, go in the admin panel -> Styles & Templates -> Style Manager -> open the edit templates -> edit ReportPM and:

Search:


Add After:

Your tip work great! Thanks!

RedFoxy 06-09-2008 07:10 AM

np ^^

Madlike 07-17-2008 10:17 PM

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

on =doreport

Dismounted 07-18-2008 07:06 AM

Add this to the report template (under the <form> tag):
Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

Thelonius Beck 07-20-2008 07:07 PM

Nice.

viper357 10-07-2008 03:55 PM

Quote:

Originally Posted by RedFoxy (Post 1512571)
Add After: <input type="hidden" name="s" value="$session[sessionhash]" />

Quote:

Originally Posted by Dismounted (Post 1578236)
Add this to the report template (under the <form> tag):

Now I'm confused :p where is the correct place for the security token, does it matter? :confused:

Dismounted 10-08-2008 06:09 AM

It does not matter, it does the same thing, they are both inside the form declaration.

Koroku 11-15-2008 04:17 PM

Any idea of a way that I could get this to work with this hack? I like the idea of threaded PMs... but the report function is MUCH more useful.

Dismounted 11-17-2008 04:01 AM

Does it not work?

Fraxter 11-22-2008 11:01 PM

The security token is missing (3.7.3) i hope you can update this great addon dismounted. :)

best regards

Pander23

Dismounted 11-23-2008 02:40 AM

Look on the previous page ;).

Skitty 01-17-2009 06:53 PM

Hello, after upgrading to 3.8, the report pm icon shows twice, see attachment. Could you please point me towards a fix ?

Thank you !


All times are GMT. The time now is 01:33 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.01265 seconds
  • Memory Usage 1,817KB
  • 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_code_printable
  • (13)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