IRCForum - IRC ve mIRC Kullanıcıları Topluluğu

IRCForum - IRC ve mIRC Kullanıcıları Topluluğu (https://www.ircforum.gen.tr/)
-   vBulletin (https://www.ircforum.gen.tr/vbulletin/)
-   -   Üye Olmayanlar Konu İçerisindeki Yazıyı Göremesinler (https://www.ircforum.gen.tr/vbulletin/121-uye-olmayanlar-konu-icerisindeki-yaziyi-goremesinler.html)

SynaX 30-Aralık-2024 17:26

Üye Olmayanlar Konu İçerisindeki Yazıyı Göremesinler
 
Admin Panel >Style Yöneticisi >Temaları Düzenle >postbit_legacy templatesini açıyoruz ve aşağıdaki kodu buluyoruz.


Kod:

<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->

Aşağıdaki kodlarla değiştiriyoruz.


Kod:

<!-- Post extension -->
        <if condition="$show['guest']">
        <div id="post_message_$post[postid]">$post[message]...</div><div class="smallfont"><a href="register.php">Register</a> to view all the text in posts. :)</div>
       
        <else />
       
        <!-- message -->
        <div id="post_message_$post[postid]">$post[message]</div>
        <!-- / message -->
       
        </if>
        <!-- / Post extension -->



Forum saati GMT +3 olarak ayarlanmıştır. Şu an saat: 19:18

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.