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/)
-   -   vBulletin Mesajları Ziyaretçilerden Gizleme (https://www.ircforum.gen.tr/vbulletin/193-vbulletin-mesajlari-ziyaretcilerden-gizleme.html)

SynaX 31-Aralık-2024 15:42

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



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

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