• 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!

Problem changing Geisor pages

Grehy

Killroy
Joined
Nov 21, 2008
Messages
2,631
Reaction score
33
Location
United States
I'm trying to change "Server Info" under the tab "Library", to be "donations". I got it to work where you type donations into the end of the url, but I cannot change server info to donations, and it still goes to the server info page. This is that part in my index.php;

Code:
case "donations";
		$subtopic = "donations";
		$topic = "Donations";
		include("serverinfo.php");
	break;

What else do I need to change for it to change?


Edit: Fixed, locked~

For anyone searching for this problem and you found this thread, you need to edit Layout.php in your layout folder for the one you're using.

Edit2: How can I make a blinking red text next to some other text in the submenu? Like this;

http://narkia.org/index.php?subtopic=wars
 
Last edited:
Back
Top