Search Results for 'buddypress'
-
Search Results
-
Topic: BuddyPress WP theme
is there a BuddyPress WordPress theme?
I want a theme for my blog that will look similar to the social network.
config: wpmu 2.6.5
buddypress: latest trunk
I just installed the new index file in profile (rev 842) from the trunk and get this error on member profile page:
i only use the base group and one custom group
Fatal error: Call to undefined function bp_custom_profile_sidebar_boxes() in /…/…/…/…/…/…/wp-content/member-themes/buddypress-member/profile/index.php on line 23
can you tell what i do wrong ?
I’m in the process of building a collection of plugins for my site, and want to replicate the directories as seen in blogs and groups for my custom content.
After carefully reviewing the code, I found the file bp-groups-directory-groups.php, and used it as a outline to build this sample file. the file doesn’t load correctly, it shows “The page you were looking for was not found. ” and “Sorry, that page was not found”. Here is my php code, hopefully it will post ok into the forum. I understand this a minimal example, but it should work? What am I missing?
/wp-content/mu-plugins/bp-sample.php
<?php
/*
* Created on Jan 13, 2009
*
* Project Buddypress Addons
*
* File bp-sample.php
*
*/
function samples_directory_samples_setup() {
global $bp, $current_blog;
$bp = array( ‘slug’ => ‘samples’ );
if ( $bp == $bp && $bp == ” ) {
add_action( ‘bp_template_content’, ‘samples_directory_samples_content’ );
add_action( ‘bp_template_sidebar’, ‘samples_directory_samples_sidebar’ );
if ( file_exists( TEMPLATEPATH . ‘/plugin-template.php’ ) )
bp_catch_uri(‘plugin-template’);
else
wp_die( __( ‘To enable the sample directory you must drop the “plugin-template.php” file into your theme directory.’, ‘buddypress’ ) );
}
}
add_action( ‘wp’, ‘samples_directory_samples_setup’, 5 );
function samples_directory_samples_content() {
echo “sample content”;
}
function samples_directory_samples_sidebar() {
echo “sample sidebar”;
}
?>
If I edit bp-groups-directory-groups.php, and change it to this:
add_action( ‘bp_template_content’, ‘gifts_directory_gifts_content’ );
add_action( ‘bp_template_sidebar’, ‘gifts_directory_gifts_sidebar’ );
You can see the results here:
http://gorgeousgamers.com/beta/groups
Now it shows the gifts, and not the groups. What is different, that my sample isn’t working? Any suggestions?
Thanks for any feedback
Brad
Sometimes when my test members login it goes to the traditional wordpress backend instead of the Buddypress members theme…how do I stop it from doing that? I want it to only go to the Buddypress members page/theme and not the traditional wordpress backend page. Can any one help? Thanks so much!
Topic: No tables created
Hi, I’ve tried to install WordPress MU & Buddypress on a 1and1 server I got,
All is going well, but when I tried to create a group I discovered that the tables of BuddyPress were not created at all in my database
Anybody know a way to fix that ? Do I have to manually create those tables ? If yes what’s the beginning of the table name ? (like wp_bp_groups)

I recently installed buddypress and everyworks fine but Comments widget. It doesn’t give any error but it just shows the comments on the main blog, not the sitewide comments as the blogs widget does.
The wpmu installation is based in directories, not in subdomains. But it doesn’t affect when showing last posts, so I guess it shouldn’t have any problem with the comment system.
I’ve been searching around but I can’t see anyone having the same problem. Any ideas?
[The website is http://wp.gracianet.cat]