Topic: Usernames as Mods
Hey,
How can I instead of many shown usernames under moderated by have only the name Moderators? So it's less messy.
Thank you.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 discussion → Usernames as Mods
Hey,
How can I instead of many shown usernames under moderated by have only the name Moderators? So it's less messy.
Thank you.
Open index.php
Go to line 123 and change
<em>('.$lang_common['Moderated by'].'</em>
to
(
No, sorry, I haven't meant that. I meant like...instead of usernames, only Moderated by: Moderators is shown. And then you could click on moderators and see the users in that group. Is that possible in PunBB?
Why not just remove it from the index page altogether. I never really understood why you need to see a list of moderators, when you're at the forum "choosing" page. Even "Moderated by: moderators" is clutter.
The natural place for it seems to be, in the forum topic list page. At that point you may see some posts that aren't appropriate and a list of moderators would actually be useful.
No, sorry, I haven't meant that. I meant like...instead of usernames, only Moderated by: Moderators is shown. And then you could click on moderators and see the users in that group. Is that possible in PunBB?
Yes.
In index.php delete everything between line 117 and 123 and replace with
$moderators = "<a href=\"userlist.php?username=&show_group=2&sort_by=username\">Moderators Groups</a>";
PunBB Forums → PunBB 1.2 discussion → Usernames as Mods
Powered by PunBB, supported by Informer Technologies, Inc.