PDA

View Full Version : Help. How to make "Report this post" a button?


Carnage540
02-10-2003, 08:15 AM
Hey guys, i was wondering if i can take out:

"Report this post to a moderator | IP: Logged"

Out of my post bit, and add a button "report" to the direct left of the edit/quote buttons so it would be like this:

profile | pm | email | search | buddy | (space here) report | edit | quote|

Thanks to whoever can help! ;)

Erwin
02-10-2003, 09:43 AM
It's HTML.

Replace the current "Report" link in your postbit template to this:

<a href="report.php?postid=$post[postid]#post$post[postid]"><img src="https://vborg.vbsupport.ru/greentek/report.gif" border="0" alt="Report this post to a moderator"></a>

Make sure you make a report.gif image.

Then move it next to the other icons.

Carnage540
02-10-2003, 10:00 AM
Thanks erwin ;)

i knew it was html i just did not know the URL to put for the report link :P