MyBB Community Forums

Full Version: how to add home buttonin mybb 1.8.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i am using mybb 1.8.3. i want to add home button to my forum.
My Forum Link is MY FORUM

No one is helping me Sad

No one is helping me Sad
What do you mean by "home button"? Jst a button on every page that brings you back to the index page?

There are already 2 ways for that. Either click on the "Free Urdu IT Forum" link at the left just below the header, or click on the picture at the left of the header. Both will bring you back to the index page.

If you still wont a button which brings you back to the index page, where would you like to have it?
Hi,

copy that attached image into the theme image folder on server.

Open the theme template "header" to edit.

Search for:
<ul class="menu top_links">
	{$menu_portal}

Replace this whole part with:
<ul class="menu top_links">
	{$menu_portal}
	<li><a href="{$mybb->settings['bburl']}/index.php" class="home" style="background-image: url({$theme['imgdir']}/home.png);">Home</a></li>

Save changes and try.

[attachment=33587]
(2015-01-24, 12:34 AM)SvePu Wrote: [ -> ]Hi,

copy that attached image into the theme image folder on server.

Open the theme template "header" to edit.

Search for:

<ul class="menu top_links">
 {$menu_portal}

Replace this whole part with:

<ul class="menu top_links">
 {$menu_portal}
 <li><a href="{$mybb->settings['bburl']}/index.php" class="home" style="background-image: url({$theme['imgdir']}/home.png);">Home</a></li>

Save changes and try.

Thanks my problem has been solved