Follow me @Tmeister

Bbpress::Live Comment Preview Plugin

Posted by Tmeister On February - 13 - 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 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 if ( topic_is_open( $bb_post->topic_id ) ) : >
<?php add_live_comment_preview("View Preview"); >
<?php post_form(); >
<?php else : >

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

@charset "utf-8";
/* CSS Document for live comment preview plugin*/

/* *
* small header that show the preview title
* */

#live_preview_header
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #CAEAFF;
	text-align: center;
}
/* *
* Div where the submit button are
* */
#live_comment_preview_button_div
{
	float:right;
}

/* *
* Submit button class
* */
#live_comment_preview_submit
{
}
/* *
* Div where the preload image are
* */
#live_comment_preview_loading
{
}
/* *
* Div where the preview text show
* */
#live_comment_preview_main_content
{
}

Enjoy.

Download

Files

download

Download: live_comment_preview.zip
Version: 0.1
Updated: February 13, 2008
Size: 4.94 KB
Acerca de mi
Enrique Chavez

Enrique Chávez también es conocido como @Tmeister es un desarrollador, emprendedor, poeta y loco.

Geek autodeclarado y apasionado de todo lo que tiene que ver con tecnología y desarrollo.

Cuenta con una experiencia de más de 7 años en el ramo del desarrollo, creando, sobre todo, aplicaciones web en la empresa Sapotek.

A finales del 2008 crea, junto con 3 colegas, la consultoría llamada AureaCode, enfocándose a brindar servicios de desarrollo web en todas sus variantes.

Si necesitas algún tipo de información o consulta por favor no dude en escribir.

View Enrique Chávez's profile on LinkedIn

Carlos Enrique Chavez Garcia's VisualCV

RSS Feed

Links Patrocinados