Search Results for 'bbpress'
-
Search Results
-
I need to have access to all the emails or export them.
Topic: question
I’m stuck at the part in the instalation that says “Visit the intended URL of the bbPress site”
my site is a wordpress site, but the main domain name is the root
jollysquirrel.com
I have uploaded the uncompressed bbpress zip file to my server
what is the intended URL mean?
Hi, I’m working on a plugin for the bbpress plugin version. I’m trying to add private messages to the bbpress plugin, and I have already done a lot of work on it.
My problem is I’m trying to add a page in the bbpress profile to display the private messages. I’m trying to do it by modifying /bbpress/bbp-themes/bbp-twentyten/bbpress/user.php so it looks like this:
$_GET["page"] = $wpbbpmpage;
if( $wpbbpmpage == recieved ) {
get_template_part( ‘bbpress/user’, ‘pm-recieved’ );
}
elseif( $wpbbpmpage == sent ) {
get_template_part( ‘bbpress/user’, ‘pm-sent’ );
}
else {
// Profile details
get_template_part( ‘bbpress/user’, ‘details’ );
// Subsciptions
get_template_part( ‘bbpress/user’, ‘subscriptions’ );
// Favorite topics
get_template_part( ‘bbpress/user’, ‘favorites’ );
// Topics created
get_template_part( ‘bbpress/user’, ‘topics-created’ );
}
So that when the url is http://siteurl.com/users/username/?page=sent a list of all the private messages that the user sent will be displayed, and when the url is http://siteurl.com/users/username/?page=recieved a list of all the private messages that the user has received will be displayed. Right now the code isn’t working, and I have no idea why. If someone could tell me where I’m going wrong, I would appreciate it a lot.
NOTE: This is my first wordpress plugin, and I’m pretty proud of myself for coming this far

Thank’s for your help,
-Christofian
Hi, I have the following problem. Well, I installed the latest version of WordPress and bbPress. The installation went without any problems. Now I want to insert a bbPress page to WordPress, the integration of cookies and users already have.
PS. I’m Polish and I know little English.
Hello, I’m interested in installing bbpress in the wordpress plugins folder. Is this possible?
/wp-content/plugins/bbpress/
Then I want the forums to run on : http://website.com/forums/
I also want to integrate it with wordpress afterwards.
Topic: bbPress disappears
Hi,
I’ve found this perfect app http://newstatpress.altervista.org/ . But when I activates it my bbPress-forum disappears. Why this, and how to solve it?
Best regards!
Thanks
I installed bbpress the other day, I then found that when i tried to edit the theme I got error messages, so I reuploaded bbpress, and now i’ve got error messages at the top, http://technomaniacs.co.uk/bbpress/bb-admin/install.php, take a look for yourself. The code is in white at the top so you’ll have to highlight it to read it. Also, when i installed the first time i think these error messages where there then.
How do i fix this?
thanks