Quote:
Originally Posted by hollyboy
I like the style you added for each row.
Anyway how to disable admins to appear in the list?
|
Oops, I changed that on my local dev site...find the line:
PHP Code:
AND usergroupid NOT IN (8)
And change it to:
PHP Code:
AND usergroupid NOT IN (6,8)
Quote:
Originally Posted by hollyboy
I have made a quick mockup, showing the 3 tabs: week, month, all time...
|
The tabs/buttons would have to go below the block title...would that be okay?