News:

Wondering if this will always be free?  See why free is better.

Main Menu

MnS Style

Started by TurkLoЯD, January 05, 2007, 10:34:47 AM

Previous topic - Next topic

ArkServer

Nice theme!
Wanna share how you did that with the moderator table so I can use that in the default theme?
definitly trying out yours!

rockinaway

Very nice.. what part you mean ARkServer?
Have I helped you? Then please join AdminFuel - The forum for forum administrators.

If you need help managing your forum, or maybe launching it, then visit us and view the quality articles, downloads and posts.


ahmetarig

Quote from: ArkServer on January 07, 2007, 05:19:24 AM
the table with "moderator" after "posts"

Themes --> mns_style --> boardindex.template.php

search
<td width="6%" align="center"><font color=#3f4d70 style="font-size: 8pt"><b>', $txt[21], '</b></font></td>
<td width="11%" align="center"><font color=#3f4d70 style="font-size: 8pt"><b>', $txt[298], '</b></font></td>


replace
<td width="6%" align="center"><font color=#3f4d70 style="font-size: 8pt"><b>', $txt[21], '</b></font></td>







search

// Show the "Child Boards: ". (there's a link_children but we're going to bold the new ones...)


add before
// Show the "Moderators: ". Each has name, href, link, and id. (but we're gonna use link_moderators.)
if (!empty($board['moderators']))
echo '
<div style="padding-top: 1px;" class="smalltext"><i>', count($board['moderators']) == 1 ? $txt[298] : $txt[299], ': ', implode(', ', $board['link_moderators']), '</i></div>';









Search

<td class="windowbg2" valign="middle" align="center" width="6%">', $board['topics'], '</td>
<td class="windowbg" valign="middle" align="center" width="6%">', $board['posts'], '</td><td class="windowbg2" valign="middle" align="center" width="8%">';
if (!empty($board['moderators']))
echo '
<div style="padding-top: 1px;" class="smalltext">
' , implode('<br/>', $board['link_moderators']), '</div></td>


</tr>';


Replace

<td class="windowbg2" valign="middle" align="center" width="6%">', $board['topics'], '</td>
<td class="windowbg" valign="middle" align="center" width="6%">', $board['posts'], '</td>';

L¤яdSèßO

süper eline sağlık

BuЯaK


Advertisement: