Search Results for 'buddypress'
-
AuthorSearch Results
-
April 16, 2014 at 6:47 pm #181393
In reply to: Display Member Directory
carlsandburg
ParticipantThanks for the input. Sorry, I’m still confused. I see what you mean, but I don’t see a menu for BuddyPress. I’m using the Twenty Fourteen theme, not a BuddyPress theme, so maybe that’s why?
When I go to Appearance/Menus, I do see BuddyPress under Edit Menus – which will allow me to check/uncheck the default items that show on the upper-right menu. But I don’t see a way to connect a menu to BuddyPress.
I’ve disabled all the plugins in the site, still don’t see any other members – for example, which i go to Friends/Friendships, i get the message Sorry, no members were found. I expect it to list all the members of the site.
April 16, 2014 at 6:29 pm #181391In reply to: Using BuddyPress as a Professional Social Network
kingdgm
ParticipantThanks all, I finally bite the bullet and did it myself. Whoa, Buddypress got all I want
April 16, 2014 at 6:06 pm #181388In reply to: Lost admin access after 2.o update
Haime Croeze
ParticipantHi,
I have a similar issue, however not buddypress upgrade related. I can get to the backend only by using a direct page e.g. /wp-admin/themes.php . Maybe that works for you too? Unfortunately I have still not figured out what the problem is, but like this it works for me.
April 16, 2014 at 5:51 pm #181386In reply to: BuddyPress Capabilities?
Andrea Reed
Participant@shanebp Thanks for your positive and supportive response! I’m excited to learn more about BuddyPress and all it can do!
April 16, 2014 at 5:22 pm #181383In reply to: BuddyPress Capabilities?
shanebp
ModeratorCan registered users upload media (photos, video, music)?
Yes, there are plugins for that, like
https://wordpress.org/plugins/buddypress-media/Can I modify the themes to allow for streams to be viewed similar to Pinterest or Tumblr? (I am familiar with PHP, CSS etc).
You can do anything you like – it’s open source 🙂
Is there a maximum number of registered user allowed? 1000? 10,000? What determines this?
It is determined by your server(s) resources and setup.
Also can the administrator send out email to all registered users?
There are several free WP plugins for that. You don’t need one specific to BP.
April 16, 2014 at 2:19 pm #181367In reply to: BuddyPress 2.0 RC1 Feedback
Paul Wong-Gibbs
KeymasterA fix for this has been included in BuddyPress 2.0, which is due for release today.
April 16, 2014 at 1:14 pm #181338In reply to: BuddyPress 2.0 RC1 Feedback
James
Participantr_a_y, could you please explain in few words, what changes were done to activity add?
I mean this patch https://buddypress.trac.wordpress.org/ticket/3856 and the words “..(short version – plugins that insert activity items will continue to work as before, but should be good citizens and update to the new technique)…”.
As I see, bp_activity_add wasn’t changed, so what update Boone is talking about? thanks!
April 15, 2014 at 10:34 pm #181319In reply to: threaded comments also show up as top level
godavid33
ParticipantSolution: credit to @lincme on the post https://buddypress.org/support/topic/filtering-out-activity-stream-stuff/
// Remove (hide) various activities from streams. function my_hidden_activities($a, $activities) { //if admin we want to know //if (is_site_admin()) //return $activities; $nothanks = array('activity_comment'); foreach ($activities->activities as $key => $activity) { if (in_array($activity->type, $nothanks, true)) { unset($activities->activities[$key]); $activities->activity_count = $activities->activity_count-1; $activities->total_activity_count = $activities->total_activity_count-1; $activities->pag_num = $activities->pag_num -1; } } // Renumber the array keys to account for missing items. $activities_new = array_values( $activities->activities ); $activities->activities = $activities_new; return $activities; } add_action('bp_has_activities', 'my_hidden_activities', 10, 2 );April 15, 2014 at 7:53 pm #181309In reply to: Require VIP membership for group creation
xuanling
ParticipantHi All
Thank you for sharing. When I wanna try to install “BuddyPress Restrict Group Creation”, I saw this note on top of the page
“This plugin hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.”
Hopefully this plugin still useful.
Other than Buddy Press, not sure if anyone of you try any other plugin that come with Group Control function?
Hope to hear from you soon. Thank you
April 15, 2014 at 4:53 pm #181298In reply to: BuddyPress 2.0 RC1 Feedback
r-a-y
KeymasterI usually test on the Twenty Twelve theme as it’s nice and clean. You can basically use any decent WordPress theme for the most part.
If BuddyPress doesn’t work with a certain theme, let us know.
April 15, 2014 at 4:52 pm #181297In reply to: Buddypress roles
oyegigi
ParticipantHey all. I am new to BuddyPress and am working on building an LMS to accompany in-person classes. I am hitting a bit of a wall though on trying to create the following scenario.
- I am trying to figure out how I can create different roles that can create certain number of groups.
- For instance, user role “package 1” can create up to 5 groups; user role “package 2” can create up to 10 groups, etc.
Does anyone have any suggestions on how I can go about doing this?
I tried doing a combination of Members with Restrict Group Creation but I need to restrict group creation based on roles, not capabilities.
I am willing to pay for a custom plugin as well if that’s the direction I need to go in. Any suggestions would be really helpful!
Thanks.
April 15, 2014 at 12:08 pm #181286In reply to: Completely private members area
Peter Hardy-vanDoorn
ParticipantPrivate BuddyPress by Dennis Morhardt works an absolute treat for me.
April 15, 2014 at 9:32 am #181281sharmavishal
ParticipantMaybe you can refer this
April 15, 2014 at 8:03 am #181277In reply to: BuddyPress 2.0 RC1 Feedback
sharmavishal
ParticipantThe pleasure is all mine..indeed an honor to be interacting with you.
Just did a fresh install of Buddypress and stil the same issue remains…
http://domain.com/username/settings/profile/ is blank with the BP default theme…
strangely the above page works with buddyboss theme..anyway to debug this?
Also i dont see “delete account” in the settings menu in the wp-admin bar in BP 2.0
thanks once again
April 14, 2014 at 8:42 pm #181261In reply to: Buddypress on multisite, segregates users. Help!
jerryskate
ParticipantHere´s an example. I wrote a post on my main site that have buddypress installed as a plugin, and it shows up on my other site in the network that is integrated buddy press theme.
If i click at the my name, jerry, it points to the site where i made the post, http://abovebasics.com/members/jroc/, instead of http://abovebasics.com/community/members/jroc/. Stuff i do at the sub site, works as it should, but not the activity from the main site.
Is it possible to fox this?
Thanks for the help!
April 14, 2014 at 6:28 pm #181255In reply to: Why don't group comments show to non-users?
DJsix
ParticipantSo, that’s it? Nobody has a solution? Does BuddyPress only work correctly with two themes?
April 14, 2014 at 5:45 pm #181247In reply to: BuddyPress 2.0 RC1 Feedback
r-a-y
KeymasterThanks for testing, sharmavishal.
I’ve created a ticket here with a potential fix for the first two things:
https://buddypress.trac.wordpress.org/ticket/5537I can’t duplicate the third issue.
April 14, 2014 at 4:58 pm #181246godavid33
ParticipantWow, so I’m dumb (or at least not as good at googling as I once thought). So, the best most efficient way to do this is using buddypress query filters. No need to add a new tab. Here is the code I ended up with (by editing activity-loop.php)
$friends = friends_get_friend_user_ids( bp_loggedin_user_id() ); $friends[] = bp_loggedin_user_id(); $friends_and_me = implode( ',', (array) $friends ); $friends_and_me = '&user_id=' . $friends_and_me; ?> <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ).$friends_and_me.'&sort=DESC') ) : ?>much simpler and don’t have to worry about functions breaking. Subsequently, I believe if for some reason this solution doesn’t work for you and you prefer one of the earlier ones I suggested, then check out https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/#adding-commenting-support as to fixing/supporting commenting
April 14, 2014 at 2:40 pm #181243In reply to: Delete Selected not working
godavid33
ParticipantThis is claimed as fixed, though I am using the most updated version of buddypress and still having the same problem. Do I have to pull from the trunk to get the truly most updated version or do y’all push it to the wordpress plugin repo?
April 14, 2014 at 2:15 pm #181242In reply to: add new members to group
elaborate
ParticipantThanks for the tip, tajenli.
Anyone reading this might also be interested in the following ticket on trac: #2062
April 14, 2014 at 2:05 pm #181241In reply to: Sidebar Removal
Boone Gorges
KeymasterHere’s more on how BP’s template hierarchy works. This is what you’re tapping into. https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/
April 14, 2014 at 11:48 am #181236In reply to: Two networks, separate but connected?
sharmavishal
ParticipantThis might also help
https://wordpress.org/plugins/buddypress-xprofiles-acl/screenshots/
April 14, 2014 at 8:41 am #181229In reply to: Custom classes for profile pages, possible?
jerryskate
ParticipantDoesn’t seems to work. I use an integrated buddypress theme (sweet date), and i i don’t have a bp-custom.php but a functions.php in the child theme for modification. Tried to create a bp-custom.php anyways, but it didn’t pick up any of my other custom snippets, so i ruled that one out. Any other suggestions?
Thanks for the help!
April 14, 2014 at 3:59 am #181216In reply to: Latest Activity on Header
modemlooper
Moderatorin
bp-templates/bp-legacy/buddypress/members/single/member-header.php
remove
<?php if ( bp_is_active( 'activity' ) ) : ?> <div id="latest-update"> <?php bp_activity_latest_update( bp_displayed_user_id() ); ?> </div> <?php endif; ?>April 13, 2014 at 7:13 pm #181199Boone Gorges
KeymasterIt looks like the
$group_idis not passed along to thedisplay()method in the same way as it is to the other display methods. That means you’ll need to implement your own technique to get that value. Try this:function display() { $group_id = bp_get_current_group_id(); $setting = groups_get_groupmeta( $group_id, 'whatever' ); var_dump( $setting ); }I do think that you *ought* to be able to get the
$group_idinside ofdisplay()like you can insettings_screen()etc. I’ve opened a ticket for that, which we’ll fix for 2.1. https://buddypress.trac.wordpress.org/ticket/5533#ticket -
AuthorSearch Results