inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Nov 18, 2012 11:31:39 GMT -8
Another request that some other people might want to use.
If you wish to replace the "This board has X Moderators" text in the Board Information & Statistics box to show a full list of Mods, use the following;
Admin Home -> Themes -> Layout Templates -> Board
Approx line 93 you should find this; {if $[board.moderators_link]}<tr><td colspan="2">This board has $[board.moderators_link]</td></tr>{/if}
Replace that line with the following;
{if $[board.moderators_link]}<tr><td colspan="2">Moderator{if $[board.num_mods] != 1}s{/if}: {foreach $[board.moderator_group]}$[board.moderator_group.comma_before] $[board.moderator_group]{/foreach}{if $[board.moderator]}{if $[board.moderator_group]}, {/if}{/if} {foreach $[board.moderator]}$[board.moderator]$[board.moderator.comma] {/foreach} </td></tr>{/if}
The purple section (before and after the green) is the text that displays before the list of Mods, the green section adds an 's' to the end if there is more than one to display.
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Jan 24, 2013 3:42:05 GMT -8
Great mod pawlAnyway we could add all the forums moderators like this to the main page?
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Jan 24, 2013 7:57:26 GMT -8
Great mod pawlAnyway we could add all the forums moderators like this to the main page? I'd have a look to see if it's possible without a plugin, but I'm using my phone on a break at work =P I would imagine however that doing it manually or using a plugin is probably the only way.
|
|