The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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? |
#2
|
||||
|
||||
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? |
#3
|
||||
|
||||
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.
|
#4
|
|||
|
|||
Quote:
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 |
#5
|
||||
|
||||
What do they put in the report form? Just curious.
|
Благодарность от: | ||
CAG CheechDogg |
#6
|
||||
|
||||
Quote:
|
#7
|
|||
|
|||
Perhaps, when uploading the new file images make them Read only ...un-check Write this will help/prevent them from being over written.
|
#8
|
|||
|
|||
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!! |
#9
|
||||
|
||||
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; } |
Благодарность от: | ||
Nelson58 |
#10
|
||||
|
||||
Quote:
I don't understand this problem, forgive me. Glad to see Ozzy provided a plugin. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|