• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help me please !

mattyboi88

New Member
Joined
Jun 12, 2009
Messages
86
Reaction score
0
Hey,

I know you read the title and thought OMG not another aac problem.. but mines pretty simple, Im using the paxton layout which doesnt come with many side bars "who is online" "Create account" etc.. Im trying to add a page for Bounty hunter system, the page is loading up but it says "Invalid subtopic. Can't load page." A quick bit of help please rep++
 
Hey,

I know you read the title and thought OMG not another aac problem.. but mines pretty simple, Im using the paxton layout which doesnt come with many side bars "who is online" "Create account" etc.. Im trying to add a page for Bounty hunter system, the page is loading up but it says "Invalid subtopic. Can't load page." A quick bit of help please rep++

You have to add it into index.php as well in 'switch' function.
 
You have to add it into index.php as well in 'switch' function.

Ok well ive just added a bug tracker function to my page.. so i would need to put this in index.php?

case "bugtracker";
$topic = "Bug Tracker";
$subtopic = "bugtracker";
include("bug.php");
break;

Rep++ for you if your right :)
 
Back
Top