bbPress

Simple, Fast, Elegant

bbPress plugin browser »

Add Titles to Replies (0.2.1)

Download

Version: 0.2.1

Other Versions

Last Updated: 2007-3-31

Requires bbPress Version: 0.8 or higher

Compatible up to: 0.8.1

Author Homepage »

Plugin Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(1)

Your Rating

Author: Louise Dade

Plugin Name: Add Titles to Replies

Plugin URI: http://www.classical-webdesigns.co.uk/articles/36_bbpress-plugin-add-titles-to-replies.html

Description: Allows users to add a title to their replies to topics, and displays the latest replies (by title) to discussions on the front page and a user's profile page.

Author: Louise Dade

Author URI: http://www.classical-webdesigns.co.uk/

Version: 0.2.1


  1. Whenever i click download for this file the zip comes up blank.

    Posted: 1 year ago #
  2. Instead of requiring that people add the install function to their template for one page view, you can do it during activation of the plugin itself.

    Simply add this line above the two add_action calls:

    bb_register_activation_hook(__FILE__, 'ld_install_title_field');

    and the DB table alteration will happen when the plugin is activated

    Posted: 11 months ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.