![]() |
how do i turn the report this post and ip logged links into buttons?
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... |
Edit the postbit template and postbit_ip template.
|
Can you post what to do on this?
Thanks |
in those templates replace the
PHP Code:
PHP Code:
g-force2k2 |
Edit template : postbit_ip_hidden
Replace : Code:
IP: <a href="postings.php?s=$session[sessionhash]&action=getip&postid=$post[postid]">Logged</a> Code:
<a href="postings.php?s=$session[sessionhash]&action=getip&postid=$post[postid]"><img src="ip image url goes here"></a> Find : Code:
<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> Code:
<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> |
All times are GMT. The time now is 08:09 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|