inherit
66842
0
Nov 28, 2016 9:23:54 GMT -8
Scorpian
1,234
December 2005
tatersalad
|
Post by Scorpian on Feb 15, 2007 19:26:02 GMT -8
<script type='text/javascript'> /* Remove "Recent Posts" in profile by Scorpian http://roddyinnovations.com/ http://sz-ex.com/ */
var _rTab = document.getElementsByTagName('table'); var _start = false; if(location.href.match(/action=viewprofile/i)){ for(x=0; x<_rTab.length; x++) if(_rTab[x].rows[0].cells[0].className == 'titlebg' && _rTab[x].rows[0].cells[0].innerHTML.match(/View\sProfile:/i)){ tTab = _rTab[x]; break; } var _tTab = tTab.rows[1].cells[1].firstChild.getElementsByTagName('table')[0]; for(r=0; r<_tTab.rows.length; r++){ if(_tTab.rows[r].cells[0].innerHTML.match(/Recent\sPosts/i)){ _start = true; _tTab.rows[r].style.display = 'none'; } if(_start && _tTab.rows[r+1] && !_tTab.rows[r+1].cells[0].innerHTML.match(/<b>Signature<\/b>/i)) _tTab.rows[r].style.display = 'none'; else _start = false; } } </script> Main Footers, no editing required. This code will simply hide the section labeled "Recent Posts" in your profile area.
|
|