31-Aralık-2024, 15:42
|
#1 |
| vBulletin Mesajları Ziyaretçilerden Gizleme Postbit_legacy kodlarında bulun: Kod <if condition="$show['attachments']"> Buraya kadar silin Kod <!-- message -->
<div id="post_message_$post[postid]">
$ad_location[ad_showthread_firstpost_start]
$post[message]
</div>
<!-- / message -->
Sildiğiniz yere ekleyin Kod <!-- Gizli mesaj başlıyor--->
<if condition="$show['guest']">
<p align="center"><font size="4" face="Arial Black">Mesajın İçeriğini Görmek İçin <a href="register.php">
<font color="#3366CC">Üye</font></a> Olmanız Gerekmektedir...
<br><br>
<a href="register.php"><img src="http://img285.imageshack.us/img285/4905/uyeolvb3.gif" border="0" alt="" /></a>
</font>
</p>
</div>
<else />
<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
</if>
<!-- Gizli mesaj bitti -->
|
| |