MyBB Community Forums

Full Version: Navigation bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm having an issue with the Navigation bar. I'm trying to replace my websites name (the 'Forumvoid' part) with an icon. The trouble is, is that I have no idea how to do that.

http://gyazo.com/80cffe9cbbb944948cff4ff8df1408b4
you have to edit MyBB system core file global.php

see this guidance => Change Breadcrumbs to read Home
instead of 'Home' , you can put image html code like below (homeicon.png should be in forum's main folder)
$navbits[0]['name'] = '<img src="./homeicon.png" />';