Change Number Of Visitors Shown

Don Von Alpha Dom
by Don Von Alpha Dom · 3 posts
12 years ago in Visitors Panel
Posted 12 years ago · Author
Replace 999 with how many visitors you want shown.

Code
<script type="text/javascript"> 
howmanyicons =999;
vistable_body = document.getElementById('visitors_panel_colRow').getElementsByTagName('td');
for(i=vistable_body.length-1;i>=0 && i>=howmanyicons; i--){
   vistable_body[i].style.display = "none";
}
</script>
Posted 10 years ago
internetking425 wrote:
did not work anymore


Thanks for the input, I'll take a look at it soon.

-- Sun Nov 17, 2013 9:18 pm --

Well, the first problem I see is the fact that it can't "visitors_panel_colRow" id because it doesn't exist on the page. It's located inside a page loaded in the iframe so it can't see it. Not sure how well this would work with the new vip visitors panel either.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT