ScReaM_
02-07-2007, 03:43
Yapımcı: SkyCatcher
vB Orj. Link: http://www.vbulletin.org/forum/showthread.php?t=138461
TR: ScReaM_
-----------------------------------------------------------------------------
AcıkLama: Konu Önizlemesi Gelişmiş Bir Görüntü Alır :)
-----------------------------------------------------------------------------
Ekteki Dosyaları Şu Şekilde FTP'nize Atın ;
ajax_postpreview.js => /forumroot/js Dizinine
ajax_postpreview.css => /forumroot/css Dizinine
showthread_ajax.php => /forumroot
Örnegin ;
/forum/js/ajax_postpreview.js
/forum/css/ajax_postpreview.css
/forum/showthread_ajax.php
"threadbit" TempLaTesinde ßuLun ;
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
DeisTirin ;
<if condition="is_member_of($vbulletin->userinfo, $postpreviewusergroups) || $vbulletin->options[ajaxpostpreview_enable] == 0 || in_array($forumid, array($vbulletin->options['ajaxpostpreview_forums']))">
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
<else />
<td class="alt1" id="td_threadtitle_$thread[realthreadid]">
</if>
BuLun ;
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
Deistirin ;
<if condition="is_member_of($vbulletin->userinfo, $postpreviewusergroups) || $vbulletin->options[ajaxpostpreview_enable] == 0 || in_array($forumid, array($vbulletin->options['ajaxpostpreview_forums']))">
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
<else />
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if> onmouseover="showIbox('showthread_ajax.php?$session[sessionurl]t=$thread[threadid]',this, true);return false">$thread[threadtitle]</a>
</if>
"header" TempLaTesinin En Altına EqLeyin ;
<script type="text/javascript" src="js/ajax_postpreview.js"></script>
<link rel="stylesheet" href="css/ajax_postpreview.css" media="screen" type="text/css">
Son Olarak Ekteki XML Dosyasını Import Edin..
vB Orj. Link: http://www.vbulletin.org/forum/showthread.php?t=138461
TR: ScReaM_
-----------------------------------------------------------------------------
AcıkLama: Konu Önizlemesi Gelişmiş Bir Görüntü Alır :)
-----------------------------------------------------------------------------
Ekteki Dosyaları Şu Şekilde FTP'nize Atın ;
ajax_postpreview.js => /forumroot/js Dizinine
ajax_postpreview.css => /forumroot/css Dizinine
showthread_ajax.php => /forumroot
Örnegin ;
/forum/js/ajax_postpreview.js
/forum/css/ajax_postpreview.css
/forum/showthread_ajax.php
"threadbit" TempLaTesinde ßuLun ;
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
DeisTirin ;
<if condition="is_member_of($vbulletin->userinfo, $postpreviewusergroups) || $vbulletin->options[ajaxpostpreview_enable] == 0 || in_array($forumid, array($vbulletin->options['ajaxpostpreview_forums']))">
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
<else />
<td class="alt1" id="td_threadtitle_$thread[realthreadid]">
</if>
BuLun ;
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
Deistirin ;
<if condition="is_member_of($vbulletin->userinfo, $postpreviewusergroups) || $vbulletin->options[ajaxpostpreview_enable] == 0 || in_array($forumid, array($vbulletin->options['ajaxpostpreview_forums']))">
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
<else />
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if> onmouseover="showIbox('showthread_ajax.php?$session[sessionurl]t=$thread[threadid]',this, true);return false">$thread[threadtitle]</a>
</if>
"header" TempLaTesinin En Altına EqLeyin ;
<script type="text/javascript" src="js/ajax_postpreview.js"></script>
<link rel="stylesheet" href="css/ajax_postpreview.css" media="screen" type="text/css">
Son Olarak Ekteki XML Dosyasını Import Edin..