Support Forums

Full Version: Change Bot name to Bot Image in Who's Online List
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Go to: ACP > Configurations > Spiders/Bots > Select `Bot`(Example Google) > Edit > and Replace Bot name tag, like this;

Code:
<img src="URL_OF_BOT_IMAGE" alt="BOT_NAME" title="BOT_NAME">

For example, if i want to change the Google Bot, then the tag will be something like this:

Code:
<img src="http://www.yaldaram.com/images/spiders/google.png" alt="Google Bot" title="Google Bot">

No need to edit anything else.

Thanks to Yaldaram Thumbsup
In what forum software is this? vBulletin, MyBB, iPB...?
looking at this
Code:
Go to: ACP > Configurations > Spiders/Bots > Select `Bot`(Example Google) > Edit > and Replace Bot name tag, like this;

I guess its MyBB.
(09-25-2011, 04:40 AM)DΣxus Wrote: [ -> ]In what forum software is this? vBulletin, MyBB, iPB...?

Its for mybb but im sure it will work for any forum software as long as you add an image to the name title Smile
I may share a few of my 'tricks of the trade'. There's some nice things I know how to do in MyBB, I just don't know if I've got the time to time them up or not, like rounding the corners of a forum etc...
thanks! i always thought this was cool
Thanks for the share. Now I know. Big Grin
Thanks for the tip. But... Yeah. Lets see.
Good share if you're into extreme customising. Thanks mate, I might give this a bash sometime.
(09-28-2011, 11:37 AM)HaX420 Wrote: [ -> ]Its for mybb but im sure it will work for any forum software as long as you add an image to the name title Smile

Yes, that is intact true and does work the same type of way.