PDA

View Full Version : how to...


Injektilo
07-07-2005, 03:22 AM
not a request, a question actually...

how do i add an image next to the username(in postbit legacy) of a specific member ?

Edit : (Can someone move this post to the vb3 section please)

Injektilo
07-11-2005, 07:23 AM
anyone please?

Colin F
07-11-2005, 07:44 AM
You can use a template conditional for that.

Search for the username in the template, and add the following after it:
<if condition="$post[userid] == X"><img src="foo.jpg" /></if>

replace X with that users userid.

Injektilo
07-20-2005, 01:17 PM
thanks colin f