Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
[CODE] Remove Board Total Members Count
Topic Started: Oct 20 2005, 10:48 AM (661 Views)
Ryan Fan
Nitrogenix
 *   *   *  
Mod Name: Remove Board Total Members Count
Description: Remove the "We have x registered members" text from the stats
Preview/Screenshot In Use:

http://s14.invisionfree.com/UltimateHacks10?

Login with:

Password:
test
Username: test

Admin Cp >> Board Wrappers >> Footer

Quote:
 
<script language="javascript">
// Remove total members from stats
// created by Ryan Fan/Nitrogenix
// http://www.http://invisionfree.com/directory.php?cat=29 , 2005
var x = document.getElementsByTagName('TD')
for(y=0;y<x.length;y++){
if(x[y].className == "row4" && x[y].innerHTML.match(/(We have .* registered members)/i)){
x[y].innerHTML = x[y].innerHTML.replace(RegExp.$1, "")
}}
</script>


Made for a request
Offline Profile Quote Post Goto Top
 
echo_unlimited
Member Avatar
Best Member in the world!
 *   *   *   *   *  
Nice code dude. =) i might just use it.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Code Snippets · Next Topic »
Add Reply