Sabit Konular Gizlenebilsin..

  • Kullanıcı HeX
  • Başlangıç tarihi Başlangıç tarihi
  • - Vbulletin Destek
Konu sahibi son olarak 4258 gün önce görüldü
sticky010bz.gif


sticky027gt.gif


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
üstüne şunları ekleyin;
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]&nbsp;[/I][/B]<img id="collapseimg_hidesticky" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_hidesticky].gif" alt="" border="0" /></a>         [B][I]&nbsp;[/I][/B]     </td> </tr> </thead> <tbody id="collapseobj_hidesticky" style="$vbcollapse[collapseobj_hidesticky]"> <tr>     <td class="alt1">
altına da şunları ekleyin;

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>
 
Geri