tema,eklenti,worpress,plugins,theme
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.

CSS:
  1. /*---------------------- Comment Quicktags ---------------------------*/
  2. /* Main Span */
  3. #comment_quicktags {
  4. text-align: left;
  5. margin-left: 1%;
  6. }
  7. /* Button Style */
  8. #comment_quicktags input.ed_button {
  9. background: #F4F4F4;
  10. border: 1px solid #D6D3CE;
  11. color: #000000;
  12. font-family: Georgia, "Times New Roman", Times, serif;
  13. margin: 1px;
  14. width: auto;
  15. }
  16. /* Button Style on focus/click */
  17. #comment_quicktags input:focus.ed_button {
  18. background: #FFFFFF;
  19. border: 1px solid #686868;
  20. }
  21. /* Button Lable style */
  22. #comment_quicktags #ed_strong {
  23. font-weight: bold;
  24. }
  25. /* Button Lable style */
  26. #comment_quicktags #ed_em {
  27. font-style: italic;
  28. }
  29.  
  30. #### Edit the Quicktag Buttons ####

Ardından
temanızın comments.php dosyasına bu kodlardan hemen sonra

PHP:
  1. <label for="url"><strong>Web site</strong> <?php if ($req) echo "(İsteğe bağlı)"; ?></label></p>
  2. <?php endif; ?>

bu kodu

PHP:
  1. <?php if (function_exists('lmbbox_comment_quicktags_display')) { lmbbox_comment_quicktags_display(); } ?>
  2.  
  3.             <!-- <small><strong>XHTML:</strong> You can use these tags: <?php echo allowed_tags(); ?></small> //-->
  4.  
  5.             <textarea name="comment" id="comment" cols="100%" rows="12" tabindex="4" onkeyup="ReloadTextDiv();"></textarea>

yerleştiriyoruz olay tamam.İngilizce versiyon

http://www.wparsiv.com/wp-content/plugins/downloads-manager/img/icons/default.gif download: LmbBox Comment Quicktags (B)
added: 24/08/2007
clicks: 145
description: Eklenti


Etiketler: , , , , ,