The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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... |
#2
|
||||
|
||||
Edit the postbit template and postbit_ip template.
|
#3
|
|||
|
|||
Can you post what to do on this?
Thanks |
#4
|
|||
|
|||
in those templates replace the
PHP Code:
PHP Code:
g-force2k2 |
#5
|
||||
|
||||
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> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|