I have two blog sites running from two databases. In the first, the [url=http://forums.b2evolution.net/viewtopic.php?p=25268#25268]Jump to top of page hack[/url] works great, in every skin. In the second, using the same code, I get a link of "http://#top" in every skin. How can this be??? Any suggestions?
You should use $_SERVER['HTTP_HOST'] and $_SERVER['REQUEST_URI'] instead. It's the "new" PHP way.