[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead WarpMyMind • View topic - bug in forums
The "Back to top" link next to every forum post, under the avatar and so on. You've got href="#top" ... which should work, but for some reason my browser is behaving as if it said href="/#top". Does chrome not understand links like that, or is there a script somewhere making it behave oddly?
the current code for that link is: http://www.warpmymind.com/#top
it should be: #top
it is the http://www.warpmymind.com/ that is pointing the browser back to the home page. simple change i would think
Hi,
I had not actually looked at the source code. Not sure if the Base tag is actually neccessary. but, here is one such solution for the top of page code: <a href="javascript:;" onclick="document.location.hash='#top';">Top of Page</a>