arkadaşlar yeni konu butonunun üyelere çıkmamasını istiyorum
bunu nasıl yapabilirim ?
yeni konu butonu üyelere çıkmasın
3
●260
- 15-08-2009, 16:19:11
- 15-08-2009, 16:25:01kardeş iyide kimse konu açmasınmı istiyorsun ne garib istekarmagedon66 adlı üyeden alıntı: mesajı görüntüle
- 15-08-2009, 16:30:48
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:09Kullandı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&noquote=1&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&noquote=1&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&noquote=1&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&noquote=1&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&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </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&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></if></td>
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.