Açıklama : Eklenti sayesinde üstte sabitlenen konular sağ tarafındaki tıklanabilir link sayesinde açılıp kapanan bir menü gibi olabiliyor.
- FORUMDISPLAY templatesinde bulun;
Kod:
$threadbits_sticky
Kod:
<thead> <tr> <td class="thead" colspan="<if condition="$show['threadicons'] AND $show['inlinemod']">7<else /><if condition="($show['threadicons'] AND !$show['inlinemod']) OR (!$show['threadicons'] AND $show['inlinemod'])">6<else />5</if></if>"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('hidesticky')">Sabit Konuları Gizle / Aç[B][I] [/I][/B]<img id="collapseimg_hidesticky" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_hidesticky].gif" alt="" border="0" /></a> [B][I] [/I][/B] </td> </tr> </thead> <tbody id="collapseobj_hidesticky" style="$vbcollapse[collapseobj_hidesticky]"> <tr> <td class="alt1">
Kod:
<tr><td class="tcat" colspan="<if condition="$show['threadicons'] AND $show['inlinemod']">7<else /><if condition="($show['threadicons'] AND !$show['inlinemod']) OR (!$show['threadicons'] AND $show['inlinemod'])">6<else />5</if></if>"><img src="$vboptions[cleargifurl]" width="1" height="1" alt="" /></td></tr> </td> </tr> </tbody>