The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Missing Post Report Button
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! |
#2
|
|||
|
|||
You need to post in dbtech topic for the plugin you are using for support
|
#3
|
|||
|
|||
Quote:
https://vborg.vbsupport.ru/showthrea...=dbtech+report And my apologies, I meant vFCoders. I've made the necessary edits. |
#4
|
|||
|
|||
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
|
#5
|
|||
|
|||
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.
|
#6
|
||||
|
||||
I've sent you a PM for access so I can take a look.
|
#7
|
|||
|
|||
I've sent the credentials. Hopefully you're able to find something as I'm at a complete loss. Thanks!
|
#8
|
||||
|
||||
You can take a look at postbit template.
<vb:if condition="$show['reportlink']"> |
#9
|
|||
|
|||
Quote:
Code:
<vb:if condition="$show['reportlink']"> <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}" /> </a> </vb:if> |
#10
|
|||
|
|||
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 Code:
<vb:if condition="$show['reportlink']"> <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}" /> --> </a> </vb:if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|