Quote:
Originally Posted by Neo_Angelo
thats an awsome hack. very useful for us admins. thanks a lot ^_^ *Neo clicks install*
EDIT: where do we put the code for the images to show up next to the username in postbit_legacy?
|
If ya read the install txt file you'd have seen this instruction.
Quote:
Find:
Code:
$post[iplogged]
</td>
(If you cant find this, just search for $post[iplogged])
Add Before the next </td>:
Code:
<img src="/images/browsers/$post[fieldx].png" alt="$post[fieldx]" />
x being the number of the field you just created for the browsers drop down.
|