vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Missing Post Report Button (https://vborg.vbsupport.ru/showthread.php?t=319477)

Inked_Mono 07-14-2015 09:08 PM

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!

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

Quote:

Originally Posted by ForceHSS (Post 2550233)
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/showthrea...=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

Quote:

Originally Posted by ForceHSS (Post 2550237)
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

Quote:

Originally Posted by Elixar (Post 2550248)
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

Quote:

Originally Posted by Stratis (Post 2550259)
You can take a look at postbit template.
<vb:if condition="$show['reportlink']">

Oddly enough, it's still there correctly.

Code:

                        <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

1 Attachment(s)
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']">
                    &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


All times are GMT. The time now is 06:27 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.00990 seconds
  • Memory Usage 1,738KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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