|
Post by rhondairv on Jun 26, 2010 10:56:46 GMT -8
I think i finally got the codes working. It took me 6 hours to completely switch from the hack manager to the jump code. It seemed like i had to get the codes in the perfect placement or maybe it would work but would make another stop. I will think a few times before adding other codes and will never just blindly add it to my main site. TEST SITE FIRST! lol
|
|
|
Post by rhondairv on Jul 27, 2010 13:26:22 GMT -8
Today a new member joined and we noticed for some reason his is the only account that will not show the gallery or let you upload an avatar unless it is the 2nd avatar section. No one elses is like this. Any ideas why? This is what his looks like
|
|
|
Post by Wormopolis on Jul 27, 2010 22:36:31 GMT -8
what other codes do you have affecting avatars?
|
|
|
Post by rhondairv on Jul 27, 2010 22:40:15 GMT -8
2nd avatar and one that allows them to be larger. I haven't changed anything. Weird only his is affected.
|
|
|
Post by Wormopolis on Jul 27, 2010 22:50:31 GMT -8
create a test account. does it do the same for you?
|
|
|
Post by rhondairv on Jul 27, 2010 22:54:39 GMT -8
yep, sure did.
|
|
|
Post by Wormopolis on Jul 29, 2010 23:52:38 GMT -8
I have an idea what is causing this. I pulled the code back into the test site to create a solution. I think one of the last things I added is causing this. Im trying to find a workaround. if you disable headers for the member, and choose an avatar for them, it should give them the otions back to change it on their own.
|
|
|
Post by rhondairv on Jul 30, 2010 10:38:24 GMT -8
Thanks wormo.. i'll be checking back.
|
|
|
Post by Wormopolis on Jul 31, 2010 23:03:27 GMT -8
I think I got it.
version 1.2 is posted. copy your arrays at the top of the code before you replace the code and then paste the arrays back in.
|
|
|
Post by rhondairv on Aug 1, 2010 16:15:54 GMT -8
You did it! Thank so much wormo! You da man!
|
|
|
Post by rhondairv on Aug 18, 2010 19:00:26 GMT -8
ok, another thing. Since the new tweak of this my default avatar code no longer works.
Is there a way to make them work together? If not ok, i'd rather have the gallery.
Here is the code i use for default avatar.
<script type="text/javascript"> <!-- // Auto Default Avatar v1.0 // By Wonder //May be reposted anywhere as long as this header remains in tact
//Put in Global Footer
//Enter URL to default avatar defaultAvatar="http://i153.photobucket.com/albums/s240/EmoteCrazy/PogoHookUp/ALL%20BADGES/d72aa28e.gif";
if(location.href.match(/action=(display|goto|viewprofile|pmview|recent)/)) { var td=document.getElementsByTagName("td"); for(i=0;i<td.length;i++) { if(td[i].width=="20%" && td[i].className.match(/windowbg/) && !td[i].innerHTML.match(/\[avatar\]/)) { temp=td[i].getElementsByTagName("center"); if(temp.length>0) { temp=temp[0]; temp.innerHTML="<IMG SRC=\""+defaultAvatar+"\" ALT=\"[avatar]\" BORDER=\"0\">"+temp.innerHTML; } } } } </script>
|
|
|
Post by Wormopolis on Aug 19, 2010 13:45:26 GMT -8
you sure it was the gallery? This code worked on the test site...
they actually should affect each other at all.. the wonder code runs on all the pages that the gallery doesnt.
did you maybe start using a MP remodel? move the default avatar code higher in your global footer.
|
|
|
Post by rhondairv on Aug 19, 2010 13:54:42 GMT -8
I haven't added any codes in a while. Just the updated one for the gallery. I just took the gallery code out and the default avatar is not working still so i guess it is on that. ugh
ok wormo.. thanks and sorry to have not checked that 1st.
|
|
|
Post by Wormopolis on Aug 19, 2010 14:25:19 GMT -8
link me to a profile that should be using the default avatar
|
|
|
Post by rhondairv on Aug 19, 2010 14:43:20 GMT -8
|
|