boytoyslut -> CollarMe Profile Image Fix (9/28/2010 4:03:44 AM)
|
Hello Everyone! I'm sure some of you have noticed how when browsing through people's profiles, often many of their "Additional Images" are broken and do not display. The cause of this is that the URL for all images in the "Additional Images" slots from slot 10 - 14 are coded incorrectly on the page. While they should be "http://edge.darkgrove.com/photos/imagename_here.jpg", they are currently "http://edge.darkgrove.com/photos/photos/imagename_here.jpg". The redundant "photos" in the URLs cause the images to not display. I've taken the liberty of coding up a simple line of javascript that fixes all of that. If you ever find yourself on a profile page where you can't see someone's images, copy-and-paste the following code into your browser's address bar: javascript:for(i=10;i<15;i++){var pic='P'+document.getElementById('Hidden1').value+'p'+i;eval('if(typeof('+pic+')!=\'undefined\')'+pic+'.src='+pic+'.src.replace(\'photos/photos\',\'photos\');');} When you hit enter, as you navigate through the photos on the page they will all be restored. You can also create a bookmark with the above code as the url; when you click it, it will fix the CollarMe profile page you are currently viewing. I hope this helps some of you, while we wait for the mods to fix this issue! - Andy
|
|
|
|