-тнє αLуx-
Kullanıcı











7
- Katılım
- 21 Tem 2009
- Mesajlar
- 7,782
- Tepkime puanı
- 0
- Yaş
- 38


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 -->
