Destek Forumu
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Destek Forumumuz
 
AnasayfaLatest imagesAramaKayıt OlGiriş yap

 

 Forum Listesinde Moderatör Alanı

Aşağa gitmek 
YazarMesaj
imkb93
PaTRoN™
imkb93


Mesaj Sayısı : 21
Rep : 61
Doğum tarihi : 01/03/92
Kayıt tarihi : 14/08/09
Yaş : 32
Nerden : İZMİR
İş/Hobiler : http://destekekibi.yetkinforum.com ilglenmek

Forum Listesinde Moderatör Alanı Empty
MesajKonu: Forum Listesinde Moderatör Alanı   Forum Listesinde Moderatör Alanı EmptyCuma Ağus. 14, 2009 10:04 am

Forum Listesinde Moderatör Alanı



-Afiş asmak >> modeler >> genel yönetim

index_box templateni değiştir diyin


Kod:
Kod:
<th nowrap="nowrap" width="150">{L_LASTPOST}</th>

kodundan hemen sonra


Kod:
Kod:
<th nowrap="nowrap" width="150">Moderatör</th>

kodunu ekliyorsunuz

Daha sonra

Kod:

Kod:
<!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->

kodunu buluyorsunuz ve bu kodu siliyorsunuz..

Bu kodun hemen altında bulunan


Kod:
Kod:
<!-- BEGIN forum_link_no -->


bu kodu da siliyorsunuz



Kod:
Kod:
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>

bu koddan sonra

Kod:

Kod:
<td class="row2" align="center" valign="middle" nowrap="nowrap" height="50">
<!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links --></td>
Bu kodu ekleyip

Bu kodun altındaki


Kod:
<!-- END forum_link_no -->


kodunu da siliyorsunuz

gönder diyorsunuz ve sonra da yayınlıyorsunuz

********************************

Yapamayanlar için index_box un son halini veriyorum kendi index_box kodunuzun hepsini silip aşağıdaki kodu da ekleyebilirsiniz

Kod:



Kod:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}<br />
        {CURRENT_TIME}<br />
        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>
<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->
      <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="2">
        <tr>
            <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
            <th nowrap="nowrap" width="50">{L_TOPICS}</th>
            <th nowrap="nowrap" width="50">{L_POSTS}</th>
            <th nowrap="nowrap" width="150">{L_LASTPOST}</th>
            <th nowrap="nowrap" width="150">Moderatör</th>
        </tr>
  <!-- END tablehead -->

  <!-- BEGIN cathead -->
      <tr>
        <!-- BEGIN inc -->
            <td width="46" class="{catrow.cathead.inc.INC_CLASS}"> </td>
        <!-- END inc -->
        <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%"><h{catrow.cathead.LEVEL} class="hierarchy"><span class="cattitle"><a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a></span></h{catrow.cathead.LEVEL}></td>
        <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="4" align="right"> </td>
      </tr>
  <!-- END cathead -->

  <!-- BEGIN forumrow -->
      <tr>
        <!-- BEGIN inc -->
            <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"> </td>
        <!-- END inc -->
        <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle" height="50"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}"></td>
        <td class="row1" onmouseover='this.className="row2"' onmouseout='this.className="row1"' colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"><span class="genmed"><h{catrow.forumrow.LEVEL} class="hierarchy"><span class="forumlink"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
            </span> </h{catrow.forumrow.LEVEL}></span>
        <span class="genmed">{catrow.forumrow.FORUM_DESC}</span><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>
       
          <span class="gensmall">
 
              </span></td>
        <td align="center" valign="middle" bgcolor="#FFFFFF" class="row2"><p><span class="gensmall">{catrow.forumrow.TOPICS}</span></p>
          </td>
       
            <td class="row3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
            <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
            <td class="row2" onmouseover='this.className="row1"' onmouseout='this.className="row3"' align="center" valign="middle" nowrap="nowrap" height="50">
          <!-- BEGIN switch_moderators_links --> <span class="gensmall">{catrow.forumrow.switch_moderators_links.MODERATORS}</span>
            <p class="style1"><span class="forumdesc">{catrow.forumrow.MODERATORS}</span></td>
                    <!-- END switch_moderators_links -->

        <!-- BEGIN forum_link -->
            <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
        <!-- END forum_link -->
      </tr>
  <!-- END forumrow -->

  <!-- BEGIN catfoot -->
      <tr>
        <!-- BEGIN inc -->
            <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"></td>
        <!-- END inc -->
        <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1"></td>
      </tr>
  <!-- END catfoot -->

  <!-- BEGIN tablefoot -->
      </table>
      <img src="{SPACER}" alt="" height="5" width="1">
  <!-- END tablefoot -->
<!-- END catrow -->


Forumda moderatörlerin görünebilmesi için son olarak

afiş asmak >> strüktür ve hiyerarşi

kısmında alttaki seçeneklerden

forumun başkanlarını göster >> evet

yapın ve gönderin
Sayfa başına dön Aşağa gitmek
http://destekekibi.yetkinforum.com
 
Forum Listesinde Moderatör Alanı
Sayfa başına dön 
1 sayfadaki 1 sayfası
 Similar topics
-
» Profil Alanı - Smf tarzı
» Moderatör Görevi Nedir ?
» Genel Moderatör Görevi Nedir ?
» FORUM KURALLARI
» Forum İconları Ve Kullanımı

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
Destek Forumu :: Siz ve Yetkin Forum :: Işinize yarıyacak şeyler-
Buraya geçin: