I have been looking for a way to allow my blog readers to create a profile on the site as a way to build community.
I just want a setup that will allow users to create a basic profile and have a basic profile page
-name
-picture
-recent comments
-number of comments
-member since
etc
I heard that bbpress would be a good way to do this, but I don’t actually want the forum, just user profile pages for all of their activity on the site. (mostly commenting etc)
Is this possible?
Thanks,
Rebtl
Hi,
I was wondering if anyone is able to help me with the following query:
Is there a way to display the posters location underneath their username on a topic page?
Any help would be greatly appreciated.
Thanks
I am wanting to develop some bbPress themes but would like to know the status on bbPress itself??
Also, are there changes coming to the software that will completely change the way themes are developed? or will themes remain the same??
Basically, what’s going on here with Sam and _CK_ gone?… which is very disappointing.
We are experiencing issues, there is no “Add new topic” option on any of the forums pages.
We are runnning bbpress 1.0.2 / WPMU 2.8.6 / Buddypress 1.1.3 – http://ancestry24.com/forums
We currently have bbPress XML-RPC publishing protocol enabled.
We have reviewed – https://bbpress.org/forums/topic/add-new-topic-link-missing-from-installation
– https://bbpress.org/forums/topic/bbpress-post-topic-gives-error
– https://bbpress.org/forums/topic/cant-post-to-forums
I get this whenever a new user tries to register.
Warning: include() [function.include]: Failed opening ” for inclusion (include_path=’.:/usr/services/vux/lib/php’) in /data/20/1/161/72/1976724/user/2159081/htdocs/bbpress/bb-includes/functions.bb-template.php on line 45
Any help would be appreciated.
i have a forum modified from the kakumei theme,
my forum
On the homepage on my site i have a button called ‘register’ that links tot the register page
How do i make the button disappear when a user is logged in
Cause it make no sense if there is a register button when you already logged in.
Hi all
Hope someone here can help me. I have translated 1.0.2 to a foreign language and all is fine…almost
)
I can“t figure out why the data and time is still in english?. All looks fine in the .po file, but maybe i am missing something here?
Thanks
Michael
Is it possible to change the default “Member” link benath nicks to something else?
I would like to change it to “info”.
Has anyone got BBPress Polls working perfectly with version 1.02?
I tried it a few months back, and didnt turn out good.
Is there any other poll plugins that works?
Hello,
I have successfully integrated bbpress 1 and lastest wordpress but having trouble with the header and footer in the forum..
This is what I have done so far…
Copied and renamed kakumei to my-templates/newtheme/
Added <?php get_header(); ?> & <?php get_footer(); ?> to all the required php files.
I then added
define(‘WP_BB’, true);
if ( !defined(‘DB_NAME’) ) {
require_once( dirname(__FILE__) . ‘/../wp-config.php’);
}
define(‘WP_BB’, true);
if ( !defined(‘DB_NAME’) ) {
require_once( dirname(__FILE__) . ‘/../wp-blog-header.php’);
}
to the bb-config.php
& then added
<link rel=”stylesheet” href=”/discussions/my-templates/newtheme/style.css” type=”text/css” media=”screen” />
<link rel=”stylesheet” href=”/discussions/my-templates/newtheme/style-rtl.css” type=”text/css” media=”screen” />
to the WP theme header.php
The forum shows up in the with what looks like the header and footer of my WP theme…
I have a problem with all the css not working… Does adding the url for the css in the WP theme header work or do i need to do this another way?
Thanks