Control Panel Grid Size
I just found a nugget that I thought I'd share. I have way too much spam in my blog - I'm working on tweaking my spam filters to get rid of more of it, but I digress...
I have the task of manually cleaning out all of the spam. In CS2+, this isn't a bad task - you can see a good portion of the comment so you can "click-boom-click-boom" (I hate that commercial).
Problem is, my control panel shows me 10 comments at a time. That's not going to cut it - I've got over 8000 comments "awaiting" approval and probably 21 pages of spam that made it through my rules - hey man, I've got comments from Brittney Spears and Christina Aguilera. Yeah, Jason Alexander is a regular reader - this is better than MySpace!
Anyway, there's some code in /ControlPanel/Blogs/Comments.aspx.cs that returns the page size of that grid - it's pulling an extended attribute from my user called CPPageSize - is there already somewhere that I can set this for my user?
Sure enough, in my user profile under the Site Options tab, there's a drop down to set the number of records returned in the grid - 50 it is! I had no idea that was there.