URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Create A Forum - Support Forums
  HTML https://support.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Create a Forum Codes and Support
       *****************************************************
       #Post#: 1296--------------------------------------------------
       [Code] Remove (Moderator: ...) on Board Index
   DIR By: Arekay
       Date: February 8, 2011, 6:45 pm
       ---------------------------------------------------------
       This code will remove the "(Moderators: ...)" on the board index
       ---------------------------------------------------------
       This code utilizes jQuery, please use the latest version found
       in this thread:
  HTML http://support.createaforum.com/5/jquery-v1-8-update/
       
       Footers:
       --- Code ---
       <script type="text/javascript">
       /*Created By Arekay www.syntaxnet.tk*/
       $("p.moderators").hide();
       </script>
       
       --- End Code ---
       #Post#: 1331--------------------------------------------------
       Re: [Code] Remove (Moderator: ...) on Board Index
   DIR By: Agent Moose
       Date: February 27, 2011, 3:50 pm
       ---------------------------------------------------------
       Just for other more ways to do it, heres a CSS way :)  Just add
       to whatever style your using:
       --- Code ---
       
       .moderators {display: none; !important};
       
       --- End Code ---
       #Post#: 1344--------------------------------------------------
       Re: [Code] Remove (Moderator: ...) on Board Index
   DIR By: Arekay
       Date: February 28, 2011, 9:11 pm
       ---------------------------------------------------------
       That's a good point, thanks!
       With the large role CSS plays in SMF2.0, a lot of things can be
       done with CSS, unlike in the version that SMFForFree uses, I
       just keep forgetting about it.
       *****************************************************
       Page 1 of 1