Search Results for 'buddypress'
-
AuthorSearch Results
-
February 17, 2010 at 9:50 pm #63827
In reply to: BuddyPress-Links 0.3-RC is out
idotter
Participanti filled in everything http://img.skitch.com/20100217-p84sftggrt6fq26pfkbhrq5x3c.gif
February 17, 2010 at 9:33 pm #63825In reply to: BuddyPress-Links 0.3-RC is out
modemlooper
Moderatorthats not an error you have to fill in the title and description
February 17, 2010 at 9:33 pm #63824In reply to: BuddyPress-Links 0.3-RC is out
February 17, 2010 at 9:29 pm #63822In reply to: BuddyPress-Links 0.3-RC is out
idotter
Participantgreat thx … but i still have this “Please fill in all of the required fields” -Error
February 17, 2010 at 9:26 pm #63819In reply to: Facebook-Like-Chat Plugin for Buddypress?
edelwater
Participant@Mike Pratt : Bowob only requires to 1. install the plugin after that it shows on all subdomains and the main site at the footer. It takes 5 minutes to get up and running.
It also works fast and at the bowob site you have a configuration panel where you can set the admin, set to see the leave/join messages and so on. Users love it.
They have a problem currently however that if a user has a blog and he is signed in that the bowob bar will not appear. It will appear for other users and users who are not signed in. They are working on that.
So… I’m also putting in comet chat in between. This will be probably this week.
But.. I must say that arrowchat also looks nice. I cant wait however for that one to go live.
February 17, 2010 at 9:21 pm #63818In reply to: Buddymatic Theme and BuddyPress
modemlooper
ModeratorHas buddymatic been updated for BP 1.2?
February 17, 2010 at 9:14 pm #63816In reply to: BuddyPress-Links 0.3-RC is out
r-a-y
KeymasterJust testing this right now.
A couple of bugs:
-Right now, I have no links. I create a link, then head on over to the BP activity stream homepage and select “My Links”. Next, I decide I want to delete this one link, so I delete it and head back to the BP activity stream homepage. Because I deleted my only link, there is no active tab on the BP activity stream homepage and therefore, no activity is displayed. It should default back to the “All Members” tab.
-On the Links directory page, the time for my created link is off by 8 hours. It’s correct in the activity stream though.
-If you’re on the BP activity stream page, and you click on the “My Links” tab, if the filter isn’t set to “No Filter” or one of the other link filters, nothing will show up. This isn’t really a bug due to the way the dropdown filter is implemented in BP, but it’s not great usability-wise.
A couple of requests:
-On the Links directory page, is it possible to add a delete or admin button right next to the “comments” link for link owners or site admins?
February 17, 2010 at 8:57 pm #63814David Lewis
ParticipantI tweaked this for my needs. It now takes the ugly slugs and replaces hyphens with spaces and capitalizes the words. It also throws in a few titles for custom pages and my custom taxonomy.
function bpdev_blog_title($complete_title,$title_old){
global $bp,$current_blog,$wp_query,$post;
if ( bp_is_blog_page() ) {//if this is blog page
if ( is_single() ) {
$title = __($post->post_title, 'buddypress' );
} else if ( is_category() ) {
$cat = ucwords( str_replace("-", " ", $wp_query->query_vars['category_name'] ) );
$title = __( 'Topics | ' . $cat, 'buddypress' );
} else if ( is_tag() ) {
$tag = ucwords( str_replace("-", " ", $wp_query->query_vars['tag'] ) );
$title = __( 'Tags | ' . $tag, 'buddypress' );
} else if ( is_tax() ) {
$tax = ucwords( str_replace("-", " ", $wp_query->query_vars['term'] ) );
$title = __( 'Issues | ' . $tax, 'buddypress' );
} else if ( is_home() ) {
$title = __( 'Archives' );
} else if ( is_page( 'issues' ) ) {
$title = __( 'Issues' );
} else if ( is_page( 'topics' ) ) {
$title = __( 'Topics' );
}
if ( defined( 'BP_ENABLE_MULTIBLOG' ) ) {
$blog_title = get_blog_option( $current_blog->blog_id, 'blogname' );
} else {
$blog_title = get_blog_option( BP_ROOT_BLOG, 'blogname' );
}
if(!empty($title)) return $blog_title . ' | ' . esc_attr( $title );
}
//so on blog home page, It will show Blog, reason we have excluded that page
return $complete_title;
}February 17, 2010 at 8:55 pm #63813In reply to: BuddyPress Links 0.3-beta released for testing
MrMaz
ParticipantThis thread is now defunct. Please continue here….
https://buddypress.org/forums/topic/buddypress-links-03-rc-is-out
February 17, 2010 at 8:44 pm #63808In reply to: Plugin Release: BuddyPress Group Wikis
D Cartwright
ParticipantCool. I’m glad it’s working okay for you
February 17, 2010 at 7:55 pm #63802In reply to: Facebook-Like-Chat Plugin for Buddypress?
Dfa327
ParticipantHi,
I haven’t touched buddypress-ajax-chat since the last release pretty much, but I’m interested to know what doesn’t work so that I can fix it. You said widgets don’t work? Can you tell me more?
R-a-y log outputs? Do you php or javascript?
Just send me the bugs, lol!!!!
February 17, 2010 at 7:50 pm #63800In reply to: Page gets stuck when editing forum post
Ashish Kumar (Ashfame)
ParticipantI am sorry.
I am running WP MU 2.9.1 with BuddyPress 1.2
I have installed it as sub-folder on a sub-domain.
I installed the 1.2rc3 and then upgraded when 1.2 was out.
my bbPress was installed as fresh copy from within BuddyPress.
Didn’t notice the issue earlier so can’t say much.
I tried overwriting the file once again but didn’t work. How come deleting the whole folder and then uploading it again will do the job instead of overwriting everything?
February 17, 2010 at 7:36 pm #63797In reply to: Can't upload image to change the group avatar
bpinspire
ParticipantThanks @DJPaul for the quick reply, I’m away from my office desk to check the error log for now but I thinks it look to be maybe this issue https://trac.buddypress.org/ticket/1970#comment:10
I will investigate, by the way I saw on your profile page that you are from Sussex, I am too! I couldn’t beleive it such a small world!
February 17, 2010 at 6:51 pm #63788In reply to: Page gets stuck when editing forum post
r-a-y
Keymaster1.2 RC3 had this problem. It should be fixed in 1.2 final.
Delete the entire /wp-content/plugins/buddypress/ folder
Redownload 1.2 final and upload the same folder.
February 17, 2010 at 6:31 pm #63781In reply to: New users can't register
gsfowler
ParticipantThanks for the feedback, we’re still chasing this:
Ron – The Register.php file is there.
All – When we change the theme to kubrick, or any WPMU theme for that matter, it works fine for sign in – but of course it shatters BuddyPress.
Gordon
February 17, 2010 at 6:26 pm #63779In reply to: Upgrading from regular WP to BuddyPress
Paul Wong-Gibbs
KeymasterHi Liz
Just to clarify, BuddyPress is a plugin which works on regular WP or WPMU. You can disable and enable all or any part of it at anytime; so if you decide it’s not for you, it doesn’t wreck your site.
If you install BuddyPress 1.2 right from the plugin installer, and switch to the default theme, you’ll have a full-featured BuddyPress up-and-running on your existing site. Then you can play around and work on integrating the new BuddyPress pages into your theme (there are growing numbers of threads and documentation on how to do this).
I’d suggest testing and developing BuddyPress on a test version of your site, not the live one
Also as a FYI, you can test BuddyPress at http://testbp.org/.
February 17, 2010 at 6:21 pm #63777In reply to: Page gets stuck when editing forum post
February 17, 2010 at 6:20 pm #63776In reply to: Nothing appearing under "My Blogs"
Paul Wong-Gibbs
KeymasterI wonder if related to https://trac.buddypress.org/ticket/1947
February 17, 2010 at 6:18 pm #63775In reply to: White Screen! Ugh…
Paul Wong-Gibbs
Keymasterwp_ tables are WordPress/MU’s, and wp_bp_ are BuddyPress’.
February 17, 2010 at 6:14 pm #63774Paul Wong-Gibbs
KeymasterBuddyPress totally overrides this email. Something is not right on your install. Anything in your error log?
February 17, 2010 at 6:12 pm #63773snark
ParticipantThanks @DJPaul. I created a new Trac ticket to request this as a future enhancement: https://trac.buddypress.org/ticket/1988
February 17, 2010 at 4:45 pm #63762In reply to: moderate avatars
Griffin Boyce
ParticipantI’m looking to do the same things, so maybe I can be some help.
For now, I may be putting the avatar moderation on back-burner and focusing instead on removing gravatar support. The low-tech solution is to delete the user’s avatar from the server.Gravatars don’t make a lot of sense on BuddyPress, since they are stretched and look blurry on the member pages. There’s a plugin that disables the gravatar for WPMU & BP: https://wordpress.org/extend/plugins/disable-user-gravatar/ Haven’t tried it with BP 1.2 yet.
February 17, 2010 at 4:32 pm #63759In reply to: Warning Error Message
David Carson
ParticipantDid you test BuddyPress before with just the default theme and no plugins? Did you have it working with the default (bp-default) theme before you switched to your theme?
Either way, the first thing I would do now is disable all plugins except BuddyPress.
Next, I would switch the theme to back to the default (bp-default) within Appearance > Themes in your dashboard.
Once you disable all plugins (except BuddyPress) and switch to the bp-default theme, you should confirm that the theme is working similarly to testbp.org.
Assuming that everything is working and you are not seeing any error messages, switch the theme back to your custom theme before you re-activate any of the other plugins. Check to see if you are still seeing an error message.
If you are, double-check steps 1,2,3 at https://codex.buddypress.org/how-to-guides/wordpress-to-buddypress-theme/. (1) Make sure you’ve put the theme extension pack in your custom theme. (2) Make sure you’ve added the following line to the top of the functions.php file for your custom theme:
include( TEMPLATEPATH . '/bp/bp-functions.php' );(3) And make sure you’ve added the “Tags” line to your custom theme’s CSS header.
Do you still see the error message? If so, try replacing the code you added to the top of your theme’s functions.php with the code as Andy suggested:
include( STYLESHEETPATH . '/bp/bp-functions.php' );Check for the error message again.
Once you have BuddyPress functioning using your custom theme without any error messages, then you can try activating plugins one-by-one to ensure you can identify any conflicts.
P.S. You mentioned in #10 above that you had modified the core files by adding the functions line of code to the functions.php file. Just to make sure, the core files are in wp-content/plugins/buddypress/. You should not be modifying any files or folders within the core files. All of the customizations you need to make to adapt your custom theme should be within /wp-content/themes/your-theme/ which I believe for you is /wp-content/themes/wp-clear-basic/. So you are adding the theme extension pack within your theme’s folder at /wp-content/themes/wp-clear-basic/. And you are modifying functions.php and style.css within your custom theme’s folder only.
February 17, 2010 at 4:01 pm #63754In reply to: buddypress = Content Aggregator
idotter
Participantnope, as far as i know, but im “working” on it
February 17, 2010 at 3:59 pm #63753In reply to: Warning Error Message
paragate
ParticipantWhen I deactivated the Coming Soon Plugin I received more errors:
Warning: include() [function.include]: Failed opening ‘/home/pgnew/public_html/wp-content/themes/wp-clear-basic/bp/bp-functions.php’ for inclusion (include_path=’.:/usr/local/php52/pear’) in /home/pgnew/public_html/wp-content/themes/wp-clear-basic/functions.php on line 1
Warning: Cannot modify header information – headers already sent by (output started at /home/pgnew/public_html/wp-content/themes/wp-clear-basic/functions.php:1) in /home/pgnew/public_html/wp-content/plugins/sidebar-login/sidebar-login.php on line 314
Warning: Cannot modify header information – headers already sent by (output started at /home/pgnew/public_html/wp-content/themes/wp-clear-basic/functions.php:1) in /home/pgnew/public_html/wp-content/plugins/forum-server/wpf.class.php on line 1465
The ( TEMPLATEPATH . ‘/bp/bp-functions.php’ ); is in the functions.php file.
1. Which version of WP/MU are you running? (WP 2.9.1)
2. Did you install WP/MU as a directory or subdomain install? (N/A)
3. If a directory install, is it in root or in a subdirectory? (N/A)
4. Did you upgraded from a previous version of WP/MU? If so, from which version? (N/A)
5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. (Yes)
6. Which version of BP are you running? (1.2)
7. Did you upgraded from a previous version of BP? If so, from which version? (No)
8. Do you have any plugins other than BuddyPress installed and activated? (Yes)
9. Are you using the standard BuddyPress themes or customized themes? (Customized)
10. Have you modified the core files in any way? (Just the functions.php file with ( TEMPLATEPATH . ‘/bp/bp-functions.php’ ); as directed)
11. Do you have any custom functions in bp-custom.php? (No)
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? (Forum integration was done but have not yet added bbPress)
13. Please provide a list of any errors in your server’s log files. (Please see above)
14. Which company provides your hosting? (SiteGround.com)
-
AuthorSearch Results