Found Image bbpress-loadmore-topics | Plugin Review Network Skip to Content

Plugin Review Network

Plugin Review Network

an eye on the best wordpress plugins
Show Sidebar Hide Sidebar
[+] Sidebar [-] Sidebar
Plugin:
Rated:
100%
5 Stars (2 votes)

Home

WP.Org

ReadMe

Support
  • Author:
    ckchaudhary
Version: 1.1
Requires: WP 3.5
Last Updated:3963 days ago
Downloads:1623
Installations: 70+
Usage Retention:4.31%
Tags:
    bbPress, bbpress load more, bbpress loadmore
Download Plugin Package

bbpress-loadmore-topics

Released on August 2, 2013.
Download Plugin Package

Version: 1.1

Load more topics with ajax

  • Description
  • FAQ
  • Changelog
  • Installation


Add a 'load-more' button in topics archive. On click of it, new topics are appended at the end of topics list.

The plugin has no setting, check the 'Installation' screen for more information.

Activated the plugin, but i don't see any load more link.

you can put following code in bbpress template file called loop-topics.php,

<?php if( function_exists( 'bbpresslmt_loadmore_button' ) ): ?> <?php bbpresslmt_loadmore_button(); ?> <?php endif; ?>

preferably inside <li class="bbp-body"> or <li class="bbp-footer">

And of course, you should copy template files into your theme/child theme and then make changes. Instructions.

1.1

  • Automatically display load more button at proper location.
  • Added security in ajax.
  • Small miscellaneous improvements.

1.0

Initial release


Install the plugin like you'd install any wordpress plugin.

The plugin will automatically add a loadmore button at the bottom of topics list.

+++++++++++++++++

Important:- If you are updating from old version of this plugin, chances are you might get 2 'load more' buttons. In that case:

  1. You can either remove the function call from your template file(which you'd have done earlier)

  2. Or, you can put the following code in your functions.php

remove_action( "bbp_template_after_topics_loop", "bbpresslmt_loadmore_button" );

+++++++++++++++++

In case, 'load more' button is not added automatically, you can put following code in bbpress template file called loop-topics.php,

<?php if( function_exists( 'bbpresslmt_loadmore_button' ) ): ?> <?php bbpresslmt_loadmore_button(); ?> <?php endif; ?>

preferably inside <li class="bbp-body"> or <li class="bbp-footer">

And of course, you should copy template files into your theme/child theme and then make changes. Instructions.

+++++++++++++++++++

If you want to add the button in a different place:

  1. Remove original button by adding following code in your theme's functions.php file: remove_action( "bbp_template_after_topics_loop", "bbpresslmt_loadmore_button" );

  2. Add following code where you want the button to appear: <?php if( function_exists( 'bbpresslmt_loadmore_button' ) ): ?> <?php bbpresslmt_loadmore_button(); ?> <?php endif; ?>


 

Click here to cancel reply.

Click here to cancel reply.


*

*


Please copy the string WCgQVi to the field below:

Home | Sitemap | Contact
Network Skin Theme for BioShip by WordQuest
Password Reset
Please enter your e-mail address. You will receive a new password via e-mail.