Search Results for '\"wordpress\'
-
Search Results
-
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.
I am running an integrated bbPress 1.0.3 and WordPress 3.1. on http://gbiyh.blemishdesigns.com
I have the WP Require Auth plugin (http://johnny.chadda.se/projects/wp-require-auth/)
I need bbPress to redirect to the same WordPress login screen when not logged in.
Secondly, I would like to nest the forums in a WordPress page. Is this possible?
What I want in the end is to style WordPress based on this idea: http://gbiyh.blemishdesigns.com/MockUp/
With the forums I hope to end up with a structure like:
Main Topic> Click> Then a page with Main Topic Title with all sub topics below.
I’m not entirely sure I asked this right.
<3 Sin.
I wonder if anyone can help please. I have run an update to a WordPress site (created by someone else) that had bbpress integrated. I didn’t upgrade BBpress. Before the WP upgrade, the forum was working fine. However since the wordpress upgrade (from 2.9.2 to 3.1) we are having the following problems:
1) I cannot access the bbpress admin panel
2) The Forum is showing posts and topics but the reply form is missing (only the heading shows)
3) I cant see any way of creating posts, topics or threads so I presume something else is missing…
I had to rewrite the WordPress theme files as the original custom theme had been so badly coded / core hacked etc. I haven’t touched the custom bbpress theme so thought it would be something to do with that. So first thing I did was disable it and enabled the default bbpress theme (through phpmyadmin) but have exactly the same set of problems – which to me rules out a theme issue.
Anybody have any ideas where to start? Sorry I am not sure of bbpress version. Where do I find that?
Hi comm,
First of all, excuse the English. I’m better with French.
OK, I have WordPress installed on my machine and a bbPress deeply integrated (theme, cookies, users, etc…)
Everything worked fine until I activate the WP-Super-Cache, which made my bbPress “disappear”. When I access the forum system, only appears a blank screen, inclusive in the administrative panels.
I noticed that this only happens when the WP-Super-Cache is enabled and integrated with my theme of WordPress is selected. When one of them is disabled, both systems funscionam normally.
Is there any way to enable the WP-Super-Cache does not destroy my deep integration with bbPress?
Att,
Arthur Freitas.