MyBB Community Forums

Full Version: A few problems.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
HelloBlush

i have a few questions i need help with.

Sooo
-How do i change the navgiation bar at the top? where it says 'home' 'search' 'members list' and so on.. how can i edit this and make my own pages?

-How can i make different people have different couloured names? E.g Admin's name is red, Members name blue, Donators name Pink? etc.

-How can i create a shoutbox like this? http://hostmafia.net/forum/

-Finally how can i have tittles for each member e.g on this website under his name it he has a title saying 'support' How can i do this? http://hostmafia.net/forum/Thread-terms-...or-hosting

Thankyou so muchBig Grin
!!!BUMP!!!
- You can do that through Templates -> Header

- You can do that from Users & Group, by editing the username's style for each group.

- Download My Shoutbox plugin for MyBB and install it.

- That is the userbar, which can be changed through Users & Groups too.
(2012-01-26, 07:36 PM)jard0n5 Wrote: [ -> ]- You can do that through Templates -> Header

- You can do that from Users & Group, by editing the username's style for each group.

- Download My Shoutbox plugin for MyBB and install it.

- That is the userbar, which can be changed through Users & Groups too.

Can you please go into detail? i litterally have no idea when it comes to this sort of stuff.. im just guessingSad
I can't go more in details, about editing the Templates, it's self-explanatory, just open the header template and copy of the the menu's code and paste it and just edit it.

To download My Shoutbox plugin for MyBB go here -> http://mods.mybb.com/view/myshoutbox

Read the "readme" file for installation instructions.

-
To change the support thing, you should make first an IMAGE for it.
Go to Admin Control Panel -> Users & Groups -> Groups -> Click the group you want to wear that userbar -> In the Group Image field, add images/support.png or where your image is located.

-
To change the color of user group, you can do it in the same place, the "Username Style" part, for admins it is by default:
<span style="color: green;"><strong><em>{username}</em></strong></span>

You can change the code and play around it if you want to make something, or if you want to change a color only, you can change the "green" to color you wish, or you could use codes for colors as well. Google for it. Smile