MyBB Community Forums

Full Version: Game Section
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am getting error like this
Fatal error: Cannot redeclare games_info() (previously declared in /home/saurav/public_html/inc/plugins/games.php:24) in /home/saurav/public_html/inc/plugins/games2.php on line 21

how can i fix it, this error shows at the "Plugin Manager" option and most my plugin is got when i install this.... can't someone make a easy way to install this.
Then its normal that it don't have your link.

        <div class="content">
    <div id="top">
        <div class="padding">

  <tr>
   <span style="float:right;">{$lang->welcome_current_time}</span>
  </tr>

            </div>
        </div>

        <div id="header">
            <div class="f_search">
                <form method="post" action="search.php">
                    <input type="hidden" name="action" value="do_search" />
                    <input type="hidden" name="postthread" value="1" />
                    <input type="hidden" name="forums" value="all" />
                    <input type="hidden" name="postdate" value="0" />
                    <input type="hidden" name="pddir" value="1" />
                    <input type="hidden" name="sortby" value="lastpost" />
                    <input type="hidden" name="pddir" value="1" />
                    <input type="hidden" name="sorder" value="desc" />
                    <input type="hidden" name="showresults" value="threads" />
                    <p><input type="text" value="search..." class="search" onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" name="keywords" id="search_query" maxlength="250" />
                    <input type="submit" class="submit" value="Search" /></p>
                </form>
            </div>
        <div class="title">

                <h1><a href="{$mybb->settings['bburl']}">{$mybb->settings['bbname']}</a></h1>
            </div>
        </div>
    
        <div id="subheader">
            <div id="menu">
              <ul>

<li class="page_item"><a href="../index.php"><b><font color=red>Home</b></font></a></li>
<li class="page_item"><a href="./index.php"><b><font color=blue>Forums<b></font></a></li>
<li class="page_item"><a href="../browse.php"><b><font color=yellow>Torrents</b></font></a></li>
<li class="page_item"><a href="search.php"><b><font color=orange>Search</b></font></a></li>
<li class="page_item"><a href="../viewrequests.php"><b><font color=gray>Requests</b></font></a></li>
<li class="page_item"><a href="../upload.php"><b><font color=lime>Upload</b></font></a></li>
<li class="page_item"><a href="../usercp.php"><b><font color=red>UserCP</b></font></a></li>
<li class="page_item"><a href="../irc.php"><b><font color=yellow>IRC</b></font></a></li>
<li class="page_item"><a href="/community/calendar.php"><b><font color=gray>Calendar</b></font></a></li>
<li class="page_item"><a href="../rules.php"><b><font color=red>Rules</b></font></a></li>
<li class="page_item"><a href="../faq.php"><b><font color=green>FAQ</b></font></a></li>
<li class="page_item"><a href="../staff.php"><b><font color=red>Staff</b></font></a></li>
<li><a href="{$mybb->settings['bburl\']}/games.php">{$lang->gamesection}</a></li>
{$admincplink2}
</ul>
            </div>
            
            
        </div>
        
        <div id="main">

    
            <div class="left_side">
{$welcomeblock}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports} 

@DragonLord Delete games2.php
In which php file does this contain?
dragonlord that goes in your template /header m8, plus ive added all that code Paretje but for some reason the games section link is not clickable???
It mess up all my header....
then move em about or remove links you dont need
Quote:| Shoutbox View New Posts | View Today's Posts | Private Messages (New 0, Unread 0, Total 9) Game section
this is my nav bar but games section is not clickable any ideas pls
DragonLord Wrote:In which php file does this contain?

You must delete games2.php in your inc/plugins folder

clocktower Wrote:
Quote:| Shoutbox View New Posts | View Today's Posts | Private Messages (New 0, Unread 0, Total 9) Game section
this is my nav bar but games section is not clickable any ideas pls

Your header template:
        <div class="content">
    <div id="top">
        <div class="padding">

  <tr>
   <span style="float:right;">{$lang->welcome_current_time}</span>
  </tr>

            </div>
        </div>

        <div id="header">
            <div class="f_search">
                <form method="post" action="search.php">
                    <input type="hidden" name="action" value="do_search" />
                    <input type="hidden" name="postthread" value="1" />
                    <input type="hidden" name="forums" value="all" />
                    <input type="hidden" name="postdate" value="0" />
                    <input type="hidden" name="pddir" value="1" />
                    <input type="hidden" name="sortby" value="lastpost" />
                    <input type="hidden" name="pddir" value="1" />
                    <input type="hidden" name="sorder" value="desc" />
                    <input type="hidden" name="showresults" value="threads" />
                    <p><input type="text" value="search..." class="search" onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" name="keywords" id="search_query" maxlength="250" />
                    <input type="submit" class="submit" value="Search" /></p>
                </form>
            </div>
        <div class="title">

                <h1><a href="{$mybb->settings['bburl']}">{$mybb->settings['bbname']}</a></h1>
            </div>
        </div>
    
        <div id="subheader">
            <div id="menu">
              <ul>

<li class="page_item"><a href="../index.php"><b><font color=red>Home</b></font></a></li>
<li class="page_item"><a href="./index.php"><b><font color=blue>Forums<b></font></a></li>
<li class="page_item"><a href="../browse.php"><b><font color=yellow>Torrents</b></font></a></li>
<li class="page_item"><a href="search.php"><b><font color=orange>Search</b></font></a></li>
<li class="page_item"><a href="../viewrequests.php"><b><font color=gray>Requests</b></font></a></li>
<li class="page_item"><a href="../upload.php"><b><font color=lime>Upload</b></font></a></li>
<li class="page_item"><a href="../usercp.php"><b><font color=red>UserCP</b></font></a></li>
<li class="page_item"><a href="../irc.php"><b><font color=yellow>IRC</b></font></a></li>
<li class="page_item"><a href="/community/calendar.php"><b><font color=gray>Calendar</b></font></a></li>
<li class="page_item"><a href="../rules.php"><b><font color=red>Rules</b></font></a></li>
<li class="page_item"><a href="../faq.php"><b><font color=green>FAQ</b></font></a></li>
<li class="page_item"><a href="../staff.php"><b><font color=red>Staff</b></font></a></li>
<li class="page_item"><a href="{$mybb->settings['bburl\']}/games.php">{$lang->gamesection}</a></li>
{$admincplink2}
</ul>
            </div>
            
            
        </div>
        
        <div id="main">

    
            <div class="left_side">
{$welcomeblock}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports} 
right edited that code now its got a clikckable link works now

<li class="page_item"><a href="/community/games.php"><b><font color=gray>games</b></font></a></li>

but still get this
You do not have permission to access this page. This could be because of one of the following reasons:

1. Your account has either been suspended or you have been banned from accessing this resource.
2. You do not have permission to access this page. Are you trying to access administrative pages or a resource that you shouldn't be? Check in the forum rules that you are allowed to perform this action.
3. Your account may still be awaiting activation or moderation. (Resend Activation Code)


You are currently logged in with the username: 'clocktower'

SadSad
Ow its in an other directory, sorry

Save your permissions with perms.php