MyBB Community Forums

Full Version: Put the Arcade in the header?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Heres is an example bc i dunno how to do it could u do it for me ty?

<li><a href="{$mybb->settings['bburl']}/index.php" title="{$mybb->settings['bbname']}"><b>{$mybb->settings['bbname']}</b></a></li>
Hi

<li><a href="{$mybb->settings['bburl']}/arcade.php" title="{$mybb->settings['bbname']}"><b>{$mybb->settings['bbname']}</b></a></li>

as far as I am concerned, and to add it go to your Admin CP> Templates & styles> templates, and the expand the styles template's it should be in header templates then Edit Header templates and add the above code into header templates and save it.
( I suggest that you add it after:

<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
You want to put a link to the arcade in your header? That code won't get the job done. First, copy the url of the arcade on your forum, then post it in place of the current link.
<li><a href="LINKHERE" title="{$mybb->settings['bbname']}"><b>Arcade</b></a></li>

After that, go to Admin Cp > Templates & Styles > Templates > YOURTEMPLATE > Header > and then paste the code where you want. I'd recommend by the:

<div class="menu">
				<ul>
PASTECODEHERE!
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
                                        <li><a href="http://www.toxic.chaoswebtech.com/forum/donate.php"><img src="http://fileden.runeaid.novahost.org//get/donator54.png" />Donate</a></li>
				</ul>
			</div>		
How to add more games in the arcade ?i just have one pack man Confused
That will be up to the plugin you installed.
(2010-10-08, 07:55 AM)Derek M. Wrote: [ -> ]That will be up to the plugin you installed.
thats weird dude do u know any arcade plugin which got lots games?
Which plugin are you using?
i uploaded..........ty for ur time.
You didn't need to upload it, a link would of done.

You can download 25 games a day here - http://community.gamesection.org/games.php
You can also download 25 games/day as well as various game packs from here
http://xtremearcade.co.cc
Pages: 1 2