Search Results for 'buddypress'
-
AuthorSearch Results
-
September 11, 2014 at 3:36 am #191873
Asynaptic
Participant@ hnla Thanks Hugo. The “legacy” term is misleading but I don’t want to get bogged down in that.
I realize that there are older components, features, etc. that are being accommodated because the development team (rightly, I might add) wants to maintain backward compatibility with existing or older versions of buddypress that have been deployed and on which people depend on.
I’m wondering if there is a safe way to excise these to have a leaner version of BuddyPress when running a fresh install which doesn’t need to accommodate any older ‘baggage’.
Hope I’m being clear 🙂
September 11, 2014 at 3:22 am #191872In reply to: [Resolved] Remove member last active
bitpath
ParticipantYou can “hide” this from the obvious displays by
#buddypress span.activity { display: none; }Just put it at the end of whatever CSS. My preference is just before any mobile specific sections that may be towards the bottom.
but really that just hides it and still leaks it everywhere. Until it’s really fixed it may be better to let members know it is so public.
I am also looking how to programmatically secure this as well and let users choose what is displayed.CSS is applied so that in general, the most specific gets priority and the last line gets the last word too, so if you have control of the flow put the things you want to override at the end or the last stylesheet applied.
September 10, 2014 at 8:19 pm #191863In reply to: wp_enqueue_script issue on activity page
albert101
ParticipantThanks i was just in the process of trying that will keep you posted.
i am reading up on buddypress customization.
ThanksSeptember 10, 2014 at 8:17 pm #191862In reply to: Theme Compatibility – Customizing
September 10, 2014 at 8:12 pm #191861In reply to: wp_enqueue_script issue on activity page
shanebp
ModeratorTry putting the function in bp-custom.php
September 10, 2014 at 7:20 pm #191856In reply to: Can’t get Buddypress to work!
smorico
ParticipantA simple way to correct this problem is to cd to wp-content/plugins/buddypress
Backup the budypress directory
And Run :
wp-content/plugins/buddypress# find . -iname “*.php” | xargs -i sed -i ‘s/&\$/\$/g’ {}September 10, 2014 at 6:10 pm #191739danbp
ParticipantI just want to get the list of buddypress shortcodes.
Doesn’t exist. You can create a shortcode or use this plugin:
September 10, 2014 at 3:52 pm #191185In reply to: WordPress 4
danbp
Participantadd following line in your
wp-config.phpfile:define('SCRIPT_DEBUG', true);
and activate the already existingdefine('WP_DEBUG', false);todefine('WP_DEBUG', true);
and feedback here.BuddyPress 2.1 milestone estimation
September 10, 2014 at 10:11 am #191178Julia_B
ParticipantThanks Henry. I’m not a developer and only know the basics I don’t think regular expressions is something I can really use. But I’ll check out plugins and post over in the bbpress forum. I get a bit confused about what to post there and here, though this might be a buddypress one as might be available in groups and other things across the site too.
I appreciate the response. 🙂
September 9, 2014 at 10:35 pm #191055In reply to: WordPress 4
danbp
ParticipantBuddyPress 2.0.2 is compatible with WordPress 4.0 See this site: it’s working ! 😉
500 Internal Server Error is a generic error message, given when no more specific message is suitable. There are a number of causes for a 500 Internal Server Error to display in a web browser. (cite)
Which theme do you use ?
https://wordpress.org/support/topic/500-server-error-after-upgrade-to-wordpress-40September 9, 2014 at 10:23 pm #191054In reply to: Adding video into activity without plugin
r-a-y
KeymasterAnd also WordPress uses a rich-text editor. BuddyPress does not for the activity post form.
September 9, 2014 at 7:12 pm #191040In reply to: NSFW: Please review my theme | BBFacelook
peter-hamilton
ParticipantA few images of my latest updates to BBFacelook, did not have much time last few weeks so progress is slow.
In the meantime slowly getting more members to test the forums functionality.This is the new profile page now the default page when clicking a member’s link or avatar.

forum list is a little updated most important function is the topic title in the freshness column.

I have quite a few plugins installed, and some even hardcoded into my theme to lighten the code as much as possible.
Current plugins are:
. Invite anyone
. BBPress like button
. Buddypress activity plus
. easy sign-up
. GD BBpress attachements
. wp post filter
. bbpress
. buddypressPlugins that I have hardcoded are:
. Background For User Profile
. BuddyPress Group Customizer Lite
. TinyMCEAs soon as I have more work done I will make another update here.
P.H.
September 9, 2014 at 6:56 pm #191036In reply to: [Resolved] Alphabetical pagination
ThatHostingCo
ParticipantThere is an add-on called BuddyPress Real Names which allows you to sort in a certain manner. Client requests the alphabetical to be in last name sorting
September 9, 2014 at 6:56 pm #191035In reply to: [Resolved] Alphabetical pagination
shanebp
Moderatoralso – try deactivating the BuddyPress Real Names plugin and see if that solves the pagination issue.
September 9, 2014 at 6:28 pm #191031In reply to: [Resolved] bp_moderate capability?
r-a-y
Keymaster@ryanjhale – I’ve posted a fix here:
https://buddypress.trac.wordpress.org/ticket/5869This probably won’t make v2.1 since we’re close to releasing this version. I’ve tentatively put the fix for v2.2.
Thanks for reporting!
September 9, 2014 at 5:39 pm #191030danbp
ParticipantBeing philosophical ? Yes at least, for sure ! 😉
Whatever is well conceived is clearly said… and the words to say it flow with ease. Nicolas BoileauBut it’s not really the case on this topic 😉 I’m french and you a buddypress n00b (your expression).
First, I suggested you to create a page.
You answered that you built a CPT and changed the slug by following a tutorial. This is working for page and not for CPT ?!!!Forget my snippets for the moment, and try to explain what you did exactly (a code example would be great).
And also, once the cpt will work, what do you expect after that ?
September 9, 2014 at 5:01 pm #191029durkk
ParticipantAre you trying to be sarcastic or philosophical?
I appreciate this is a labor of love and there must be many people like me expecting a easy fix to problem that is not yours.
I am new to buddypress like I clearly mentioned and was delighted to see you help out with snippets of code. But like anyone starting out with WP/BP a list of conditionals do not constitute an easier solution.
Where a coder sees a list of options to achieve something, a lamen will see a list of meaningless out of context and poorly documented tags.
I got my hopes up, but I guess I either have to learn BP whenever I have time (not likely) or keep on working with the crappy solution I have now. Word of advice from a buddypress n00b, don’t expect people to see the options you see when you link to a reference list.
September 9, 2014 at 4:51 pm #191028In reply to: [Resolved] bp_moderate capability?
Ryan Hale
ParticipantThe link you posted for reading assumes that you can actually access the Groups admin area, but that is precisely the problem as I can’t.
Also, I’m fairly new to BP plugin development, but I’m feeling pretty sure that I’m looking at the right place for how the admin menu is built. Here is what I posted in the original question, which comes from bp-groups/bp-groups-admin.php:
$hook = add_menu_page(
__( ‘Groups’, ‘buddypress’ ),
__( ‘Groups’, ‘buddypress’ ),
‘bp_moderate’,
‘bp-groups’,
‘bp_groups_admin’,
‘div’
);I’ll post a bug in trac.
Thanks,
Ryan
September 9, 2014 at 4:33 pm #191027In reply to: [Resolved] bp_moderate capability?
danbp
ParticipantSee in bp-groups/bp-loader.php how the menu is built
Ad if not already done, read here: https://codex.buddypress.org/plugindev/extend-groups-admin-ui/September 9, 2014 at 4:32 pm #191026In reply to: [Resolved] bp_moderate capability?
r-a-y
Keymaster@ryanjhale – Sounds like a bug.
Can you post a ticket on our ticketing system?
https://trac.buddypress.org/newticketUse the same login credentials as you do here.
Thanks!
September 9, 2014 at 4:03 pm #191022danbp
ParticipantDeactivate all plugins but buddypress and activate 2014 and retest your install.
See if the notices disappear and if the site loads correctly.
If not, deactivate buddypress and retest.If ok, activate custom community and retest only with wp.
If the errors are back, you have the culprit.
If it is ok, activate BP. Retest.If ok, you reactivate one by one your plugins. Except BP Toolbar, outdated and still in beta since april 2013. This plugin was intended for BP 1.5 to 1.7. And BuddyPress is use now the wp Toolbar.
If nothing of this is working correctly, you have to ask on the theme support.
September 9, 2014 at 3:51 pm #191021In reply to: [Resolved] bp_moderate capability?
danbp
Participantwp roles and bp capacities are two diffrent things.
bp_moderate has a specific usage applied to the site admin only. If you read what is written in bp-core-caps.php, you’ll see this comment at line 200* Temporary implementation of 'bp_moderate' cap. * * In BuddyPress 1.6, the 'bp_moderate' cap was introduced. In order to * enforce that bp_current_user_can( 'bp_moderate' ) always returns true for * Administrators, we must manually add the 'bp_moderate' cap to the list of * user caps for Admins. * * Note that this level of enforcement is only necessary in the case of * non-Multisite. This is because WordPress automatically assigns every * capability - and thus 'bp_moderate' - to Super Admins on a Multisite * installation. See {@link WP_User::has_cap()}. * * This implementation of 'bp_moderate' is temporary, until BuddyPress properly * matches caps to roles and stores them in the database. Plugin authors: Do * not use this function.BuddyPress groups moderators are not authorized to enter the admin dashboard or the group admin on frontend. Group moderators can only delete, move and spam group activities or topics. If the group has a forum, they wil have the same capacities.
If you want a user to be able to access the admin dashboard, you can give him an editor role (which is a wp role).
If you want to allow him access to the group admin on the front-end, you promote him to group admin. This setting doesn’t allow that user to enter the site admin. He’s only a group admin (with a wp role of subscriber, by default) and not a site admin (admin or super-admin (MS) ).
September 9, 2014 at 2:33 pm #191016In reply to: Adding video into activity without plugin
mahdiar
ParticipantThanks !
But there is small difference . When I copy the video url ( e.g. …../video.mp4 not the page url) in normal post in wordpress it shows a video player . Why it is not supported in buddypress?September 9, 2014 at 2:04 pm #191013In reply to: [Resolved] Group Edit Dashboard broken
SeeingBlueS2
ParticipantFound it. Ticket #5868
September 9, 2014 at 1:18 pm #191008In reply to: BuddyPress WHOIS-ONLINE-WIDGET-REFRESH
danbp
Participantwho’s online refreshes after 5 mn.
Read more here:
https://buddypress.trac.wordpress.org/ticket/3590and feel free to open an enhancement ticket on the Trac.
You can login with the same credentials as on this forum. -
AuthorSearch Results

