Vbulletin'de Hızlı Cevap Kısmına Smilies (smiley) Eklemek

Linux

Member
Kullandığınız Tema'da showthread_quickreply de aşağıdaki kodları bulun;

Kod:
<textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:600px; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]"></textarea>
</if>
</div>

Hemen altına ekleyin
Kod:
<if condition="$show['editor_toolbar']">
<div>[<a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false">Daha Fazla Smiley </a>]</div>
</if>

Kaydedin ve işlem tamam.
Artık hızlı mesajınızın altında da smiley ifadeler mevcut.
 
Üst