Search Results for 'buddypress'
-
AuthorSearch Results
-
December 24, 2014 at 4:15 pm #231009
In reply to: [Resolved] ALL activity by user
Security
ParticipantHi @sandyfischler i think this feature is already a part of buddypress just goto dashboard>>settings>>buddypress;>settings tab>>
1)enable buddypress to wordpress profile syncing
2)Allow activity stream commenting on blog and forum posts
3)clear cache of your site and the next time someone will post a blog post it should become visible in activity stream
ThanksDecember 24, 2014 at 8:39 am #231001Kookidooki
ParticipantHello Shanebp,
This is what I mean:
In Buddypress dashboard > Users > Profile Fields > Add New Field Group… it’s not creating a new group.
Is there incompatibilty between WP 4.1 and Buddypress cause it’s duplicating my profile fields. For example: it’s now showing my name field twice.. and the order of the groups are changing every time…Weird
December 24, 2014 at 5:49 am #230996In reply to: How to remove tabs from group admin nav
Mathieu Viet
ModeratorOopsy. I just realized you’ll need to wait till BuddyPress 2.2 to use this snippet.
See my post here https://bpdevel.wordpress.com/2014/11/08/the-way-the-groups-manage-subnav-is-generated-has-been-improved/
December 23, 2014 at 10:12 pm #230942michaeltransmissions
Participantgot, thanks for the heads up. the link on overloads explained much. i’m still a newbie re: WordPress and BuddyPress and find that it’s not always easy to get crucial info out of the documentation unless you already know it exists (or are familiar enough with these systems to know what you might be looking for).
Thanks again
December 23, 2014 at 8:59 pm #230941shanebp
Moderatorwould changes to the files in the bp-templates directory get overwritten if I update the BP plugin?
Of course, which is why I suggested you create template overloads instead.
December 23, 2014 at 7:59 pm #230938In reply to: How to remove tabs from group admin nav
shanebp
Moderatori want to remove some default BP tabs
Re removing the Manage > Delete tab…
You’re referring to the anon function in bp-groups-classes.php ?
add_action( 'groups_admin_tabs', create_function( '$current, $group_slug', etc...I agree that it’s unclear.
I think that if that function added a css id to the li tag, then we should be able to use the filter in bp_get_options_nav in bp-core-template.
If this makes sense, and you haven’t found a workaround, please open a ticket on trac.December 23, 2014 at 6:12 pm #230935In reply to: How to remove tabs from group admin nav
danbp
ParticipantDecember 23, 2014 at 1:06 pm #230928In reply to: How rename the Groups component
danbp
Participanthi @ugd,
Codex is your friend !
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
The easiest solution is to use a custom language file…and to rename the group page to Team.
December 23, 2014 at 12:57 pm #230927In reply to: Buddypress xprofile_insert_field_groupo Bug
danbp
ParticipantWhy don’t you use xProfile built-in component to add your custom field group and field ?
December 22, 2014 at 7:55 pm #230914In reply to: How does a member find their profile page?
danbp
ParticipantbbPress is a plugin outside of BuddyPress. You better ask for this on their support forum.
You could also read the bbPress Codex.
December 22, 2014 at 5:32 pm #230906In reply to: Block other Users – count images
danbp
ParticipantHi all,
BP Album is no more avaible and outdated.
BuddyPress Album hasn’t been updated in over 2 years.A new project called MediaPress is out since october on BuddyDev.
rtMedia is a third party plugin; any question regarding that plugin is to ask on their support forum.
December 22, 2014 at 4:54 pm #230905In reply to: Page Templates page.php
ouegy
ParticipantThanks henry,
I looked at that before but must have been half asleep!
Simply added index-directory.php to themes/mytheme/buddypress/activity/
December 22, 2014 at 4:15 pm #230904In reply to: Page Templates page.php
Henry Wright
ModeratorCheck out this article: https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/
December 22, 2014 at 8:39 am #230896In reply to: Change Login & Register Links in Admin Bar
webplayer
ParticipantI am not a coder, but I’m looking for a snippet that can do this:
Add Function: Change Admin Bar Login and Register Links if user is logged out Remove WordPress/buddypress admin bar Login and Register links Add New Login and Register Links New Login Link: <a data-reveal-id="tmpl_reg_login_container" href="javascript:void(0);" onclick="tmpl_login_frm();">New Login Link</a> New Register Link: <a data-reveal-id="tmpl_reg_login_container" href="javascript:void(0);" onclick="tmpl_registretion_frm();">New Register Link</a> if user is logged in don't do any of the above (i.e.) show their buddypress username and hide register links, etc...Does anyone know how to make this happen in code that I can drop into functions.php or bp-custom.php
December 22, 2014 at 7:08 am #230893In reply to: Change Login & Register Links in Admin Bar
webplayer
ParticipantI stumbled upon this post suggesting a snippet to put into bp-custom.php (a tweaks and snippets file for buddy press located in the plugins directory), but I can’t get it to work. I think there is an issue with my coding.
I am using BuddyPress 2.1.1
Here is my bp-custom.php file:
<?php // hacks and mods will go here //Change Admin Bar Login Links function custom_bp_adminbar_login_menu() { global $bp; global $wp; remove_action('bp_adminbar_menus', 'bp_adminbar_login_menu', 2); if (is_user_logged_in()) return false; echo '<li class="bp-login no-arrow"><a data-reveal-id="tmpl_reg_login_container" href="javascript:void(0);" onClick="tmpl_login_frm();">' . __('Log In', 'buddypress') . '</a></li>'; // Show "Sign Up" link if user registrations are allowed if (bp_get_signup_allowed()) { echo '<li class="bp-signup no-arrow"><a data-reveal-id="tmpl_reg_login_container" href="javascript:void(0);" onClick="tmpl_registretion_frm();">' . __('Sign Up', 'buddypress') . '</a></li>'; } } add_action('bp_adminbar_menus', 'custom_bp_adminbar_login_menu', 1); ?>December 22, 2014 at 1:13 am #230889In reply to: Block other Users – count images
djsteveb
Participant@emidio007 – are you really using the old never updated bp-album still? I had to switch to rtmedia album since it seemed that no one was working on any other album plugin or making this (what I consider extremely important) functionality a part of BP core.
on the block user thing I had brought up similar issues here:
https://buddypress.org/support/topic/report-user-report-abuse-flag-something/but no one could tell me if anything was actually working properly with current versions of stuff. Glad to see @shanebp posting above, sounds like there is hope that something with this function is current and working.
December 21, 2014 at 7:02 pm #230879In reply to: How to install the forum?
December 21, 2014 at 5:58 pm #230875In reply to: Searching for custom group fields?
December 21, 2014 at 5:50 pm #230874In reply to: Searching for custom group fields?
timrourke
ParticipantBy the way, I just saw this on line 40 of /buddypress/bp-templates/bp-legacy/buddypress/groups/create.php:
do_action( 'groups_custom_group_fields_editable' ); // @DeprecatedDoes this mean that the
function groups_custom_group_fields_editableis a deprecated function? The ‘@Deprecated’ note is in a template file.Also, if it is deprecated, what should I be doing instead to add custom group fields?
Thanks!
December 21, 2014 at 5:26 pm #230872In reply to: Is a Private BuddyPress Community Possible?
wadsworth4
ParticipantThanks for the feedback, bp-help. We didn’t use your plugin. There were others we used (especially BuddyPress Private Community) and some BP hacks.
The BP team and the plug developers all seem like great folks, and the community is friendly and active. Have spent a lot of time with vids of their presentations. Like the product, like the people, but the privacy of closed communities is critical. The question is still out there:
Is it actually possible to create a members-only community with BuddyPress 2.1.1. and multi-site WP without hacking BP?
December 21, 2014 at 2:02 pm #230869In reply to: Images – where to serve from?
shanebp
ModeratorHave you tried this plugin?
December 21, 2014 at 11:55 am #230864In reply to: Buddypress activity filtering (search)
ARCangelGIRL
Participant@brgweb In plugins/buddypress-activity-plus/js/bpfb_interface.js in line ~49-50 I’m passing categories drop down form
$('.bpfb_preview_container').empty().html(data); $('.bpfb_action_container').html(' <div id="category"> <select name="video_category"><option value="category1">Category1</option>........In line ~435
$(document).on('click', '#bpfb_submit', function () { var params = _bpfbActiveHandler.get(); var group_id = $('#whats-new-post-in').length ? $('#whats-new-post-in').val() : 0; var category = $('#category').val(); var subcategory = $('#subcategory').val(); $.post(ajaxurl, { "action": "bpfb_update_activity_contents", "data": params, "content": $text.val(), "group_id": group_id, "category": category, "subcategory": subcategoryAnd then in plugins/buddypress-activity-plus/lib/class_bpfb_binder.php in line ~328
$query='UPDATE wp_bp_activity SET video_category="'. $_POST['category'].'", video_subcategory="'. $_POST['subcategory'].'" WHERE id=' . $aid; $dummy=mysql_query($query);I’ll try with the code you provide to see if it’s working.
December 21, 2014 at 10:01 am #230860In reply to: How can we hide some group creation steps?
danbp
ParticipantDecember 21, 2014 at 8:59 am #230856In reply to: Different Types of users?
danbp
Participanthi @nzshock,
as soon as BP 2.2 will be out (end january) this can be done easily.
If you’re comfortable with coding and won’t wait, you might read this topic.
Or you can try s2Member plugin.I suggest to wait… 😉
December 21, 2014 at 12:41 am #230849In reply to: [Resolved] Edit buddypress.pot file
shanebp
ModeratorYeah, it can be frustrating to change some strings.
I’m not sure why you’re having trouble with the .mo approach.For one or two changes, you can use a function in your theme/functions.php or in bp-custom.php
Try this:function example_gettext_with_context( $translated, $text, $context, $domain ) { if ( 'buddypress' !== $domain ) return $translated; switch ( $text ) { case 'Site-Wide Activity': return 'text you want to appear instead'; default: return $translated; } return $translated; } add_filter( 'gettext_with_context', 'example_gettext_with_context', 11, 4 ); -
AuthorSearch Results