7
EXE RANK
-тнє αLуx-
Fexe Kullanıcısı
Puanları
0
Çözümler
0
- Katılım
- 21 Tem 2009
- Mesajlar
- 7,782
- Tepkime puanı
- 0
- Puanları
- 0
- Yaş
- 38
- Web sitesi
- www.netbilgini.com
Admin Panel >> Style Yöneticisi >> Temaları Düzenle >> postbit_legacy templatesini açıyoruz ve aşağıdaki kodu buluyoruz.
PHP- Kodu:
Aşağıdaki kodlarla değiştiriyoruz
PHP- Kodu:
PHP- Kodu:
<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
Aşağıdaki kodlarla değiştiriyoruz
PHP- Kodu:
<!-- 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 -->
<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.

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