| phpBB removing moderator profiles links look cluttered up |
buksida

msg:1560963 | 9:55 am on Jun 6, 2006 (gmt 0) | Quick one for phpBB gurus, how do you turn off the links to the moderator profiles on the index page? All the links are cluttering up the page. Thanks!
|
encyclo

msg:1560964 | 1:20 pm on Jun 6, 2006 (gmt 0) | In your templates directory, open up index_body.tpl and look for something like: <span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span> To hide the moderator list, just comment it out: [b]<!--[/b] <span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span> [b]-->[/b] You can remove it entirely if you are sure you won't need it again.
|
buksida

msg:1560965 | 6:09 am on Jun 9, 2006 (gmt 0) | Great stuff, looks much better now, cheers!
|
|
|