MyBB Community Forums

Full Version: Add server banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey stuff, I'm not sure how to edit this, where to edit in admin CP

I tryed a lot of things, but nothing, take a look at picture, I want to put server panel in there. 

http://prntscr.com/btzglf <----- PICTURE

How to reaname this "Latest Activity" to whatever example "Server Banner" 

And then to put code of my server panel from gametracker?  Dodgy

Thanks in advence
You need to modify your index page templates.
You can most probably find it inside Admin CP> Theme>Templates>Your Theme Template >index Template >index

There you will find Latest Activity.
It can be present in other areas as well but mostly it is found there.

Regards
WallBB
Thanks man, one more thing I wanted,

User tag icons, how can I add that? I wounder how but never knew how.

This is what i mean

http://prntscr.com/btznut <------------ Picture

Thanks in advence
You can modify Usergroup settings and add icons before user names. It will add icons in front of those usergroups.
Admin CP --> Users & Groups --> Groups --> [Your Group] --> Username Style
Add image before Username style whatever you want in html format.

Regards
WallBB
But how do I do that man? is there code like images/tpc(its theme)/leadericon.png ?
Suppose if the username style is
{username}
Than change it to
<img src="IMAGE URL" alt="Usergroup image"> {username}
It should work fine.
Thanks alot man!!

Have a nice day!!