MyBB Community Forums

Full Version: Adding game button in index (HELP)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello sir,

I want to put a link button in my forum index for Games Section....I have installed Arcade Games Mod but There is no button in my index....How to put the link button??? Plz help me

Regards
You can add it to the header template.
But where in header template?? I mean i want to show the button beside Search, Member List, Calender, Help

How to put there??
I think it is good if you put your url here. I search your previous post, and I hope this is your url: http://www.warez-mobile.com.

I think you need to edit the header_welcomeblock_guest and header_welcomeblock_member templates.

Find this code in each template:

..............{$lang->toplinks_help}</a></span>

Try to insert this code after </a> and before </span>:

<a href="{$mybb->settings['bburl']}/games.php">
<img src="{$mybb->settings['bburl']}/games/images/games.png" alt="" />{$lang->gamesection}</a>
Thaanx a lot Bro RateU....You r gr8...Thankx a million Big Grin