Demo: Grup Hepsi - Fan Sitesi (Grup Hepsi - Haberler | Grup Hepsi - Resimler | Grup Hepsi - Videolar )
-------------------------------------------
inc/functions_forumlist.php
-------------------------------------------
Bul:
$moderators .= "{$comma}<a href=\"member.php?action=profile&uid={$moderator['uid']}\">".htmlspecialchars_uni($moderator['username'])."</a>";
$comma = ", ";Değiştir:$moderators .= "{$comma}<OPTION VALUE=\"member.php?action=profile&uid={$moderator['uid']}\">".htmlspecialchars_uni($moderator['username'])."</OPTION>";
$comma = "<br />";-------------------------------------------header
-------------------------------------------
En Üste Ekle:
<script>
<!--
function jumpPage(newLoc) {
newPage = newLoc.options[newLoc.selectedIndex].value
if (newPage != "") { window.location.href = newPage }
}
// -->
</script>-------------------------------------------ForumBit Kalıplar=>forumbit_depth2_forum
-------------------------------------------
Tamamını Ekle:
<tr>
<td class="trow1 align="center" valign="middle"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" /></td>
<td height="50" class="trow2" valign="middle" style="margin: auto;">
<strong><a href="forumdisplay.php?fid={$forum['fid']}"><font style="font-size:12px; font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;">{$forum['name']}</font></a></strong><div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td><td class="trow1" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="trow2" valign="top" align="left" style="white-space: nowrap"><table width="230"> $lastpost</table></td>
<td height="50" width="80" class="trow1" valign="middle" align="center" style="white-space: nowrap"><form><div class="smallfont">
<SELECT NAME="newLoc" onChange="jumpPage(this.form.newLoc)" style="font-size: 7pt; background-color: #dfdfdf; font-family: Arial, Tahoma;" maxlength="20">
<OPTION VALUE="#">Moderatörler</OPTION>
<OPTION VALUE="#">----------------------------</OPTION>
{$moderators}</select></form></td></tr>