I'd like to remove the "Forum" link in the nav bar and replace it with one that says "Main Site" and just links back to the site's home page. Simple, right?
I've gone into menu_block.html and tried making edits to existing links, adding new links, and even removing all but one link, but when I save the file and upload it, none of the changes appear and the navigation bar appears untouched and fully functional.
I'm painfully new at this. Am I looking in the right spot? Is there anywhere else I need to make changes to?
I'm also having a minor issue with editing posts - if a user posts a link to a site (say, h**p://***.icyphoenix.com), then goes back to edit the post, it's adding
Code: [Download] [Hide] [Select]
" onclick="window.open(this.href);return false;
So all links within the edited post end up looking like this:
Code: [Download] [Hide] [Select]
h**p://***.icyphoenix.com" onclick="window.open(this.href);return false;
Any idea how to prevent that?