|
Post by tunescool on Oct 25, 2009 5:54:43 GMT -8
do you think you can get rid of it in the profile
|
|
|
Post by Wormopolis on Oct 26, 2009 1:33:53 GMT -8
after looking how it was done, it wont be as difficult as I first thought...
this needs to run AFTER the remodel:
<script type="text/javascript"> // hide title if "members" for (spn=document.getElementsByTagName('span'), s=0; s<spn.length; s++) { if (spn.id=='rank' && spn.innerHTML.match(/Members/)) spn.style.display="none"; } </script>
you should also check the URL for your register button image.. its still invalid.
|
|
|
Post by tunescool on Oct 26, 2009 2:38:09 GMT -8
that took it out, do i have to use both codes?
|
|
|
Post by Wormopolis on Oct 26, 2009 2:51:27 GMT -8
that last code will only work on the remodel. the other code I gave you will only work on the MP in the threads.
so yes.
|
|