Bienvenido a Klr20mg

Cronicas de un desarrollador

Actualmente soy Jefe de Desarrollo del area Flash en Sapotek de México en la cual trabajo desde hace mas de 4 años. Desarrollando aplicaciones en Flash para Web mas comúnmente llamadas (RIAs)

Estas en : Blog » Bbpress::Live Comment Preview Plugin
  • Decrease font size
  • Default font size
  • Increase font size
  • color default
  • color verde
  • color azul
Bbpress::Live Comment Preview Plugin
February 13th, 2008

Hi.

This is a simple preview plugin for BBpress Forums

Description

Provide users with a live comment preview before submit. show it in the same page using Ajax

Installation

-Add the `live_comment_preview` folder to bbPress' `my-plugins/` directory.
-Activate the plugin in your admin area
-Add the code:

PHP:
  1. <php add_live_comment_preview("View Preview");>

to your topic.php file, where you want to show the preview's area.

ie. before the post form something like that

PHP:
  1. <?php if ( topic_is_open( $bb_post->topic_id ) ) :>
  2. <?php add_live_comment_preview("View Preview");>
  3. <?php post_form();>
  4. <?php else :>

-Also, you can edit the CSS file (style.css) to adapt the design to your template.

CSS:
  1. @charset "utf-8";
  2. /* CSS Document for live comment preview plugin*/
  3.  
  4. /* *
  5. * small header that show the preview title
  6. * */
  7.  
  8. #live_preview_header
  9. {
  10.     font-family: Georgia, "Times New Roman", Times, serif;
  11.     font-size: 12px;
  12.     background-color: #CAEAFF;
  13.     text-align: center;
  14. }
  15. /* *
  16. * Div where the submit button are
  17. * */
  18. #live_comment_preview_button_div
  19. {
  20.     float:right;
  21. }
  22.  
  23. /* *
  24. * Submit button class
  25. * */
  26. #live_comment_preview_submit
  27. {
  28. }
  29. /* *
  30. * Div where the preload image are
  31. * */
  32. #live_comment_preview_loading
  33. {
  34. }
  35. /* *
  36. * Div where the preview text show
  37. * */
  38. #live_comment_preview_main_content
  39. {
  40. }

Enjoy.

Download

Files

download

Download: live_comment_preview.zip
Version: 0.1
Updated: February 13 2008
Size: 4.94 KB
 

 Blog editado por:

Enrique Chavez aka Tmeister
Si los codigos de este sitio te han ayudado y gustas ayudar de alguna forma:

 Compra Links

 Suscribete


AddThis Social Bookmark Button

 Archivo

2008
2007
2006
2005
2004