Log in

View Full Version : how do i turn the report this post and ip logged links into buttons?


212rikanmofo
04-21-2002, 05:57 PM
just like on this board, i want to take that:

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

thing out and replace them with buttons like on here, can someone please show me how to do that? it's annoying me cause sometimes in certain posts it leaves a huge gap, so i want to completely remove those text links and put them into buttons right in the same cell with the pm, buddy buttons...

Admin
04-22-2002, 11:53 AM
Edit the postbit template and postbit_ip template.

TvNut
09-06-2002, 11:23 AM
Can you post what to do on this?

Thanks

g-force2k2
09-06-2002, 02:18 PM
in those templates replace the

<a href='{urlhere}'>{linkhere}</a>

with:

<a href='{urlhere}'><img src='{buttonsrc}'></a>

hopefully that gives you a better understanding :) regards...

g-force2k2

Chris M
09-06-2002, 05:04 PM
Edit template : postbit_ip_hidden

Replace :
IP: <a href="postings.php?s=$session[sessionhash]&action=getip&postid=$post[postid]">Logged</a>
with:
<a href="postings.php?s=$session[sessionhash]&action=getip&postid=$post[postid]"><img src="ip image url goes here"></a>

Edit template : postbit
Find :
<p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]</smallfont></p>
Replace with :
<p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]"><img src="report post image url goes here"></a> | $post[iplogged]</smallfont></p>

Satan