Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-23-2014, 08:28 PM
Nelson58 Nelson58 is offline
 
Join Date: Oct 2011
Posts: 399
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Change "Report Post" Icon?

Hi guys,

Members of our forum are accidentally clicking on the "report post" icon, thinking it submits the post.

Is there any way I can change the icon to the words "Report Post" or another icon I make so that this does not happen?

Thanks!

Nelson
www.Hobby-Machinist.com

--------------- Added [DATE]1390572947[/DATE] at [TIME]1390572947[/TIME] ---------------

Anyone, help please?

--------------- Added [DATE]1390592905[/DATE] at [TIME]1390592905[/TIME] ---------------

Anyone?
Reply With Quote
  #2  
Old 01-24-2014, 08:55 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's not a problem anywhere I've seen. And with you using the default vBulletin style, I can't see how it would be for you either.

When they hover over the icon, it tells what it is. It says "Report This Post." If they click it, they are taken to a form to fill out about reporting the post.

They can't learn from this, use the back button and proceed with their post?
Reply With Quote
  #3  
Old 01-24-2014, 09:15 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You could create a new report.gif and upload it and then changed the CSS for ".postbitlegacy .postfoot .textcontrols a.report, .postbit .postfoot .textcontrols a.report" and ".postbitlegacy .postfoot .textcontrols a.report:hover, .postbit .postfoot .textcontrols a.report:hover" to point to your new image.
Reply With Quote
  #4  
Old 01-25-2014, 12:17 AM
Nelson58 Nelson58 is offline
 
Join Date: Oct 2011
Posts: 399
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
You could create a new report.gif and upload it and then changed the CSS for ".postbitlegacy .postfoot .textcontrols a.report, .postbit .postfoot .textcontrols a.report" and ".postbitlegacy .postfoot .textcontrols a.report:hover, .postbit .postfoot .textcontrols a.report:hover" to point to your new image.
Lynne,

Thanks very much- that is what I will do. I did notice that there was an image named report-40b-hover.png and report-40b.png in the images/buttons directory. I presume those are the images in question. If I simply replace the images and use the same names, I presume I won't have to change the addresses in the templates.


Nelson
Reply With Quote
  #5  
Old 01-25-2014, 12:19 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What do they put in the report form? Just curious.
Reply With Quote
Благодарность от:
CAG CheechDogg
  #6  
Old 01-25-2014, 02:40 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nelson58 View Post
Lynne,

Thanks very much- that is what I will do. I did notice that there was an image named report-40b-hover.png and report-40b.png in the images/buttons directory. I presume those are the images in question. If I simply replace the images and use the same names, I presume I won't have to change the addresses in the templates.


Nelson
That would be correct. But do remember each time you upgrade, you will have to replace those images, as loading the new files to your server will restore the icons to their original ones.
Reply With Quote
  #7  
Old 01-25-2014, 03:50 PM
Mr_Running Mr_Running is offline
 
Join Date: May 2010
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perhaps, when uploading the new file images make them Read only ...un-check Write this will help/prevent them from being over written.
Reply With Quote
  #8  
Old 02-01-2014, 12:36 PM
Nelson58 Nelson58 is offline
 
Join Date: Oct 2011
Posts: 399
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

People are STILL clicking the icon.

Can one of you experts please tell me how to MOVE it someplace else on the thread or even to HIDE it in a particular forum (that newbies visit to introduce themselves).

Thanks!!
Reply With Quote
  #9  
Old 02-01-2014, 12:57 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok do this to hide it in the forums you don't want it to show.

ACP --> Plugins & Products --> Add New Plugin

Product: vBulletin
Hook Location: postbit_display_complete
Title: Hide Report Post Icon
Execution Order: 5
Plugin PHP Code:
Code:
if(in_array($forum['forumid'], array(X,X,X)))
{
	$show['reportlink'] = false;
}
Change X to the forums that you want to remove the icon from.
Reply With Quote
Благодарность от:
Nelson58
  #10  
Old 02-01-2014, 01:13 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nelson58 View Post
Members of our forum are accidentally clicking on the "report post" icon, thinking it submits the post.
They are clicking on that, reporting their own post, after their post is posted in showthread?

I don't understand this problem, forgive me. Glad to see Ozzy provided a plugin.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:35 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10737 seconds
  • Memory Usage 2,263KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (2)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete