MyBB Community Forums

Full Version: Header Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, I installed New points and newpoints shop, in filezilla and activated them in the control panel, but I can't find them on the forums, like the shop or category, I'm really confused please help?
They should have a new tab in ACP after "Tools & Maintenance".

Are you sure you put all the files in the right sections?
(2013-01-28, 11:20 PM)kamz89 Wrote: [ -> ]They should have a new tab in ACP after "Tools & Maintenance".

Are you sure you put all the files in the right sections?

It does but It will not show up on the forums, like I want members to buy stuff with their points from the shop plugin but there isn't a tab a category for the shop?
Because you have to add it in your header.

The link to newpoints should be url.domain/newpoints.php
Well actually here is the link but how do I make it a tab or a button to click on like "help" but it say "shop" and have this.

http://gamertabs.site50.net/newpoints.php

(2013-01-28, 11:26 PM)kamz89 Wrote: [ -> ]Because you have to add it in your header.

The link to newpoints should be url.domain/newpoints.php

Okay so here's my header:

{$welcomeblock}

{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}<!-- ProfileComments -->
{$comments_alert}<!-- /ProfileComments -->
{$pending_joinrequests}

<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>
<hr class="hidden" />
</div>
<navigation>
<br class="clear" />
<div id="content">
<br />


Can you add my newpoints in there?

http://gamertabs.site50.net/newpoints.php
I'm having trouble putting my NewPoints link/tab in the header.

Here's my header code:

{$welcomeblock}

{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}<!-- ProfileComments -->
{$comments_alert}<!-- /ProfileComments -->
{$pending_joinrequests}

<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>
<hr class="hidden" />
</div>
<navigation>
<br class="clear" />
<div id="content">
<br />

And heres my newpoints php:

http://gamertabs.site50.net/newpoints.php
There's something wrong with your header templates coding and I can't access your site because it has an error on index.
Well, my header is coded like this, and everyone else is telling me there is something wrong with it, can anyone can me please?

{$welcomeblock}

{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}<!-- ProfileComments -->
{$comments_alert}<!-- /ProfileComments -->
{$pending_joinrequests}

<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>
<hr class="hidden" />
</div>
<navigation>
<br class="clear" />
<div id="content">
<br />
What are people saying what's wrong with it?

I noticed there's no menu, so try this:

{$welcomeblock}

{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}<!-- ProfileComments -->
{$comments_alert}<!-- /ProfileComments -->
{$pending_joinrequests}

<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>
<hr class="hidden" />
</div>
<navigation>
<br class="clear" />
<div id="content">
<br />
<div class="menu">
				<ul>
					<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>
				</ul>
			</div>