|
Post by rhondairv on Sept 26, 2010 14:18:11 GMT -8
ok, it works now with the 2nd avatar BUT it leaves a bunch of stuff in the signature that shows in posts. If you delete it then it no longer works.
This is what was in the siggy before i deleted it... {=}http://i153.photobucket.com/albums/s240/EmoteCrazy/PogoHookUp/_New%20Site_/smilies/ce62a74f.gif{/=}
which is one of the moods.
|
|
|
Post by Wormopolis on Sept 26, 2010 16:24:10 GMT -8
so is it showing a mood AND the stuf fin the sig?
|
|
|
Post by rhondairv on Sept 26, 2010 17:42:10 GMT -8
yes, but when i deleted the stuff in the sig the mood disappeared also.
|
|
|
Post by Wormopolis on Sept 26, 2010 23:58:21 GMT -8
Im so confused on this... The only code I can see even clashing with this is the 2nd avatar code. temp remove the avatar code and see if it will now let you save a mood to your profile.
|
|
|
Post by rhondairv on Sept 27, 2010 6:43:07 GMT -8
yes, it does.
|
|
|
Post by Wormopolis on Sept 27, 2010 8:32:49 GMT -8
and it lets you CHANGE the mood whenever you want right?
|
|
|
Post by rhondairv on Sept 28, 2010 10:45:41 GMT -8
yes
|
|
|
Post by Wormopolis on Sept 28, 2010 18:05:18 GMT -8
ok how about this then.. try using shorter URLs to the images for botht he avatar code and the mood images.
|
|
|
Post by rhondairv on Sept 28, 2010 19:57:58 GMT -8
ok, will try shortlink or whatever that is called and get back with ya
|
|
|
Post by rhondairv on Sept 28, 2010 20:35:14 GMT -8
ok.... IT WORKS!!!!
BUT, it still shows the url in the siggy, BUT only in siggy when you modify profile. So i have a feeling i will have issues with people seeing it, deleting it and there goes the mood.
|
|
|
Post by Wormopolis on Sept 28, 2010 20:59:00 GMT -8
ok that is a start. I will look at both codes and see if I can find a solution.
|
|
|
Post by Wormopolis on Sept 28, 2010 21:04:40 GMT -8
find this line:
if(document.modifyForm.signature.innerHTML.match(/{=}(.+){\/=}/)){
replace with:
if(document.modifyForm.signature.value.match(/{=}(.+){\/=}/)){
then find this line:
document.modifyForm.signature.innerHTML=document.modifyForm.signature.innerHTML.replace(/{=}(.+){\/=}/, '');
replace with
document.modifyForm.signature.value=document.modifyForm.signature.value.replace(/{=}(.+){\/=}/, '');
|
|
|
Post by rhondairv on Sept 29, 2010 11:41:56 GMT -8
took it out of signature but the mood doesn't show again.
|
|
|
Post by Wormopolis on Sept 29, 2010 18:06:23 GMT -8
did you change those lines? I see them unchanged on the site.
|
|
|
Post by rhondairv on Sept 29, 2010 22:38:41 GMT -8
yes, i changed them back after. Want me to rechange them back?
|
|