I think its called about at the bottom in a link that shows how much average sp users have, person who has top page views, how many users, how many staff, ect. Can someone give me a link to that? thanks.
bookmarked it :) Actually..It was getting in the way of something so i used a customcss to cover it and now I'm not sure which coding it is^_^;
I'm using CSS for that too. Do you have this?
{display:none !important;}
No problem. :)
A lot of the code I've picked up on the forums has notes on what it does. I started copying that text to make notes on other pieces of code. Like this:
/* Code note here */
Just pop a short description like that above each section of code. Makes it a lot easier to see what it's for, and remove anything that's causing problems, or is no longer needed. :)