bbPress Plugin Browser »

bbPages (0.0.2)

Download

Version: 0.0.2

Last Updated: 2008-8-11

Compatible up to: 1.0-dev

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

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

Your Rating

Author: F.Thion

This plugin allows you to create, edit and delete static pages within your bbPress forum, using simple managment panel, and then display them on your forum :). You can see demo of this plugins here: http://forums.astateofmind.eu/


  1. nice ill try it later

    Posted: 3 years ago #
  2. list pages?code

    <?php wp_list_pages(); ?>

    Posted: 3 years ago #
  3. jsamlarose

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    I'm on 1.0 alpha and it works as expected. Nice one.

    Posted: 3 years ago #
  4. On the admin screen, I'm getting this error: Warning: Invalid argument supplied for foreach() in /home/username/public_html/bb-plugins/bb-pages/bb-pages.php on line 91

    What can I do to get rid of it?

    Posted: 3 years ago #
  5. I got that too, until I created my first page. I don't think it adversly affects anything, though.

    Posted: 3 years ago #
  6. aberrantphoto

    Member

    Hello,

    I'm not seeing my pages listed. Is there supposed to be a link somewhere? I can see the page when I click on "view" from inside the admin, but on the homepage, no pages are showing. Any ideas?

    By the way, your demo link is not working.

    Posted: 2 years ago #
  7. Does it still work with bbpress 1.0? I made it work a year ago but now i come up with "page not found" when trying to view the page. I tried to switch between different permalink types in CP to no joy whatsoever. I can create and edit the page but it does not want to show up @ the front. It seems that author gave up on development of this plugin ...

    Posted: 2 years ago #
  8. I'm also looking for this functionality. I can't get the template version to work in 1.0 either: http://bbpress.org/forums/topic/add-a-page-to-my-template?replies=6#post-55900

    Posted: 2 years ago #
  9. I'm using topics as static pages.

    Posted: 2 years ago #
  10. Not working for me either, keep getting "page not found"

    Posted: 2 years ago #
  11. can somebody else update this plugin?

    it has potential (e.g Blog, News, Gallery, Chatclient, FAQ, IFrame, Shop, Stats, etc)

    it would be cool to have such a page as startpage

    Posted: 2 years ago #
  12. hello buddies..
    In the end... I've found the bugs in this plugin. The developer made a minute mistake in naming files and their placement. just try this out and enjoy this plugin. and leave comments after using.

    here is it's bug free download link.

    http://softinfo.info/2009/10/bb-pages-plugin-bug-free-final-release/

    Posted: 2 years ago #
  13. heredia21

    Member

    it doesnt show up under plugins

    Posted: 2 years ago #
  14. First off, I would like to thank the original Author, F.Thion. Secondly I would like to give kudos to softinfo for updating the script. Now, this plugin needs to be updated and improved as it is a very useful one. It needs things like pretty urls, WYSIYWYG editor, etc. Anyone for the task?

    Posted: 2 years ago #
  15. timeanomaly

    Member

    i;m using latest trunk bbpress. here is how i made it work:
    page.php in root directory
    ===========================

    <?php
    require_once('./bb-load.php');
    $page_id = 0;
    
    if ( $_GET['page_id'] > 0 )
        $page_id = intval($_GET['page_id']);
    
    if ( $page_id == 0 )
    	bb_die(__('Page not found.'));
    
    do_action( 'bb-page.php', $page_id );
    bb_load_template( 'page.php', array('bb_db_override', 'page_id') );
    ?>
    Posted: 1 year ago #
  16. Loader

    Member

    anybody can repost fixed plugin?

    Posted: 1 year ago #
  17. page not found

    Posted: 1 year ago #
  18. kalakrima

    Member

    Hello,

    When I want to delete a page, I have this message :
    "Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /homez.349/blogmish/www/bbpress/bb-includes/backpress/class.bpdb.php on line 684

    Warning: preg_match() expects parameter 2 to be string, array given in /homez.349/blogmish/www/bbpress/bb-includes/backpress/class.bpdb.php on line 688

    Page deleted..."

    I google it, but I didn't find any answer about my problem.
    Can you help me to fix it?

    Posted: 1 year ago #
  19. Thanks timeanomaly! Your fix worked perfectly. Anyone looking to make this plugin work with 1.0.3 should try that first.

    Posted: 1 year ago #

RSS feed for this topic

Add a Comment

You must log in to post.