Jawelin
28 Jan 2002, 14:44
This is my first (mini)hack published - even wrote many customizations -, so please don't shoot against the player ! :pirate:
It's an Admin-purpose Swiss army knife to have the runtime status of your board pendings all at once on the AdminCP home.
Simply, along with user under moderation (coppa or not), it checks for Board active or closed for maintenance ?
New members allowed ?
Existing posts awaiting moderation
Existing attachments awaiting moderation
... if you have more ideas ... :china:
Each of the counters links to the appropriate page to manage its own value.
Is very very simple even to remove, so don't fear to try it.
No SS needed, of course.
Any test/tip should be very appreciated.
Let's go. Open the admin/index.php and find :
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Then, just above, below or around the whole if-clause (beware the ending '}' ), add the following pieces of code:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
That's all folks!
Am I a dummy hacker ? :surprised
Thanks
It's an Admin-purpose Swiss army knife to have the runtime status of your board pendings all at once on the AdminCP home.
Simply, along with user under moderation (coppa or not), it checks for Board active or closed for maintenance ?
New members allowed ?
Existing posts awaiting moderation
Existing attachments awaiting moderation
... if you have more ideas ... :china:
Each of the counters links to the appropriate page to manage its own value.
Is very very simple even to remove, so don't fear to try it.
No SS needed, of course.
Any test/tip should be very appreciated.
Let's go. Open the admin/index.php and find :
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Then, just above, below or around the whole if-clause (beware the ending '}' ), add the following pieces of code:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
That's all folks!
Am I a dummy hacker ? :surprised
Thanks