PDA

View Full Version : Changing "IP Logged" to IP Icon in version 2 beta 2??



TendoGamers
Mon 2nd Apr '01, 3:11pm
Does anyone know how to change the "IP LOGGED" text into an IP Icon in VBulletin version 2 beta 2?

PLEASE SOMEONE HELP :(

jojo85
Mon 2nd Apr '01, 3:23pm
Originally posted by TendoGamers
Does anyone know how to change the "IP LOGGED" text into an IP Icon in VBulletin version 2 beta 2?

PLEASE SOMEONE HELP :(

Just modify a template call....hum:/
Wait i just go found it

jojo85
Mon 2nd Apr '01, 3:34pm
So it's ok,you need to modify

"postbit_ip_hidden"

Dark_Wizard
Mon 2nd Apr '01, 3:40pm
In postbit_ip_hidden template find this:
IP: <a href="postings.php?s=$session[sessionhash]&action=getip&postid=$post[postid]">Logged</a>

and change to this:

<a href="postings.php?s=$session[sessionhash]&action=getip&postid=$post[postid]"><img src="images/ip.gif" height=15 width=13 border=0 alt=IP Logged></a>

make sure you have the IP icon...

Damn...I guess it pays to be quick here...I just posted this and wehn I saw it there was no reply...oh well...

Damn...typed too fast and forgot about the rest of the code...lol...hmmm

jojo85
Mon 2nd Apr '01, 3:44pm
Originally posted by Dark_Wizard
In postbit_ip_hidden template find this:
IP: <a href="postings.php?s=$session[sessionhash]&action=getip&postid=$post[postid]">Logged</a>

and change to this:

<img src="images/ip.gif" height=15 width=13 border=0 alt=IP Logged>

make sure you have the IP icon...

Damn...I guess it pays to be quick here...I just posted this and wehn I saw it there was no reply...oh well...

lol :p

Johnny
Tue 10th Apr '01, 10:14am
is this code to for vb 2.0 beta 4?
i've add it on my board, but I can't click now on the ip-icon!
is that because the hack is for beta 2 or..... something else...

GreetZ,
Johnny

JamesUS
Tue 10th Apr '01, 10:27am
Instead of the code mentioned above, use this:


<a href="postings.php?s=$session[sessionhash]&action=getip&postid=$post[postid]"><img src="images/ip.gif" alt="IP Logged"></a>

freehtml
Fri 13th Apr '01, 6:24am
What about for 2.0.0 beta 5?? How to we go about it?

Wayne Luke
Fri 13th Apr '01, 12:44pm
You change the same template in the same manner as mentioned above.

Dark_Wizard
Fri 13th Apr '01, 8:04pm
Sorry for the typo...my bad! :rolleyes:

freehtml
Sat 14th Apr '01, 9:12am
Originally posted by wluke
You change the same template in the same manner as mentioned above.

It works :D

Black Tiger
Sat 2nd Jun '01, 11:20am
LoL.:) I was looking for this yesterday and found it myself, because I forgot to look in here.:)
For anyone who wants to know, this works also fine on VB 2.0 final.