Search Results for 'buddypress'
-
AuthorSearch Results
-
February 21, 2013 at 12:28 am #153569
pdillon809
ParticipantI have two questions.
I’m using a child theme of Evolution and put all the 6 folders and sidebar-buddypress.php header-buddypress.php in the Child theme folder – it seems to work but is this the best practice?
Also, what’s the purpose of the “jQuery(document).” stuff at the bottom of sidebar-buddypress.php? If I copy your code as is, I see the text starting with jQuery(document). actually on the pages. Shouldn’t there be some pointy bracket stuff before jQuery(document).
Sorry for the lay terms, I’m not a programmer.
February 20, 2013 at 11:08 pm #153558moonpie00
ParticipantCan’t update status either. It seems that even here on buddypress.org I’m getting the same error. What gives?
February 20, 2013 at 10:13 pm #153555In reply to: Using 1.7 and need help with template layout
Hugo Ashmore
ParticipantI would perhaps wait, the proposed and committed patch was re-written by a later one reverting the change due to other issues arising from first.
For reference the green line is the addition or changed line and the red the removed or original version:
February 20, 2013 at 9:34 pm #153553In reply to: Using 1.7 and need help with template layout
@mercime
Participant@supernaturalbrews they’re working on it https://buddypress.trac.wordpress.org/ticket/4771 you can apply patch noted there in the meantime.
February 20, 2013 at 9:30 pm #153552fitnessblogger
ParticipantHi @mercime
I deactivated the Author Bio plugin, but still could not get the edit page link to work ??
I have no other recent plugins ???
Would i need to re-set anything ??
Can you suggest any other thoughts as to where I can look for a fix π
Kind Regards
James
February 20, 2013 at 9:10 pm #153547In reply to: BuddyPress Compatible
February 20, 2013 at 8:27 pm #153540In reply to: Send user notification when activity is deleted
David Hunt
ParticipantRevisiting this thread with a new issue!
My function has been working well, except I’ve recently discovered a small flaw: if an administrator deletes a user, then the user receives an email informing him or her that his activity has been removed for each and every thing he or she has ever posted! For a prolific user, that could be hundreds or thousands of emails. Not good!
This is by virtue of the user-delete process — it appears as though BuddyPress deletes each activity individually, and then WordPress deletes the user account.
For reference, my function is:
`function pa_send_notification_email( $args ) {
// If current user deletes his/her own activity, do nothing
// otherwise construct and send email
if ($args[‘user_id’] != bp_loggedin_user_id()) {
$ud = get_userdata($args[‘user_id’]);
$to = $ud->user_email;
// Build the message
if (($to) && ($to != ”)) {
$subject = ‘Your post has been removed’;
$message = ‘A moderator has removed your post. If you want to know why, please forward this message to the moderation team.
‘;
$message .= ‘Removed content:
‘;
global $wpdb;
$message .= wpautop( $wpdb->get_var( $wpdb->prepare( “SELECT content FROM “.$wpdb->prefix.”bp_activity WHERE id = %d;”, $args[‘id’] ) ) );
$message .= ”;//Send email
wp_mail($to, $subject, $message, ‘content-type: text/html’ );
}
}
}
add_action( ‘bp_before_activity_delete’, ‘pa_send_notification_email’);`So what I think I need is an extra check in my function, to make sure we are not about to delete the user. I’ve thought about a secondary function to hook into the `delete_user` action to set a global variable, and then checking for this variable in my `pa_send_notification_email()` function.
But I am not sure how to go about this. Does anyone have any thoughts?
February 20, 2013 at 8:21 pm #153538In reply to: Avatar won't crop in Chrome
@mercime
Participant@bphelp You’re welcome. Are you referring to this Simplify theme? https://wordpress.org/extend/themes/simplify If so, might I suggest posting at theme author’s support forum at https://wordpress.org/support/theme/simplify and ask if he/she could take the time to resolve it so that more people may be able use the theme with BuddyPress.
February 20, 2013 at 7:45 pm #153532In reply to: buddypress-sliding-login-panel
@mercime
Participant@monray67 Please post your support question at plugin author’s forum at https://wordpress.org/support/plugin/buddypress-sliding-login-panel Check out the threads for possible solutions offered by other users there.
February 20, 2013 at 7:43 pm #153531In reply to: LoveBP-checkout my site
@mercime
Participant@ladyglam Moved your topic to the “Your BuddyPress” forum.
Sorry, but there will be many who are loathe to register in an unknown site just to see what the site is all about. Please feel free to either provide links to screenshots of your members directory, groups directory and/or whatever you think showcases your community best. Or, provide a throw-away testuser login info. Thanks.February 20, 2013 at 7:10 pm #153528In reply to: spam messages! and error for delete my account.
Paul Whitener Jr.
Participant1. spam messages!
I really like this plugin for managing spam registrations and comments:
https://wordpress.org/extend/plugins/stop-spammer-registrations-plugin/
Signing up for an Akismet key will also help with spam comments, as would requiring someone to create an account and login before doing so (in Settings: Discussion).
2. am using bp on my 3rd blog. somehow users can not delete theirβs account.
You can enable this in: Settings: BuddyPress: Settings (tab): Allow registered members to delete their own accounts
February 20, 2013 at 6:12 pm #153523In reply to: Testing BP 1.7b1 and having some issues
raghavendra satish peri
Participant@djpaul not sure if i am high jacking this thread but can you please confirm, in my group forums when i click on subscribe or add to favorite i get redirected to the groups page when i use the buddypress theme. When i use canvas woo theme or any other themeforest theme i get 404 error for the same action.
I expect to stay on the forum thread even after i click subscribe or add to favorite ….is this a bug in 1.7 and yes i see the same behavior of redirecting to groups page in 1.6.4 too. I am using latest version of bbpress and wordpress
February 20, 2013 at 3:49 pm #153514@mercime
ParticipantDeactivate that bio plugin and check if issue is resolved. If not, deactivate other plugins one by one to identify possible culprit.
February 20, 2013 at 3:36 pm #153513In reply to: BuddyPress on WordPress MU
@mercime
Participant@pixelscode If you want a Multisite installation, you need to create a network – https://codex.wordpress.org/Create_A_Network
Please make sure you’ve got your multisite installation working first before you install BuddyPress – https://codex.buddypress.org/user/before-installing/
If you have any issues with your multisite install, resolve it first at https://wordpress.org/support/forum/multisite
February 20, 2013 at 3:36 pm #153512In reply to: Theme Integration
alanfolkard
ParticipantHello Again
I downloaded BuddyPress 1.7 and bbpress 2 to my site. I added the pages automatically created to a menu item on the site called Community. So near but so far….!!!
Being new to all of this I think the install worked in part but the registration page displays my Homepage when I’m logged in. I’ve registerd a new member from the site and received an email fine but I can’t see how a new member can log-in. Extended Profiles was checked as well, where can I configure these?. I’m also unsure how to configure groups and forums site wide.
You can view the development site here www.http://test.warriorstowork.org.uk/testing/
Some step by step instructions would be good.
February 20, 2013 at 2:51 pm #153510fitnessblogger
ParticipantHi @mercime thanks for the speedy reply,
Not changed the theme but have added a “Author bio Plugin” recently actually…
I am running a Multisite install… If this plugin is the problem do you think there may be a way to fix this ???
Where should I be looking??
Cheers
James
February 20, 2013 at 2:46 pm #153508@mercime
Participant@fitnessblogger did you change your theme or upload/update a plugin recently?
February 20, 2013 at 2:20 pm #153506In reply to: Notifications do not seem to work
josepaitamala
ParticipantI installed this plugin and now I am not having this problem anymore , just to let you know
February 20, 2013 at 1:17 pm #153502In reply to: Notifications do not seem to work
mamadavie
ParticipantI am also having this problem:
wp 3.5
buddypress 1.7
all fresh install.February 20, 2013 at 12:35 pm #153495In reply to: Notifications do not seem to work
josepaitamala
ParticipantHi there, I am having the same problem, probably this is a bug of BuddyPress?
February 20, 2013 at 10:10 am #153493In reply to: Testing BP 1.7b1 and having some issues
Paul Wong-Gibbs
KeymasterIf you use 1.7 on a BuddyPress theme, then the theme compatibility won’t be used. It’s definitely worth asking the WPMU team to test it against the 1.7 beta to see if they need to fix anything (or if we’ve caused any regressions).
February 20, 2013 at 9:36 am #153491In reply to: Testing BP 1.7b1 and having some issues
philipt18
ParticipantI’ll post a message on the WPMU forum, but if there’s an issue it’s still worth pointing out here I think. Especially since 1.7 is supposed to work with all themes. In any case, that was a minor issue.
I haven’t created a bp-custom.php file.
I disabled all the plugins except Buddypress, and tried creating a Group again, but the problem still exists.
February 20, 2013 at 8:55 am #153488In reply to: How to Add Page Comments to Activity Stream
Anonymous User 7600456
InactiveI had the same problem.
I finally worked it out with help from the ticket you linked to. Thanks!
February 20, 2013 at 8:54 am #153487In reply to: [Resolved -Tip] Page comments in activity stream?
Anonymous User 7600456
InactiveHooray! I worked it out in the end.
Here is how I did it:
1, If you don’t already have one create a blank page in ‘/wp-content/plugins’ called bp-custom.php (see this page for more info)
2, Paste this code into bp-custom.php: http://pastebin.com/Sk56iQQU
For reference these are the pages that helped me work it out:
https://buddypress.trac.wordpress.org/ticket/4784
https://buddypress.trac.wordpress.org/ticket/4106
https://codex.buddypress.org/developer/customizing/bp-custom-php/
Edit: I can’t get the ‘code’ tags to work. I have put it in a pastebin. Mods feel free to edit this to work and delete this note and the link to pastebin.
February 20, 2013 at 8:02 am #153486In reply to: Username autocomplete not working
mort3n
ParticipantI have the same problem on the same setup and have conducted the same test.
Here’s a link to a ticket about this
https://buddypress.trac.wordpress.org/ticket/4801I thought it was a problem with W3TC as this has had some instabilities over the last few releases, but not so.
I suspect that the cause of this is also the cause of Activity stream updates not working on my site.
Pretty frustrating!
Can’t help but wonder if this has something to do with the ajax hardening introduced in 1.6.4 as mentioned in the release announcement
https://buddypress.org/support/topic/buddypress-1-6-4-released/Am sooo looking forward to 1.7 π
Cheers
Mort3n -
AuthorSearch Results