vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Pig's post report system (https://vborg.vbsupport.ru/showthread.php?t=105165)

boozehound 01-11-2006 10:00 PM

Pig's post report system
 
This is a port to 3.5 of this hack. Please see that thread for full description and usage instructions.

Installation
  • Unpack product.zip
  • Upload the files in the upload directory
  • Install the product by uploading the product xml file into the product manager in Admin CP
  • Make the two template changes specified in 'template changes.txt'

Summary
  • 2 php files to upload
  • One xml file to upload
  • One template to change (navbar)
  • Installs 3 plugins

Screenshots
  • screen1.png: Outstanding post report alert for moderators and link to user post report page in quick links menu for all users.
  • screen2.png: User post report page
  • screen3.png: Post reports in modcp

The Chief 01-12-2006 07:22 PM

interesting...I'll take a look at it ;)

Ghanem 01-12-2006 07:38 PM

God bless you :up:

evenmonkeys 01-12-2006 08:34 PM

Wow. I'm surprised this hasn't been released sooner. Nice job.

TTG 01-12-2006 08:52 PM

Product reads as 0.1 after installing and there is nothing showing in admincp to control settings exept open / close reports !? Are we missing something in the zip ?

boozehound 01-12-2006 09:02 PM

Quote:

Originally Posted by TTG
Product reads as 0.1 after installing and there is nothing showing in admincp to control settings exept open / close reports !? Are we missing something in the zip ?

No, it's intended to be that way. Which settings exactly do you want to control?

TTG 01-12-2006 09:08 PM

Quote:

Originally Posted by boozehound
No, it's intended to be that way. Which settings exactly do you want to control?

Sorry, I thougt there was another admincp setting to turn the system on etc as shown in the original hack picture 3 !

Clicked install .. very useful .. thanks boozehound

boozehound 01-12-2006 09:12 PM

Quote:

Originally Posted by TTG
Sorry, I thougt there was another admincp setting to turn the system on etc as shown in the original hack picture 3 !

Ah apologies. I didn't bother with that as one can enable/disable the product from the product page.

Ghanem 01-12-2006 09:21 PM

Hi,

1)
PHP Code:

<br/><if condition="$vbulletin->openreports"><a href="postreports.php">$vbphrase[postreports_postreports]</a>:&nbsp;$vbulletin->openreports</if> 

In the old version, this was suppose to show the moderaters how many pinding or open reports, and when clicked to link them to forum/modcp/postreports.php
now its shown to all the members and links to forum/postreports.php

2) When clicking any thread link under forum/postreports.php it does not go to the correct link, it erases for example forum and links directly to showpost.php

3) How to turn off report emails sent to mods and admins..

Sorry updated some stuff

reg

boozehound 01-12-2006 09:27 PM

Quote:

Originally Posted by unicorn
Hi,

1)
PHP Code:

<br/><if condition="$vbulletin->openreports"><a href="postreports.php">$vbphrase[postreports_postreports]</a>:&nbsp;$vbulletin->openreports</if> 

In the old version, this was suppose to show the moderaters how many pinding or open reports, and when clicked to link them to forum/modcp/postreports.php
now its shown to all the members and links to forum/postreports.php

2) How to turn off report emails sent to mods and admins..

reg

Well it's beta :) The link is an error, I need to subsitute the modcp dir into the link. Are you sure it's showing up for non-mods? The variable in the conditional should only be true if the user is a moderator. But the emails, I'm not sure. I wanted to do this hack without making any modifications to existing files, and I can't really see an easy way at the moment to stop the emails being sent without editing reports.php


All times are GMT. The time now is 03:11 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.01181 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
  • (2)bbcode_php_printable
  • (4)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
  • (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