Welcome Guest [Log In] [Register]
Viewing Single Post From: [CODE] Remove Portal
TidalWave
NU MA, NU MA IEI!
[ *  * ]
webworldx
November 6, 10:15 AM
Code:
 

<script language=javascript>
<!--
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("· Portal")) {
range.text="";
range.collapse(false);
}
// -->
</script>


Would do the same thing and takes up a lot less space ;)

If you're only changing the portal link, yeah, but I've got a bunch of other stuff changing with the code Flash77 posted. I took out the "The Moderating Team" link at the bottom of the index as I already have a link to the staff page on my website in the header. I also took out the "Delete cookies" link and changed the "Admin CP" link to "Administration Panel". Then I took out the Mod CP link because the only advantage I see in it, since I have all of the user groups set to "avoid moderation queue", is that you could use it to mass-delete a bunch of posts in the case of a spam attack, and even then, you could just manually type in the the actual URL of the Mod CP.
Offline Profile Quote Post
[CODE] Remove Portal · Code Snippets