PDA

View Full Version : Larger report button?


Jonathan81
02-02-2011, 07:10 AM
Has anybody created a hack which displays a larger report button? Ideally something that clearly says 'REPORT' - similar to the 'thanks' hack on here?

Jonathan

BirdOPrey5
02-02-2011, 05:14 PM
You can just replace the image file with a larger image.

Jonathan81
02-04-2011, 08:38 AM
Thanks Joe. I'd like to move it as well - what file(s) would I need to edit to get it sitting beside the quote button?

BirdOPrey5
02-04-2011, 12:39 PM
You would edit your postbit or postbit_legacy template, whichever style your forum uses.

You can do a "search in page" for "report.gif" and you'll find the code surrounding it... it should start with an <if> condition and end with </if>.

Then find "quote.gif" and move the code over, will probably need some basic HTML to make it all look nice.

Jonathan81
02-04-2011, 12:51 PM
Brilliant, thank you :)