|
Post by Wormopolis on Sept 2, 2009 1:46:17 GMT -8
ok that's weird. now its not working in FF...
lemme rework it.
|
|
|
Post by Wormopolis on Sept 2, 2009 2:11:11 GMT -8
IE test
|
|
|
Post by Wormopolis on Sept 2, 2009 3:12:50 GMT -8
IE test
|
|
|
Post by Wormopolis on Sept 2, 2009 3:13:32 GMT -8
FF test
|
|
|
Post by Wormopolis on Sept 2, 2009 3:17:00 GMT -8
updated: <script type="text/javascript"> <!-- // posting page checkboxes merge // by Wormopolis - wormocodes.proboards.com// keep header intact if (document.postForm) { placehold=document.postForm.counter.parentNode.parentNode; nwrw=placehold.parentNode.insertRow(placehold.rowIndex+1); var nwcl=nwrw.insertCell(0); nwcl.appendChild(document.createElement('font')); nwcl.firstChild.size=2; nwcl.className="windowbg2"; nwcl.firstChild.appendChild(document.createTextNode('Options:')); nwcl=nwrw.insertCell(-1); nwcl.id="options"; nwcl.className="windowbg2"; spacer=document.createTextNode(" "); function comp(vict) { vict.id=vict.name+'orig'; cls=vict.parentNode; nwbx=document.createElement('input'); nwbx.type="checkbox"; nwbx.id=vict.name; nwbx.style.verticalAlign="middle"; nwbx.onclick= function () {v=this.id+'orig'; document.getElementById(v).checked=this.checked;}; desc=cls.parentNode.firstChild.cloneNode(true); desc.innerHTML=desc.innerHTML.replace(/\:/,''); nwcl.appendChild(nwbx); nwcl.appendChild(desc.firstChild); nwcl.appendChild(spacer.cloneNode(true)); cls.parentNode.style.display="none"; } if (document.postForm.notify) comp(document.postForm.notify); if (document.postForm.nosmiles) comp(document.postForm.nosmiles); if (document.postForm.lock) comp(document.postForm.lock); if (document.postForm.sticky) comp(document.postForm.sticky); if (document.postForm.announcements) comp(document.postForm.announcements); } // --> </script> worked in IE and FF
|
|
|
Post by tunescool on Sept 2, 2009 4:01:31 GMT -8
announcements worked, ill try the rest later if 1 works im sure the others do. im trying to sleep
|
|
|
Post by tunescool on Sept 2, 2009 13:44:14 GMT -8
everything but smilies work but they dont work without it anyway. i signed in with another account and smilies dont work either. i just think its stupid anyway can you just get rid of them? well then there would just be bookmarks, could you name the member cell bookmarks then?
|
|
|
Post by Wormopolis on Sept 2, 2009 21:37:45 GMT -8
what do you mean smilies dont work? as in you post something and smilies still appear? If you have supplmentary smily codes, they arent affected by that checkbox. that checkbox only affects default smilies.
|
|
|
Post by tunescool on Sept 2, 2009 23:00:35 GMT -8
i dont have any code or anything related to smilies
|
|
|
Post by Wormopolis on Sept 2, 2009 23:42:24 GMT -8
>:( 8-) ::)
smily test
|
|
|
Post by Wormopolis on Sept 2, 2009 23:43:20 GMT -8
|
|
|
Post by Wormopolis on Sept 2, 2009 23:44:07 GMT -8
disable smilies worked right there. So now.. is it that you do or dont see smilies in posts?
|
|
|
Post by tunescool on Sept 2, 2009 23:55:47 GMT -8
i dont freaking care just get rid of the smilies box
|
|
|
Post by Wormopolis on Sept 3, 2009 0:51:40 GMT -8
seriously? you come at me like that after all the time I spent writing/rewriting codes...
I'll give it some thought.
|
|
|
Post by tunescool on Sept 3, 2009 1:26:56 GMT -8
i just want it out, i wasnt doing anything towards you
|
|