ajan51
New member
VBulletin forum sayfasında forumlara kategori şeklinde ayırarak yani hachell deki gibi nasıl oluşturabiliriz arkadaşlar...
dostum ana sayfadaki gibi değil forumlara tıkladığımızda konular kategori olarak ayrılıyor o şekilde kategorilere ne şekilde ayarlayabiliriz...ilgin içinde teşekkür ederim...Blacksymbian' Alıntı:ana sayfadaki gibi diyosan cmps portal kurman lasım o iş biras zahmetli ama prtoalın download adresi vbulletin bolumunde var
PHP Kodu:
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
<if condition="$show['subforums']">
<table width="100%" cellpadding="1" cellspacing="0" border="0">
<tr>
<td width="50%" align="left" colspan="2"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>:</div></td>
</tr>
<tr>
$forum[subforums]
</tr>
</table>
</if>
[COLOR=Red]<td width="50%" align="left" nowrap="nowrap">[/COLOR]
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
</td>
[COLOR=Red]<if condition="$GLOBALS[subrow]">
</tr><tr>
</if>
<if condition="$GLOBALS[subrow] = !$GLOBALS[subrow]"></if>[/COLOR]
<if condition="$show['subforums']">
[COLOR=Red]<if condition="$GLOBALS[subrow] = false"></if>[/COLOR]
<table width="100%" cellpadding="1" cellspacing="0" border="0">
<tr>
<td width="50%" align="left" colspan="2"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>:</div></td>
</tr>
<tr>
$forum[subforums]
</tr></table>
</if>
<td width="50%" align="left" nowrap="nowrap">
[COLOR=Blue]<div style="font-size: 10px;">[/COLOR]
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
[COLOR=Blue]</div>[/COLOR]
</td>
<if condition="$GLOBALS[subrow]">
</tr><tr>
</if>
<if condition="$GLOBALS[subrow] = !$GLOBALS[subrow]"></if>