I run the [TC] CityDriving Forum.
Ive currently got this script :
This will allow people to put image URL address's in their profile fields.
Now, is there anyway, i can transform this code so it will take the entry data, ie LFS Username, so when you click on it, it will take you towards their LFS World stats page?
Many Thanks
Ash
Ive currently got this script :
$(function () { $("dl.user_profile dd:contains('http://')").each(function () { $(this).html('<img src="' + $(this).text() + '">');});});
This will allow people to put image URL address's in their profile fields.
Now, is there anyway, i can transform this code so it will take the entry data, ie LFS Username, so when you click on it, it will take you towards their LFS World stats page?
Many Thanks
Ash