• 15-08-2009, 16:19:11
    #1
    arkadaşlar yeni konu butonunun üyelere çıkmamasını istiyorum
    bunu nasıl yapabilirim ?
  • 15-08-2009, 16:25:01
    #2
    armagedon66 adlı üyeden alıntı: mesajı görüntüle
    arkadaşlar yeni konu butonunun üyelere çıkmamasını istiyorum
    bunu nasıl yapabilirim ?
    kardeş iyide kimse konu açmasınmı istiyorsun ne garib istek
  • 15-08-2009, 16:30:48
    #3
    başka bir sistem olarak kullanmak istiyorum. üyelerin konu açamamısını bundan dolayıda yeni konu butonunun gözükmemesini istiyorum. normalde üyelere konu açamama yasağı getirebiliyoz ama yeni konu butonu gözüküyor.
  • 15-08-2009, 21:29:09
    #4
    Kullandıgınız Temanızda Aşagıda Anladıklarımı Uygulayınız
    SHOWTHREAD Bulun
    <if condition="$show['largereplybutton']">
    		<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
    	<else />
    Degiştirin
    <if condition="!in_array($bbuserinfo['usergroupid'], array(1, 2, 3, 4, 5, 6, 7))">
    <if condition="$show['largereplybutton']">
    		<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" / </if> </if>  </a></td>
    	<else />
    Yine Aylı Şablonda Bulun
    <if condition="$show['largereplybutton']">
    		<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$LASTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
    	<else />
    Degiştirin
    <if condition="!in_array($bbuserinfo['usergroupid'], array(1, 2, 3, 4, 5, 6, 7))">
    	<if condition="$show['largereplybutton']">
    		<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$LASTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /> </if>  </if> </a></td>
    	<else />
    FORUMDISPLAY Bulun
    <if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if> </td>
    Ve Degiştirin
    <if condition="!in_array($bbuserinfo['usergroupid'], array(1, 2, 3, 4, 5, 6, 7))">
    <if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></if></td>