PDA

View Full Version : Want to get rid of the "IP: Logged" but...


thuffner
06-06-2003, 04:37 AM
...is this the only way to get a poster's IP? I still want to have access to their IP, but I don't want to have that annoying text anymore. Is this okay to do?

BTW, while I'm on the topic...How do I make it so only admins can see the "Edit" button below each post?

Thanks... :)

Xenon
06-06-2003, 10:19 AM
you may want to install logicians template conditional hack :)

Blindchild02
06-06-2003, 11:05 AM
or u can use online.php :p cuz admins can see it there

S.Shady
06-07-2003, 01:55 AM
Open : PostBit > postbit_ip_hidden
Make the whole template
IP: <a href="postings.php?s=$session[sessionhash]&action=getip&postid=$post[postid]">Logged</a>
to
<a href="postings.php?s=$session[sessionhash]&action=getip&postid=$post[postid]">IP</a>


that will take out the logged :) and make the IP the link
change the template how you want it :) you can even get a picture in by changing the IP text with an imagetag :D


If you dont want any ip symbol in your postbit take out
| $post[iplogged]
from the posbit template

and then check the whos online or go to the user in cp to veiw ip

filburt1
06-07-2003, 02:14 AM
Today at 08:05 AM Blindchild02 said this in Post #3 (https://vborg.vbsupport.ru/showthread.php?postid=405115#post405115)
or u can use online.php :p cuz admins can see it there

That won't show the IP of a specific post.