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/
bbPress Plugin Browser »
bbPages (0.0.2)
Average Rating





Your Rating
Author: F.Thion
-
nice ill try it later
Posted: 3 years ago # -
list pages?code
<?php wp_list_pages(); ?>
Posted: 3 years ago # -
I'm on 1.0 alpha and it works as expected. Nice one.
Posted: 3 years ago # -
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 # -
I got that too, until I created my first page. I don't think it adversly affects anything, though.
Posted: 3 years ago # -
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 # -
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 # -
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 # -
I'm using topics as static pages.
Posted: 2 years ago # -
Not working for me either, keep getting "page not found"
Posted: 2 years ago # -
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 # -
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 # -
it doesnt show up under plugins
Posted: 2 years ago # -
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 # -
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 # -
anybody can repost fixed plugin?
Posted: 1 year ago # -
page not found
Posted: 1 year ago # -
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 684Warning: 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 # -
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 #
Add a Comment
You must log in to post.