#1:
If you want to do it the easy way then go into CP then General Settings and where it says "Moderator Column Display?" select no. That will eliminate your Mod cell.
Now open public_forum_summary.pl and look for this code:
[/code]add after:
</pre></div></div>That should get your Moderators to display.<br><br>---------------------<br><br>#2:<br>I've never used the Compact Header Hack but I think that's what it does...Positions your "$show_logout" and "$MainButtonsLine" into one location. I need someone to verify if that is what the Compact Header does.<br><br>The second part: If you want to do it manually for only the public_forum_page.pl then these two codes:<br><br>$vars_wordlets{moderated_by} $Moderator<br><br>$more_topics_wording<br><br>are the ones that you need to target and create the table for it. I do not know how your tables are set up but I made a quick code in case you wish to try:<br><br>In public_forum_page.pl find:<br><br> <div class="ubbcode-block"><div class="ubbcode-header">Code</div><div class="ubbcode-body ubbcode-pre" ><pre>
add this before:
[code]
This will only add the "Moderators" and "More Topics Wording" but not replace your original codes.
------------------
#3:
I've disabled the "Directory" so I haven't looked at the "public_directory.pl" file. The Content Islands can be achieved if you use the javascript and add those codes. You will need to create the tables for it however.
----------------
Err...Not much help I think. LOL.
