Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved Header Problem
#1
Not Solved
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?
#2
Not Solved
This user has been denied support. This user has been denied support.
They should have a new tab in ACP after "Tools & Maintenance".

Are you sure you put all the files in the right sections?
#3
Not Solved
(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?
#4
Not Solved
This user has been denied support. This user has been denied support.
Because you have to add it in your header.

The link to newpoints should be url.domain/newpoints.php
#5
Not Solved
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
#6
Not Solved
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
#7
Not Solved
This user has been denied support. This user has been denied support.
There's something wrong with your header templates coding and I can't access your site because it has an error on index.
#8
Not Solved
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 />
#9
Not Solved
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>
My latest venture: Android emulator for PC reviews - playroider.com
MyBB fan since 2011.


Forum Jump:


Users browsing this thread: 1 Guest(s)