The forums used to have a link at the bottom of each page that would say ""go up." Clicking that would take one to the top of the page. Now suddenly that link is missing.
Will whoever took it please put it back? :)
I've not changed anything.... where was this link? Did it literally just scroll your browser back to the top of the web page? I'm not sure I've seen this (could it have been something that you have locally, or did it look like a link on the forums pages).
Here are snips from another SMF forum to show you the "missing" links.
Found it! Virgil, it is in the Admin panel.
Admin CP > Features and Options > Layout and Options. > Enable Go Up/Go Down buttons
Please?
done
If it ever happens to disappear again, just set this nifty javascript code as a bookmark and call it "SMF Top of Page".
javascript:this.location=this.location.href+"#top";this.reload();