Grehy
Killroy
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;
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
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: