MyBB Community Forums

Full Version: Weird characters at the end of my url
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hi guys i got a small problem its not really that important but i dont understand why it is doing it.

ok so my website is http://forgottencoders.co.uk.

my problem is when i visit any url like
http://forgottencoders.co.uk/showthread.php?tid=20

it ends up showing this
http://forgottencoders.co.uk/showthread.php?tid=20#.T7I-tutSRI5

note the problem is this
#.T7I-tutSRI5


all pages except / seem to have it and it always has t7i but the rest changes.

i have googled this problem but google doesnt like searching for "#.xxx" so here i am

thanks in advance for your help.

hmm ok so it may have been something that chrome cached however i am unsure so can you please check and let me know if this occurs for you guys aswell. thanks again.
Doesn't do that for me. press ctrl+shift+delete then make sure cache is checked and clear.
(2012-05-15, 12:20 PM)Dark Entities Wrote: [ -> ]Doesn't do that for me. press ctrl+shift+delete then make sure cache is checked and clear.

thanks it stoped but now this is weird as it is now doing it again.

any 1? its doing it again.
Anything in the url after the hash mark (#) is known as an "anchor". If your generated HTML has an anchor with that name or id, then the browser will automatically scroll down to it.
(2012-05-16, 03:41 AM)laie_techie Wrote: [ -> ]Anything in the url after the hash mark (#) is known as an "anchor". If your generated HTML has an anchor with that name or id, then the browser will automatically scroll down to it.

yes thanks i know that Big Grin. but i dont have any anchors that i know of and it doesnt scroll the page when those 'anchors' are there. i know basic (HTML,PHP,CSS) so if it a template issue i am able to fix it but i dont know what is the cause of the problem.

also the characters at the end keep changing currently it is #.T7NmALNYtqg
thanks
might be connected to the adfly link converter js you have on your page. It only does it on showthread.
(2012-05-16, 01:24 PM)Leefish Wrote: [ -> ]might be connected to the adfly link converter js you have on your page. It only does it on showthread.

thanks for your reply however it was doing it before that.

this is the script
<script>
var adfly_id = 1838008;
var adfly_advert = 'int';
var exclude_domains = ['forgottencoders.co.uk'];
var domains = ['forgottencoders.co.uk/attachment.php?aid='];
</script>
<script src="http://adf.ly/js/link-converter.js"></script>

i dont know whether that actually works but i want just attachments to go through the adf.ly and that is the only way i could see how to do it.

still unsure on why i get random characters but it only seems to happen on chrome aswell.

any 1 got any ideas?

lol just realised i dont need that script so removed it and changed the attachement template.
ok so i disabled all plugins via the disable all plugins option and it still occurs please some 1 must know what it is.
bump...
It's being added by JavaScript.
Pages: 1 2