![]() |
vFcoders - Advanced Report System
1 Attachment(s)
.::vFcoders - Advanced Report System::. This Product enhances the functionality of vB Report System. TESTED IN vB 4.1.x & vB 4.2.x 1. Current Features
2. Planned Features
3. Installation
Mod History: v1.0 : 4 July 2012 : First Release. -> Click On Mark As Installed If You Have Installed This Mod. -> You Can Nominate it also for Mod Of The Month. -> If u like my work, you can Donate me also. |
My Reports Link error and report.php (Full Form)
Database error in vBulletin 4.1.10: Invalid SQL: SELECT report.*, rextra.dateline, rextra.reason, thread.title as posttitle FROM vbvfc_ars_report as report LEFT JOIN vbpost ON post.postid = report.contentid LEFT JOIN vbthread ON thread.threadid = post.threadid LEFT JOIN vbvfc_ars_report_extra as rextra ON (rextra.reportid = report.reportid) where report.type = 'post' AND rextra.ruserid = 1 order by rextra.dateline desc LIMIT 0, 25; MySQL Error : Unknown column 'thread.title' in 'field list' Error Number : 1054 |
1 Attachment(s)
Quote:
|
Yes it now work but have a option for My Reports Link on/off from navbar?
|
Quote:
if you want to turn off my reports link open plugin manager and disabled this plugin Code:
vFcoders - Advanced Report System (PTC) (vB < 4.2) |
i don't seem to be getting notifications of new reports
|
Quote:
Settings -> User Infractions & Post Reporting Options |
Ajax Report Popup to report post from showthread. is not working in vb 4.2. When i click its send me to send page. How to fix this? I want the small pop up box to be appeared.
Thanks for nice mod. |
Quote:
|
Is there any chance to have options like, the posters get a notification on report. When a post is reported, the poster or thread creator will get a notification.
|
Quote:
Reason: Suppose i am a member of your forum and advertising some sites in my signature which is not allowed and someone reports that. If i get the notification that someone has reported about my signature, then i will immediately change it and save myself from receiving infraction. Then after few days i will again start advertising, so no point of having that option. |
Nice!
Would you consider an optional positionable button? Ive always thought the new warning symbol isnt that notice-able after vb3, maybe postbit at the bottom somewhere! |
Tested and works on 4.2. Very good job :)
Guess this mod will be my next candidate for a German translation :D :up: EDIT: I'd like to suggest to add the option "Warn User" to the "Useful Links" in ACP/MCP :cool: EDIT 2: I'd like to make another suggestion. At the moment in ACP/MCP in the category "Reason Given" there is no visible separation between the custom reasons and the additional comments by the reporter. Maybe you can improve this to make it more apparent. |
If someone reports a post in section B will all mods see the notification of the report, or only mods in Section B see the notification? (Hoping the second)
|
1 Attachment(s)
Awesome idea adn thanks.
I am having a style issue, something I have screwed up I am sure. But can you tell me what might be wrong? When I click the report icon the box is a small 2 pixel high box. Thanks again, -Jason |
Quote:
|
Quote:
report of that post in modcp will be seen by mods of B only (plus admins and super mods) |
1 Attachment(s)
Quote:
pm me id and pass with style permission. Quote:
Add this code above </head> Code:
{vb:raw headinclude_bottom} Quote:
to make it more visible you can add "Report" text next to report icon open postbit & postbit_legacy template Find: Code:
<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"> Code:
<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}">Report |
This seems really interesting. Thanks :)
|
I am using vb4.1.3 PL8, after submitting the report a blank page opens /report.php?do=sendemail2, the page doesn't show anything at all. again in my report it doesn't show any report or report status.
|
Quote:
you will need to do a file edit open class_reportitem.php inside includes folder Find: Code:
$this->set_reportinfo($reportinfo); Code:
($hook = vBulletinHook::fetch_hook('report_do_report')) ? eval($hook) : false; |
1 Attachment(s)
Quote:
"Parse error: syntax error, unexpected $end in /home/*******/public_html/includes/class_reportitem.php on line 308" |
Quote:
edit the file in your pc (not in cpanel) and upload it through ftp software. |
Sorry tried that too but not worked.
anymore solution please? |
1 Attachment(s)
Hai folks.
As I promised I got a German translation for you. It is a BETA version, as I got to tell some issues to the Developer of the mod (see next post) |
1 Attachment(s)
Hey Coder,
I got some problems with my translation, I show the texts I couldn't translate (missing phrases, maybe additionally mistakes I did) on some screenshots (red marked areas are important): Screenshot 1: https://vborg.vbsupport.ru/attachmen...1&d=1341871659 Hmm I guess this are phrases, that should be included in vBulletin but they stay in English on my page for some reason :( --------------------------------- Screenshot 2: https://vborg.vbsupport.ru/attachmen...1&d=1341871764 Also some phrases that stay in English. Strange for me are the "Open", "In Progress" and "Close" phrases. I translated them and they work on the front page (see screenshots 3 & 4) but not in the ACP/MCP. :confused: --------------------------------- Screenshot 3 & 4 https://vborg.vbsupport.ru/attachmen...1&d=1341871859 https://vborg.vbsupport.ru/attachmen...1&d=1341871859 The last aspects I wasn't able to translate. Please note especially the Mouse Over, that couldn't be translated properly. --------------------------------- As I said, maybe I configured something wrong in my AdminCP and that's why some phrases (especially that ones that are included in the regular VB) stay in English. But it would be kind if you could check the problems I reported now for me. Maybe you can tell me what I did wrong.... Thanks :) After this I'm gonna upload my translation on the official german vb-homepage, ) Alex |
Is there a converter for pedros post report mod?
|
Move Post and Delete Post do not work gives error of "You did not select any posts to which the action you picked can be applied."
Also the last Updated by date is broken. Says 31/12/1969 @ 19:00 Also could really use an issue infraction button. |
Great Mod. Thank you.
Makes life so much easier. I would like to change one thing but can't figure out what template to edit: When I get a "notification" about a reported post and click on the link the admin/modcp opens in the same window/tab. I would rather have the page show up in a "new" tab/window". Can you give me hint what template to edit? thanks so much Michael |
Quote:
|
Quote:
|
Ajax popup is not working on 4.1.5. I don't have default skin.
|
Worked fine on v4.2.0
|
I wonder where I could add the code to show the area reported (Fórum $reportinfo[forumtitle])
|
The AJAX pop-up doesn't seem to be working on my test forum installation. Anything which might be preventing that there? Everything else about the mod seems to work fine.
|
Quote:
Code:
$headinclude_bottom |
Quote:
|
Quote:
Code:
{vb:raw headinclude_bottom} EDIT: Adding the $headinclude_bottom right before the </head> hasn't fixed the problem. =/ |
Please add:
- report reputation - notifications for reports - infract from report - canned replies |
It's a shame. I'm getting adminfunction errors on my other plugin "Yet Another Awards System" on line 1922. It's a shame, I had to uninstall this wondeful plugin.
|
All times are GMT. The time now is 06:27 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|