Search Results for 'buddypress'
-
AuthorSearch Results
-
August 17, 2013 at 1:52 pm #169959
In reply to: buddypress profile new tab returns permission denied
shanebp
ModeratorTry these changes:
'parent_url' => $bp->loggedin_user->domain . '/', 'parent_slug' => $bp->profile->slug,August 17, 2013 at 3:28 am #169950In reply to: buddypress profile new tab returns permission denied
blakemacnair
ParticipantSorry for the late response, but nope, that didn’t do it, still giving me the same error page.
August 16, 2013 at 8:09 pm #169940In reply to: Dashes in usernames
Hugo Ashmore
ParticipantYep this is an issue we’re aware of I did a little work on username reg process in core but this aspect is tricky and needed to be re-visited separately:
https://buddypress.trac.wordpress.org/ticket/4939August 16, 2013 at 5:13 pm #169927In reply to: Registration and Activation pages missing
bsapaka
ParticipantI had a similar problem of none of the pages showing, even with the default buddypress theme and registration enabled. The pages showed the template, but no buddypress content.
I fixed the problem by setting each page as its own parent page. As a child page, the members, group, etc did not work. As a parent page, they did.
Hope this helps!
August 16, 2013 at 3:36 pm #169926In reply to: Dashes in usernames
aces
ParticipantAugust 16, 2013 at 3:31 pm #169925In reply to: Activation Code after New Member Registration
kvdamme
ParticipantI had the exact same problem. I solved it by redirecting users to their profile page upon login by adding the code below (which I found here: http://buddydev.com/buddypress/buddypress-trick-redirect-users-to-their-profile-on-login/) to functions.php
/*let us filter where to redirect */ add_filter("login_redirect","bpdev_redirect_to_profile",10,3); function bpdev_redirect_to_profile($redirect_to_calculated,$redirect_url_specified,$user) { if(empty($redirect_to_calculated)) $redirect_to_calculated=admin_url(); /*if the user is not site admin,redirect to his/her profile*/ if(!is_site_admin($user->user_login)) return bp_core_get_user_domain($user->ID ); else return $redirect_to_calculated; /*if site admin or not logged in,do not do anything much*/ }August 16, 2013 at 1:33 pm #169922In reply to: notifications do not appear in the side bar
MCLMarcos
ParticipantThanks for the reply Hugo
Excuse me, if I understand you said that this feature is only available for the bp-default. Right?
However, the theme I’m using is the bp-default. Just changed the CSS to customize it.
Before, in BuddyPress 1.6, the notification appeared normal. After the updates to 1.7 and 1.8 is that it stopped appearing.
What do you think?
August 16, 2013 at 8:40 am #169919Ella Van Durpe
ParticipantTry my plugin Rename wp-login, it does exactly what you want.
August 15, 2013 at 11:47 pm #169914In reply to: Buddypress locking a member out of his own group
kagurarap
ParticipantHmm I’ll try disabling the Page Cache and then putting DB cache back on to see if it’s the combination. It didn’t really act up until I installed the DB cache but the site seems to be getting slow from what looks like the images being uploaded by the users or a post versus the images from the site itself or code.
I’ll also check out w3total cache as well – will post with results. Thanks!
August 15, 2013 at 9:22 pm #169911Rachel Biel
ParticipantA related issue is how forum post links show up elsewhere. For example, we have a private group on facebook and I am directing them to the various forum topics that I am creating. All of the links show up as TAFA Forum Group. It gets really confusing if you post a lot of them. I would think this also has to do with how the permalinks and feeds show up. I don’t know if this is a buddypress or bbpress issue, but I hope it’s addressed in future updates. Social media is a part of our world now and buddypress needs to be able to function just as wordpress does if content can have viral potential.
August 15, 2013 at 7:18 pm #169910In reply to: Buddypress locking a member out of his own group
shanebp
ModeratorI’ve had great success using w3totalcache with most everything selected except page caching.
And I always use the memcached option – so you have to have memcache set up across all your servers.
Involves a lot of fiddling – but worth it for installs with tens of thousands of members.
August 15, 2013 at 7:09 pm #169909In reply to: Buddypress locking a member out of his own group
Hugo Ashmore
ParticipantNo you don’t cache DB stuff you do cache static objects, caching dynamic data will cause issues and BP draws heavily on DB tables.
tbh caching plugins with WP seem to be more hassle than they are worth, cause of loads of issues. Always considered caching a server aspect really and/or offloading static stuff to CDN.
August 15, 2013 at 5:23 pm #169903Roger Coathup
ParticipantMaybe I’m just confused by the naming:
I know I can do this by creating my own class named BP_Legacy in my theme and customising, but this doesn’t seem a correct approach.
Is the BP_Legacy class supposed to behave like a pluggable function? i.e. you are expected to redeclare the class with the same name?
—
On a separate but related matter — if I want to create a completely bespoke theme (not theme compat), how do I stop an instance of BP_Legacy being created and registering its actions?
I’ve tried declaring add_theme_support(‘buddypress’) hooked on to ‘after_setup_theme’, but that doesn’t stop an instance of BP_Legacy being constructed and registering its actions.
Looking at the BP_Theme_Compat constructor, it would appear that add_theme_support(‘buddypress’) should stop it — does it need to be hooked on to something earlier than ‘after_setup_theme’?
August 15, 2013 at 5:21 pm #169902In reply to: Buddypress locking a member out of his own group
shanebp
Moderatorw3totalcache is a very powerful plugin.
And it’s essential to use a caching plugin on large BP installs.
But don’t use page caching with any plugin or you will get stale pages and other issues.And you’ll have to carefully tune the plugin settings for your particular install and hosting.
It can be quite complicated. But once you get it right, the difference is dramatic.August 15, 2013 at 5:09 pm #169901In reply to: Buddypress locking a member out of his own group
kagurarap
ParticipantHi Rachel,
Thanks! It wasn’t the Hyper Cache but it looks like my database caching plugin (DB Cache Reloaded Fix) was the issue, the moment I disabled that, the “join” button was gone on his account and the text editor re-appeared for him to post on his group. I don’t understand why that would happen though for this one member due to database caching? Does this mean that buddypress doesn’t behave well with db caching plugins in general or I just need to adjust my settings somehow?
~kagurarap
August 15, 2013 at 3:36 pm #169896In reply to: login username and avatar quality
aces
ParticipantFor point 1:
See https://buddypress.trac.wordpress.org/ticket/4622#comment:8 for suggested work arounds.
Alternatively: http://wordpress.stackexchange.com/questions/66204/showing-the-users-username-in-registration-email-or-activation-page-with-buddyp
August 15, 2013 at 1:41 pm #169889In reply to: BuddyPress and Child Installation
David_1
ParticipantThank you Hugo!
I will take a look.
August 15, 2013 at 3:58 am #169869In reply to: Buddypress locking a member out of his own group
Rachel Biel
ParticipantI had the same problem with one of my users and found that w3-total-cache was causing the problem.
https://wordpress.org/plugins/w3-total-cache/I disabled it and she could post again.
Check the support area of your hyper cache plugin and see if others are reporting stuff there. W3-Total-Cache was full of people reporting bad things happening…
August 14, 2013 at 7:13 pm #169856In reply to: Widgets Not Displaying on BuddyPress Pages
producist
ParticipantI’ll try uploading BuddyPress via ftp and see what happens.
August 14, 2013 at 7:12 pm #169855In reply to: Widgets Not Displaying on BuddyPress Pages
producist
ParticipantThanks for the response.
No sidebar widgets are showing up on BuddyPress pages (activity, member and group directory, etc), but they show up on the regular pages.
I’m using the Neighborhood E-Commerce Theme.
August 14, 2013 at 7:07 pm #169854In reply to: BuddyPress and Child Installation
Hugo Ashmore
ParticipantHave you had a look through the codex? There are guides to working with child themes and theme compatibility. If they don’t help post back to thread.
August 14, 2013 at 6:47 pm #169851In reply to: [BUG] Request Group Membership
Fee
Participantsame here with
WordPress 3.6 (upgraded)
BuddyPress 1.8.1 (upgraded)
BP Default ThemeI opened a ticket on this: https://buddypress.trac.wordpress.org/ticket/5140
August 14, 2013 at 4:33 pm #169843In reply to: Unable to disable buddypress, help please…
Hugo Ashmore
Participant@andresdez before doing anything else, including activating or re-activating BP, could you switch to the twentytwelve theme then attempt to activate BP and tell us what happens.
August 14, 2013 at 4:18 pm #169842In reply to: Unable to disable buddypress, help please…
Ben Hansen
ParticipantCan you rename the buddypress folder in the server causing no problem???
yes well that is the standard way to deactivate plugins when they don’t want to cooperate or if you cannot access wpadmin because of the fault so i don’t see any reason why that wouldn’t work.
August 14, 2013 at 2:42 pm #169840evanvolgas
ParticipantHey, your answer turned me onto bp-custom though and it was helpful to read what you’d originally shared too. WordPress to BuddyPress… a bit different, but very cool stuff.
For those interested, the problem was that the nonprofit had several usernames/emails identical to each other. The default “add new user” search in the groups admin area was for user_name and user_email… not helpful in this client’s case. aces responded with https://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/ which, while not the right solution for this specific problem, turned me onto this
https://codex.buddypress.org/developer/customizing/bp-custom-php/, which is (or at least it works… is there ever the one right solution? not sure.”In any case, I created a bp-custom.php file and unhooked the original search function
remove_action( ‘wp_ajax_bp_group_admin_member_autocomplete’, ‘bp_groups_admin_autocomplete_handler’ );
Then I changed the autocomplete handler to show display_name and added the action back in
add_action( ‘wp_ajax_bp_group_admin_member_autocomplete’, ‘mbb_groups_admin_autocomplete_handler’ );
This one is solved. Turned out it was simple after all. @aces, thanks for sharing what you did. I read over the link you shared and saw the link to bp-custom, which somehow I didn’t find when I was looking into this earlier. I appreciate your help and it looks like the problem is solved 🙂
-
AuthorSearch Results