PDA

View Full Version : Missing Post Report Button


Inked_Mono
07-14-2015, 09:08 PM
I'm not too sure when it'd vanished, but I just noticed today that the "report" button to the bottom left of each of the posts is missing. I'd recently installed the vFCoders Advanced Reports, but it's not compatible with 4.2.2 (bummer), and am wondering if maybe that has had anything to do with it?

Forum: www.os-evolve.com
Example: http://i.imgur.com/JGQpFty.png

Please help!

ForceHSS
07-14-2015, 09:50 PM
You need to post in dbtech topic for the plugin you are using for support

Inked_Mono
07-14-2015, 11:55 PM
You need to post in dbtech topic for the plugin you are using for support

I've actually removed the plugin as it doesn't properly function on the 4.2.2 version of vBulletin. I've gone back to the default system.

https://vborg.vbsupport.ru/showthread.php?t=285206&highlight=dbtech+report

And my apologies, I meant vFCoders. I've made the necessary edits.

ForceHSS
07-15-2015, 12:18 AM
It tells you that vB Version: 4.1.x in the plugin topic but the coder has not updated the plugin for 3 years so you will need to talk to him

Inked_Mono
07-15-2015, 03:52 AM
It tells you that vB Version: 4.1.x in the plugin topic but the coder has not updated the plugin for 3 years so you will need to talk to him

It wasn't necessarily an issue with the plugin itself. I thought it may have been, but I highly doubt it. Unfortunately, I'm still stuck without a report button. I can provide adminCP access to check templates if that would in any way assist.

Elixar
07-15-2015, 04:12 AM
I've sent you a PM for access so I can take a look.

Inked_Mono
07-15-2015, 05:20 AM
I've sent you a PM for access so I can take a look.

I've sent the credentials. Hopefully you're able to find something as I'm at a complete loss. Thanks!

Stratis
07-15-2015, 09:15 AM
You can take a look at postbit template.
<vb:if condition="$show['reportlink']">

Inked_Mono
07-15-2015, 07:00 PM
You can take a look at postbit template.
<vb:if condition="$show['reportlink']">

Oddly enough, it's still there correctly.

<vb:if condition="$show['reportlink']">
&nbsp;<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><img src="{vb:stylevar imgdir_button}/report.gif" alt="{vb:rawphrase report_bad_post}" />&nbsp;</a> &nbsp;
</vb:if>

ForceHSS
07-15-2015, 08:23 PM
When you removed the xml did you also remove all files that came with the plugin

in postbit template change it to what i have below as you seem to have parts different

<vb:if condition="$show['reportlink']">
&nbsp;<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> -->&nbsp;</a> &nbsp;
</vb:if>
Also check all templates for report.gif and change them to report-40b.png should be 6 templates in total image below

Skyrider
07-15-2015, 08:32 PM
Would be nice if there was an example public/guest thread, rather than all of them private to check it out without registration.

ForceHSS
07-15-2015, 08:37 PM
Agree sky, I would of just closed my site to quests would of been a better thing to do, but I like Google to index my site

Elixar
07-15-2015, 09:47 PM
Problem solved, there wasn't a forum selected to have reported posts posted in.

ForceHSS
07-15-2015, 10:04 PM
That one made me laugh Elixar

Inked_Mono
07-15-2015, 10:14 PM
That one made me laugh Elixar

Straight embarassing.

Seems enabling the system for threads to be created as a result of warnings/infractions automates the system for post report threads as well.

Elixar
07-15-2015, 10:20 PM
That one made me laugh Elixar

Haha I had looked at that section in the Settings and didn't notice that the settings weren't right till later. :p