|
Post by Dragon on Sept 22, 2012 13:37:00 GMT -8
Hello Wormo, Is there a way to remove the stars from the MP, looked all around and couldn't find something to do it. Edit: Also, removing exalt/smite, and Karma. Supposedly thisll remove the karma sections as I need: <script type="text/javascript"> /* Remove Karma Actions Created By CrAzY_J Do not redistribute this code */
function RemoveKarma(number) { var gCell = document.body.getElementsByTagName("td"); for( lp = 0 ; lp < gCell.length ; lp ++ ) { if( gCell[lp].width == "20%" && gCell[lp].innerHTML.match(/Joined:/) ) { switch(number){ case 1: gCell[lp].innerHTML = gCell[lp].innerHTML.replace(/\[\s<a.+?>Exalt<\/a>\s\|/i,'['); case 2: gCell[lp].innerHTML = gCell[lp].innerHTML.replace(/\|\s<.+?>Smite<\/a>/i,''); case 3: gCell[lp].innerHTML = gCell[lp].innerHTML.replace(/\[\s.+?>Exalt.+?>Smite<\/a>\s\]/i,''); break; } } } }
if( this.location.href.match(/(view|display|recent|search)/) ) RemoveKarma(1) </script> - Apparently the code didn't work at all :/. Perhaps I should rename the request to removing specified sections from MP? Since The only other MP codes I've found modify and not remove sections from MiniProfile.
|
|
|
Post by Wormopolis on Sept 22, 2012 14:42:45 GMT -8
if you use a code to modify how the MP looks and then another code to change the miniprofile it likely wont work because it doesnt recognize the miniprofile.
stars can be turned off by setting # of stars in the groups/ranks modify to 0
and karma can be just turned off via the general settings
|
|
|
Post by Dragon on Sept 22, 2012 16:50:24 GMT -8
Thanks wormo.
|
|
|
Post by Wormopolis on Sept 22, 2012 16:59:25 GMT -8
its better then a code when you can use the natural functions of the forum
|
|