Hafta içi her gün 20:00 - 21:00 arası "DJ ÖZEL" ile "Keyf-i Müzik" programını dinlemek için TIKLAYINIZ

Hafta sonu 15:00 - 16:00 arası "DJ EMRE" ile "Müzik Ekspres" programını dinlemek için TIKLAYINIZ

Canlı yayını dinlemek için bilgisayarınızda WINAMP kurulu olmalıdır.WINAMP indirmek için TIKLAYINIZ
forumENA - Knight Online , KOXP

 

Hızlı Cevap Seçeneğinde Smiliesler Gözüksün

3.0.x Show Thread & Post Eklentileri içinde Hızlı Cevap Seçeneğinde Smiliesler Gözüksün konusu , showthread.php dosyasını açın ve bu kodu bulun PHP Kodu: 'pollresult' ,  altına bu kodları ekleyin PHP Kodu: // smiles quichreply par Megatekno      'editor_smilie_wysiwyg' ,      'editor_smiliebox_quickreply' ,      'editor_smiliebox_quickreply_row' ,      'editor_smilie_standard' , ...







Geri Dön   forumENA - Knight Online , KOXP > vBulletin > vBulletin 3.0.x > 3.0.x Show Thread & Post Eklentileri

KAYIT OL Yönetim Takımı Üye Listesi Tüm konuları okunmuş kabul et
Eski 08-01-2006, 22:41   #1 (permalink)
Forumun Kalbi
 
DJ PİSAGOR - ait Avatar
 
Üyelik Tarihi: 06-12-2005
Yer: İZMİR/BORNOVA
Yaş: 23
Mesajlar: 8,116
Rep Gücü: 500
Rep Puanı: 11692
DJ PİSAGOR Rütbe: +14DJ PİSAGOR Rütbe: +14DJ PİSAGOR Rütbe: +14DJ PİSAGOR Rütbe: +14DJ PİSAGOR Rütbe: +14DJ PİSAGOR Rütbe: +14DJ PİSAGOR Rütbe: +14DJ PİSAGOR Rütbe: +14DJ PİSAGOR Rütbe: +14DJ PİSAGOR Rütbe: +14DJ PİSAGOR Rütbe: +14
5 Hızlı Cevap Seçeneğinde Smiliesler Gözüksün


showthread.php dosyasını açın ve bu kodu bulun
PHP Kodu:
'pollresult'

altına bu kodları ekleyin
PHP Kodu:
// smiles quichreply par Megatekno
    
'editor_smilie_wysiwyg',
    
'editor_smiliebox_quickreply',
    
'editor_smiliebox_quickreply_row',
    
'editor_smilie_standard',
    
'editor_smiliebox_row',
// smiles quichreply par Megatekno 

bunu bulun
PHP Kodu:
require_once('./includes/functions_editor.php'); 

altına bunları ekleyin
PHP Kodu:
// smiles quichreply par Megatekno
construct_smilies($allowsmilie);
// smiles quichreply par Megatekno 

bu kodu bulun
PHP Kodu:
eval('print_output("' fetch_template('SHOWTHREAD') . '");'); 

altına bu kodları ekleyin
PHP Kodu:
// ###################### Start smiles quichreply par Mégatekno #######################
function construct_smilies($text ''$allowsmilie 1)
{
// templates generated by this function
global $DB_site,$vboptions$smiliebox$vbphrase;
if (!
defined('DOTOOLBAR'))
{
define('DOTOOLBAR'is_wysiwyg_compatible());
}
$wysiwyg iif(DOTOOLBAR == 210);
if (
DOTOOLBAR)
{
if (
DOTOOLBAR == 2)
{
if (
$text){
    }
     
$smilietemplate 'editor_smilie_wysiwyg';
         } else {
$smilietemplate 'editor_smilie_standard';
}
}
$smiliebox '';

if (
$allowsmilie)
{
        if (
DOTOOLBAR AND $vboptions['smtotal'] > OR $vboptions['wysiwyg_smtotal'] > 0)
{
// query smilies
$smilies $DB_site->query("
    SELECT smilieid, smilietext, smiliepath, smilie.title,
    imagecategory.title AS category
    FROM " 
TABLE_PREFIX "smilie AS smilie
    LEFT JOIN " 
TABLE_PREFIX "imagecategory AS imagecategory USING(imagecategoryid)
    ORDER BY imagecategory.displayorder, smilie.displayorder
"
);
// get total number of smilies
$totalsmilies $DB_site->num_rows($smilies);
if (
$totalsmilies == 0)
{
    
$smiliebox '';
}
else
{
    if (
DOTOOLBAR == OR (DOTOOLBAR == ))
    {
                        
// NON-WYSIWYG smilie click box
     
$smcache = array();
     
$smiliesbits '';
     
$i 0;
     while (
$smilie $DB_site->fetch_array($smilies) AND $i++ < $vboptions['smtotal'])
     {
     
$smcache["$smilie[category]"][] = $smilie;
     }
     
$DB_site->free_result($smilies);
     foreach(
$smcache AS $category => $smilies)
     {
     
$bits = array();
     foreach (
$smilies AS $smilie)
     {
     
$smilie['smilietext'] = addslashes($smilie['smilietext']);
     eval(
'$bits[] = "' fetch_template($smilietemplate) . '";');
     if (
sizeof($bits) == $vboptions['smcolumns'])
     {
        
$smiliecells implode(''$bits);
        eval(
'$smiliebits .= "' fetch_template('editor_smiliebox_quickreply_row') . '";');
        
$bits = array();
     }
     }
     
// fill in empty cells if required
     
$remaining sizeof($bits);
     if (
$remaining 0)
     {
     
$remainingcolumns $vboptions['smcolumns'] - $remaining;
     
$smiliecells implode(''$bits);
     eval(
'$smiliebits .= "' fetch_template('editor_smiliebox_row') . '";');
     }
     }
     
$show['moresmilieslink'] = iif ($totalsmilies $vboptions['smtotal'], truefalse);
     eval(
'$smiliebox = "' fetch_template('editor_smiliebox_quickreply') . '";');
    }
    
$DB_site->free_result($smilies);
}
}
}


showthread_quickreply isimli templte i açın ve bu kodu bulun
PHP Kodu:
style="width:600px; 

bununla değiştirin
PHP Kodu:
style="width:500px; 
bu kodu bulun
PHP Kodu:
<!-- / no-toolbar quick reply --> 
</if> 

altına bu kodu ekleyin
PHP Kodu:
<!-- smiles quichreply par Mégatekno -->
<
td class="panel">
<
div class="alt2" style="padding:$stylevar[cellpadding]px; border:1px inset; overflow:auto"$smiliebox</div> </td>
<!-- 
smiles quichreply par Mégatekno --> 

editor_smiliebox_quickreply isimli bir template oluşturun
PHP Kodu:
<!-- smiles quichreply par Mégatekno -->
<
script language="Javascript">
function 
open_smilie_window_pop(wysiwyg) { window.open
("misc.php?do=getsmilies&wysiwyg=" wysiwyg"open_smilie_window_pop""statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=240,height=300,top=10,left=600"); }
</script>

<table class="tborder" id="smiliebox" cellpadding="1" cellspacing="0" border="0" align="center"><tr><td>
<table cellpadding="3" cellspacing="0" border="0">
<tr align="center">
<td class="tcat" colspan="5">
<span class="smallfont"><b>$vbphrase[smilies]</b></span>
</td>
</tr>
<tr><td class="alt1">
$smiliebits
</tr></td>
<!-- conditional to show the 'get more' link -->
<if condition="$totalsmilies > $vboptions[smtotal]">
<tr align="center">
<td class="tcat" colspan="$vboptions[smcolumns]"><span class="smallfont"> [<a href="javascript:open_smilie_window_pop($wysiwyg)" title="<phrase 1="$vboptions[smtotal]" 2="$totalsmilies">$vbphrase[showing_x_smilies_of_y_total]</phrase>">$vbphrase[more]</a>]</span></td>
</tr>
</if>
<!-- end conditional -->
</table> 
</td></tr></table>
<if condition="$show['wysiwyg']">
<script type="text/javascript">
<!--
// init the WYSIWYG smilie box
open_smilie_window($wysiwyg);
//-->
</script>
</if> 

editor_smiliebox_quickreply_row isimli bir template daha oluşturun
PHP Kodu:
<tr align="center" valign="bottom" class="alt1">
$smiliecells
</tr

DJ PİSAGOR isimli üye çevrimiçidir (Online)  
Eski 31-07-2006, 00:46   #2 (permalink)
EN Açıkgözlü
 
succesfull - ait Avatar
 
Üyelik Tarihi: 13-03-2006
Mesajlar: 4
Rep Gücü: 0
Rep Puanı: 250
succesfull Rütbe: +6succesfull Rütbe: +6succesfull Rütbe: +6
Tanımlı


TeŞekkurler

succesfull isimli üyemiz çevrimdışıdır. (Offline)  
Eski 21-08-2006, 15:27   #3 (permalink)
Moderator
 
quentina - ait Avatar
 
Üyelik Tarihi: 19-08-2006
Yer: FmeaL / Fethiye/ MuğLa.
Mesajlar: 246
Rep Gücü: 40
Rep Puanı: 1024
quentina Rütbe: +7quentina Rütbe: +7quentina Rütbe: +7quentina Rütbe: +7quentina Rütbe: +7quentina Rütbe: +7quentina Rütbe: +7quentina Rütbe: +7
quentina - ICQ üzerinden mesaj gönder quentina - AİM üzerinden mesaj gönder quentina - MSN üzerinden mesaj gönder quentina - YAHOO üzerinden mesaj gönder
Tanımlı


sağ oll kardeş

quentina isimli üyemiz çevrimdışıdır. (Offline)  
 

Konu Yönetim Seçenekleri
Konu Gösterim Seçenekleri

Yetkileriniz
Yeni konu açamazsınız
You may not post replies
Mesajınıza dosya ekleyemezsiniz
Mesaj düzenleme yapamazsın

BB code is Açık
[IMG] Kodları Açık
HTML-Kodları Kapalı
Trackbacks are Kapalı
Pingbacks are Kapalı
Refbacks are Kapalı






En çok aranan 50 sonuç
Arama bulutu

1299 1299 data 1299 duvar hack 1299 full client 1299 gm komutları 1299 is koxp 1299 koxp 1299 wall hack 1709 seri cs andream server ardream server bedava d smart bifrost patch clan simgeleri d smart kaç para dragonfable dragonfable hileleri dönem ödevi kapağı forum ena forumena genco ko gerçek tecavüz gm komutları gta san andreas multiplayer hack shield hackshield hackshield hatası ko private server kohack mage server minicilip myko hack myko koxp mykohack noktako oto kutu toplama prokoxp pvp server ip leri pwp pwp serverlar seri cs seri cs 1709 seri skill special ko speed hack tecavüz videoları tecavüzvideo walkry patch youtubeye giriş zeusko


forumENA sistem saati: 17:34


Powered by vBulletin Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
-------------------------------------------------------------------------
Türkçeleştirme izmirlinihat tarafından yapılmaktadır
forumENA sitesi ENAhosting© tarafından barındırılmaktadır