Search Results for 'buddypress'
-
AuthorSearch Results
-
June 17, 2012 at 9:46 pm #135969
In reply to: Buddy Press problems!
danbpfr
Participanthello,
1) http://jeffersonsnewspaper.org/2012/tips-for-using-the-wordpress-admin-bar-with-buddypress/
2) ‘coz you’re in a bad mood…
3) aaaaaaaah !!!! and god in all this ?
4)
https://wordpress.org/extend/plugins/sudoku-wp-widget/
https://wordpress.org/extend/plugins/barrel-roll/
https://wordpress.org/extend/plugins/hello-hollywood/
https://wordpress.org/extend/plugins/emc2-popup-disclaimer/
https://wordpress.org/extend/plugins/hello-hal/June 17, 2012 at 8:19 pm #135965In reply to: Adding jQuery script for background image animation
nickharambee
Participant@phrees Thanks, I fixed the issue by using:
function register_head_scripts() { $url = '/js/backgroundPosition.js'; // Add the path to your .js file echo "n"; // Leave this line alone } add_action('wp_head', 'register_head_scripts'); ?>June 17, 2012 at 6:41 pm #135962In reply to: Translate buddypress into Norwegian
baiaz
MemberThank you,.. I will check it out!
June 17, 2012 at 3:18 pm #135959In reply to: Buddypress actions and group activity stream
shanebp
ModeratorAddressing just the do_action part of your question.
add_action is used to call a particular function
do_action is used to provide a hook to and specify when/where that function is calledFor example, in groups/single/activity.php, you should see this:
``
So, in your theme functions.php, you could do this
`
add_action( ‘bp_before_group_activity_content’, ‘my_function’);
function my_function() {
echo “my_function was called“;
}
`You should see “my_function was called” after the form and before the activity listings on all group activity pages – because that is where the do_action is located.
You need to read up on do_action / add_action and apply_filters / add_filter.
These concepts are essential to creating any WP codeJune 17, 2012 at 9:59 am #135953In reply to: Profile fields and Activity Stream not working.
ninjaface
ParticipantSwitching to the default buddypress theme does not correct this issue. Could this be some sort of issue when during an install maybe of buddypress? If so how would I do a clean reinstall and would this affect my existing content?
June 17, 2012 at 8:53 am #135952In reply to: Plugins Search
nickbaer
MemberSame if I search on a keyword like “photo” as in photo gallery.
Viewing plugin 1 to 10 (47 total plugins)
Only ever see 1-10, page after page.
https://buddypress.org/extend/plugins/2/?search=photo
https://buddypress.org/extend/plugins/3/?search=photo
https://buddypress.org/extend/plugins/4/?search=photo
https://buddypress.org/extend/plugins/5/?search=photoJune 17, 2012 at 8:53 am #135951In reply to: Translate buddypress into Norwegian
Paul Wong-Gibbs
KeymasterTranslation is managed by http://wppolyglots.WordPress.com — post there and ask to contribute to the Norwegian translation of BuddyPress. Thanks!
June 17, 2012 at 8:51 am #135950Paul Wong-Gibbs
KeymasterThe top five are WordPress roles. The rest are from bbPress. BuddyPress doesn’t use them. I’m not sure what they do in bbPress.
June 17, 2012 at 1:27 am #135949Anonymous User 8418620
Inactive@ChrisClayton Hey man, are you fine? Do you know a plugin or a code to do this above??? Thanks to help me in everything here, thanks and hugs!
June 17, 2012 at 12:52 am #135947In reply to: multi-domains plugin conflict?
Patricia BT
ParticipantHi Paul and thank you very much for your answer
well, I use then multi-domains plugin from WPMUdev (yes there is a choice given in dropdown), but then I must comment out this in BuddyPress code, in order to get the multi-domains plugin to work.
the plugin works well without BP, so WP alone allow that, so I am not sure to understand “how can BuddyPress know what domains it could use?” I thought BP would use WP mechanism (on which the plugin act). I’m not at all a coder so that’s why I’m asking

so is there any problem related to that (commenting out) that you could forsee? no problem for me to comment out? (except for the fact I will need to recomment at every upgrade)
thank you very much
June 16, 2012 at 11:53 pm #135946In reply to: Adding Dynamic Profile Link to Main Menu Item
@mercime
Participant@thadman as I mentioned above, the code works in Custom Community theme per my test.
Posted in pastebin.com => functions.php file of Custom Community with the dynamic profile link at the bottom of the file. http://pastebin.com/cagpd9Mc
June 16, 2012 at 10:51 pm #135944In reply to: Adding Dynamic Profile Link to Main Menu Item
Thadman
ParticipantOk Thanks.
I am using Custom Community Version 1.8.9.1 though, I’m switching from iBlogPro because I wanted to start using buddypress. The site at the front is an iBlogPro Theme but that function file is from the custom community theme.June 16, 2012 at 10:42 pm #135943In reply to: The comment option don’t work…
@mercime
ParticipantYou’re referring to commenting on Activity Stream updates and the like, right? Have you deactivated plugins except BuddyPress to see if issue is resolved? Have you re-uploaded BuddyPress plugin?
June 16, 2012 at 9:07 pm #135940In reply to: Moving to a permanent Domain after developing
@mercime
Participant@nickbaer as original poster, you can mark (edit) this topic as resolved. Before activating BuddyPress in your permanent domain, make sure that your WordPress is working as expected. If you have any issues regarding the migration, do post at https://wordpress.org/support/forum/how-to-and-troubleshooting
June 16, 2012 at 9:05 pm #135939In reply to: Adding Dynamic Profile Link to Main Menu Item
@mercime
Participant@thadman the code won’t work with your theme. You should contact theme developer (or use forums of iblogPro users) who has coded own custom menu and therefore is not using wp_nav_menu function directly to call the menu.
June 16, 2012 at 8:52 pm #135936In reply to: [Resolved] Can’t install BuddyPress – White Screen
Paul Wong-Gibbs
KeymasterActually, please do create a new topic. This thread would become unreadable for anyone coming back to it later.
June 16, 2012 at 8:44 pm #135935In reply to: [Resolved] Can’t install BuddyPress – White Screen
@mercime
Participantnickbaer, this topic is resolved for Pinhead149, original poster of the topic. You can continue here or start a new topic for your issue. What theme was activated in your installation when you activated BuddyPress? Where are you hosted? Linux or Windows hosting? Shared hosting plan?
June 16, 2012 at 8:33 pm #135932In reply to: [Resolved] Can’t install BuddyPress – White Screen
nickbaer
MemberActually, this topic is NOT resolved. I submitted a bug ticket.
On the 3rd fresh WP install, install Buddy Press plugin, activation steps, Step 4:
Warning: Illegal offset type in /mounted-storage/home45c/sub001/sc11136/wwwBT/Talent/wp-content/plugins/buddypress/bp-core/admin/bp-core-update.php on line 642.
Just staying…
June 16, 2012 at 8:20 pm #135931In reply to: [Resolved] How to modify the width of adminbar?
bg
MemberThank you for the prompt responses to both of you! I tried yours methods, karmatosed, but it didn’t work. Then I tried yours, @mercime, which worked. So, thank you very much again to both of you.
Cheers!
June 16, 2012 at 8:14 pm #135930In reply to: Customising html for navigation menu in child theme
nickharambee
Participant@mercime Thanks, I checked out these articles, but this one looks the most promising for my needs:
http://digwp.com/2011/11/html-formatting-custom-menus/
Having said this the function in the article isn’t returning my custom menu. I added
if (!isset($locations[$menu_name])){echo "not found";}and ‘not found’ was returned. Any ideas on why this might be. I have double checked that the menu name is set correctly.June 16, 2012 at 7:34 pm #135928In reply to: [Resolved] Can’t install BuddyPress – White Screen
nickbaer
MemberI’m scared to, because of the aforementioned multiple fatal errors.
I will ask my host for advice as to which of those fixes I have access to.
Is there a recommended BP Hosting service, with much of this already fixed ahead of time?
June 16, 2012 at 7:29 pm #135927@mercime
Participant== 9. Are you using the standard BuddyPress themes or customized themes? Suffusion with the Suffusion Buddypress pack ==
This is a Suffusion/BuddyPress pack plugin issue. Please bring this to the developer’s attention. However, BP 1.6 is not out yet so I’m not surprised Sayontan, the developer, hasn’t released any updates yet.
June 16, 2012 at 7:25 pm #135926enderandrew
MemberI’ve modified what I believe is the relevant suffusion function to more closely mirror what is in bp-default.
`function suffusion_include_bp_js() {
if (!is_admin() && function_exists(‘bp_is_group’)) {
wp_enqueue_script(‘suffusion-bp-ajax-js’, get_template_directory_uri() . ‘/_inc/global.js’, array( ‘jquery’ ), $version );
$params = array(
‘my_favs’ => __( ‘My Favorites’, ‘buddypress’ ),
‘accepted’ => __( ‘Accepted’, ‘buddypress’ ),
‘rejected’ => __( ‘Rejected’, ‘buddypress’ ),
‘show_all_comments’ => __( ‘Show all comments for this thread’, ‘buddypress’ ),
‘show_all’ => __( ‘Show all’, ‘buddypress’ ),
‘comments’ => __( ‘comments’, ‘buddypress’ ),
‘close’ => __( ‘Close’, ‘buddypress’ ),
‘view’ => __( ‘View’, ‘buddypress’ ),
‘mark_as_fav’ => __( ‘Favorite’, ‘buddypress’ ),
‘remove_fav’ => __( ‘Remove Favorite’, ‘buddypress’ )
);
wp_localize_script( ‘suffusion_include_bp_js’, ‘BP_DTheme’, $params );
if ( is_singular() && bp_is_blog_page() && get_option( ‘thread_comments’ ) )
wp_enqueue_script( ‘comment-reply’ );
}
}
add_action( ‘wp_enqueue_scripts’, ‘suffusion_include_bp_js’ );`June 16, 2012 at 7:24 pm #135925In reply to: [Resolved] Can’t install BuddyPress – White Screen
@mercime
Participantnickbaer – BP Columns is a child theme of bp-default theme which means you need to activate BuddyPress plugin first before you can use BP Columns.
June 16, 2012 at 7:16 pm #135923In reply to: [Resolved] Can’t install BuddyPress – White Screen
nickbaer
MemberSo, on the 3rd fresh install of WP – no BP yet,
Before trying BP, went to install BP Columns as the theme.
Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
BP Columns The parent theme is missing. Please install the “bp-default” parent theme.How can I do these manual things, if everything is auto install?
-
AuthorSearch Results