Gemini wrote:That would be in the navbar. There isn't an option to edit the navbar?
I found the navbar in the HTML
Code: Select all
<div class="navbar">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="linklist navlinks">
<li class="icon-home"><a href="./index.php" accesskey="h">Board index</a> </li>
<li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="return fontsizeup(event);" class="fontsize" title="Change font size">Change font size</a></li>
So you would return your attention to the main HTML source in the admin panel, find those instances, and then just remove them and hope the site doesn't come crashing down.
It's not as easy as that.
The whole forum runs on a whole mess of HTML system, including PHP files that actually commands the structure of various HTML files. I will need to find a few PHP and/or HTML files that commands those useless links to appear and somehow rewrite them so that they will both not appears and not crash the whole forum down.
This is a high-level coding that I am not quite good at yet. The reason you see me changing the whole forum is because I was able to tweak the CSS file like a boss

If this whole forum runs on just HTML, I would be able to change a few things here and there. Since the forum also runs on PHP, that complicates things.
I would take a closer look at the files, but the cPanel is currently unsecured so I won't be able to check it out today. I could check the bbphp stuffs as well, the people there might have some good tips.
EDIT: I got rid of those useless links from that same "navbar" section through the power of CSS :3
EDIT 2: Also got rid of that pesky "Skip to content" link underneath the main title. CSS, yo.
{Admin account of AK, former forum host. --Ancient Crystal}