
LmbBox Comment Quicktags diğer bir değişle yorum yazarken hemen formun üstünde bize yardımcı olacak butonlar denilebilir.
Kurulum basit,fakat biraz CSS işi var oda size kalmış bir durum neyse ben kabaca anlatayım.indirdiğiniz dosyadan çıkan LmbBox Comment Quicktags isimli php dosyasını,FTP adresinizdeki wp-content/plugins klasörüne yolluyorsunuz.
ilk önce bu kısmı CSS dosyanızın en altına yapıştırıp kaydediyorsunuz.
-
/*---------------------- Comment Quicktags ---------------------------*/
-
/* Main Span */
-
#comment_quicktags {
-
text-align: left;
-
margin-left: 1%;
-
}
-
/* Button Style */
-
#comment_quicktags input.ed_button {
-
background: #F4F4F4;
-
border: 1px solid #D6D3CE;
-
color: #000000;
-
font-family: Georgia, "Times New Roman", Times, serif;
-
margin: 1px;
-
width: auto;
-
}
-
/* Button Style on focus/click */
-
#comment_quicktags input:focus.ed_button {
-
background: #FFFFFF;
-
border: 1px solid #686868;
-
}
-
/* Button Lable style */
-
#comment_quicktags #ed_strong {
-
font-weight: bold;
-
}
-
/* Button Lable style */
-
#comment_quicktags #ed_em {
-
font-style: italic;
-
}
-
-
#### Edit the Quicktag Buttons ####
Ardından
temanızın comments.php dosyasına bu kodlardan hemen sonra
-
<?php endif; ?>
bu kodu
-
<?php if (function_exists('lmbbox_comment_quicktags_display')) { lmbbox_comment_quicktags_display(); } ?>
-
-
<!-- <small><strong>XHTML:</strong> You can use these tags: <?php echo allowed_tags(); ?></small> //-->
-
-
<textarea name="comment" id="comment" cols="100%" rows="12" tabindex="4" onkeyup="ReloadTextDiv();"></textarea>
yerleştiriyoruz olay tamam.İngilizce versiyon
LmbBox Comment Quicktags İndir






işte bu eklenti kullanılır.
yazılan yorumlar tek tip ot gibi olmasın
12 Ağustos 2007