MyBB Community Forums

Full Version: i want help !!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want how to add an icon like this of game section to the indexpage
like this
[Image: dcadd1.png]
pls help me Blush
ACP > Templates & Style > Templates > **expand template set for theme** > Header Templates > header > see how the others are set out and copy one.

Also, please try and search in future as I honestly think there is at least one thread a day asking this exact thing....
ididnot know what is the keyword to ask for
i saw this idonot know what to do ?
<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
{$welcomeblock}
</div>
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
<navigation>
<br />
Are you using an Afresh theme??
Your "toplinks" don't exist in the theme your using, or atleast, they aren't in the header template. You need to look and find something like these:

<ul>
					<li><span id="searches"><a href="{$mybb->settings['bburl']}/search.php" id="advsearch"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></span></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
				</ul>

Unfortunatly it's not MyBB support, so you'll need to contact the author of the theme.
yes i am using afresh i need to change it
If you had said that to begin with....

You have to edit the header_welcomeblock_member and header_welcomeblock_guest template, and also add a new CSS class to global.css. Again, copy the current ones to see how it's done.
do u mean add the code Tom.m add to the files and templates u listed ???
No. Look at how the toplinks are set out in header_welcomeblock_member and header_welcomeblock_guest, copy one, and edit it to what you need.