MyBB Codes
Moderator column problem, please help. - Printable Version

+- MyBB Codes (http://www.mybbcodes.com)
+-- Forum: Babjusi's Previous Forum General Stuff (/forumdisplay.php?fid=42)
+--- Forum: General Support (/forumdisplay.php?fid=46)
+--- Thread: Moderator column problem, please help. (/showthread.php?tid=1139)


Moderator column problem, please help. - roger - 12-08-2009 08:22 PM

I followed the instructions at this thread http://www.forumsecurity.eu/showthread.php?tid=89 to add a moderator column after the latest posts column and everything went fine but for one thing. How can I make it that the moderators are listed under Moderators?


RE: Moderator column problem, please help. - skiilz - 12-08-2009 09:14 PM

You have to use this code {$moderators}

If you used the exact code from my thread you have to change the ''<img src="images/post-rss.png" />'' to {$moderators} in forumbit_depth2_cat and forumbit_depth2_forum.

DO NOT FORGET TO EDIT THE SUBFORUM TEMPLATE: forumdisplay_subforum


RE: Moderator column problem, please help. - babjusi - 12-09-2009 06:05 AM

That should do it. Also don''t forget to remove the code for the moderators from the forumbit_moderators template otherwise they will be displayed twice, at the bottom of the forum where they appear by default and at your new column as well.


RE: Moderator column problem, please help. - skiilz - 12-09-2009 07:54 AM

And If you don't have moderators the column will be blank.


RE: Moderator column problem, please help. - roger - 12-09-2009 05:35 PM

Thankx for the heads up. Everything is ok now with your help light33 and babjusi.


RE: Moderator column problem, please help. - skiilz - 12-09-2009 06:26 PM

No problem.
=D


RE: Moderator column problem, please help. - Miraj - 07-29-2010 01:10 AM

I had a bit of the same problem.