Search Results for 'buddypress'
-
AuthorSearch Results
-
December 17, 2012 at 5:22 am #147599
In reply to: user activity share plugin for wordpress buddypress?
Kiran@Caret
ParticipantHi @modemlooper thanks for the reply, bp-bookmarklet does not meet my need, how can we share my friend activity inside my buddypress as similiar to facebook share inside facebook activity.I dont want to share from external or i dont want share activity outside my buddypress. Please let me know how it can be done, any pointer for this will be helpful.Thanks in advance.
December 17, 2012 at 3:30 am #147591In reply to: Suggestion for BuddyPress "Account Creation Page"
@ChrisClayton
ParticipantThen easiest way to show a message on the registration page is to edit the template in your theme and replace the default message. https://buddypress.trac.wordpress.org/browser/trunk/bp-themes/bp-default/registration/register.
If you want an alternative way, there is numerous action hooks within the file, so you can add the message via a plugin.
function cc_registration_notice() {
echo 'You will get a link in email to activate your account after registration';
}
add_action( 'bp_before_registration_submit_buttons', 'cc_registration_notice');
December 17, 2012 at 3:19 am #147590In reply to: [error] Links In Buddypress Profile
BuddyPress101
ParticipantI notice once I use the ‘____’ marks it works, but when I use the drop select fields it still shows the links.
December 17, 2012 at 3:06 am #147588In reply to: [error] Links In Buddypress Profile
BuddyPress101
Participantokay so its up now what I got to do for the links to be removed? Do I have to re do all the profile fields over?
December 17, 2012 at 3:00 am #147587In reply to: [error] Links In Buddypress Profile
modemlooper
ModeratorPut code in between php tags. The // is a comment you can leave or remove.
December 17, 2012 at 2:55 am #147586In reply to: [error] Links In Buddypress Profile
BuddyPress101
Participantdo I place the code you put and replace the // as well?
December 17, 2012 at 2:49 am #147585In reply to: [error] Links In Buddypress Profile
BuddyPress101
Participantokay I added it but the links are still showing up.
December 17, 2012 at 2:35 am #147584In reply to: [error] Links In Buddypress Profile
modemlooper
ModeratorNever replace code in the core, you add custom code to a file you place in the wp-content/plugins folder: https://codex.buddypress.org/developer/extending-buddypress/bp-custom-php/
December 17, 2012 at 2:30 am #147583In reply to: [error] Links In Buddypress Profile
BuddyPress101
Participantthanks but where can i find that code to replace it? appreciate the help!
December 17, 2012 at 2:22 am #147582In reply to: [error] Links In Buddypress Profile
modemlooper
Moderatorfunction my_remove_xprofile_links() {remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );
}
add_action( 'bp_init', 'my_remove_xprofile_links' );
December 17, 2012 at 2:14 am #147581In reply to: [error] Links In Buddypress Profile
Ben Hansen
Participantoh gotcha not sure how to do that sorry.
December 17, 2012 at 1:47 am #147580In reply to: [error] Links In Buddypress Profile
BuddyPress101
ParticipantThats the point, I don’t want the links to show up on the profiles. I’m trying to remove auto-links in BP profiles.
December 17, 2012 at 1:45 am #147579In reply to: [error] Links In Buddypress Profile
Ben Hansen
Participantwhat are you trying to do links inside profile fields should work given proper formatting (including the http://)
December 17, 2012 at 1:44 am #147578In reply to: Unable to allocate memory for pool.
Rolf Allard van Hagen
ParticipantOh, this is BuddyPress 1.6.2 on WP 3.5 in Multisite mode.
And I just noticed this is coming from APC Opcode Cache which is suddenly massively running out of space with a HUGE cache full count. I’m afraid BuddyPress IS a bit big for this low-end VPS š
December 17, 2012 at 12:57 am #147574dprundle
ParticipantI de-activated my twenty-eleven child theme and uninstalled buddypress and the buddypress template pack.
I then re-activated my twenty-eleven child theme and both plugins. Now things are semi-working again.
Hope this helps someone.
December 16, 2012 at 8:09 pm #147566In reply to: Suggestion for BuddyPress "Account Creation Page"
Ben Hansen
Participantglad to be a help let us know if that works!
December 16, 2012 at 8:07 pm #147565In reply to: Suggestion for BuddyPress "Account Creation Page"
rickkumar
ParticipantThank you, I will research more before I make any changes.
December 16, 2012 at 7:06 pm #147562In reply to: Suggestion for BuddyPress "Account Creation Page"
Ben Hansen
Participanti would say a template file i think there should be one called register.php? Be advised i know plenty about css/html but i can not give you any advice with regards to php so you’d probably want to know what you’re doing before you go around messing with that file.
December 16, 2012 at 7:03 pm #147561Paul Wong-Gibbs
KeymasterSorry if we missed it modemlooper, but as an experienced developer of BuddyPress, if we miss anything silly/important like this, shout and scream about it š
December 16, 2012 at 6:52 pm #147560In reply to: Suggestion for BuddyPress "Account Creation Page"
rickkumar
ParticipantThank you.
Hopefully the devs can comment on this thread because almost 70 % of the new members never activate their account from the email they get…so definitely vast majority of these 70% are spammers.
Q: How can I display a message like this “You will get a link in email to activate your account after registration” on the account creation page?Ā
Thank you.
December 16, 2012 at 6:20 pm #147558In reply to: Memory woes with buddypress
Ben Hansen
Participantmight be helpful if you provided a little more info but I’m guessing from what you’ve already said that this is a shared host i would not personally recommend buddypress on any shared server. Not that there aren’t a lot of people around here who are way more knowledgable then me around here who could very well optimize a site to run efficiently without a ton of resources but a certain level of activity no amount of optimization would work very well with a shared host, again my opinion.
December 16, 2012 at 6:04 pm #147556In reply to: Performance – very slow site…
Ben Hansen
Participant(shared hosting)
Iām thinking of moving to a good VPS (4 cores, 1.5GB RAM).
i think that’s a really good idea. buddypress has a lot of stuff going on under the hood compared to an ordinary wordpress site (which in turn also has a lot of stuff going on under the hood compared to an old school static site). i would certainly defer to anything modemlooper says because you could make a similar analogy in comparing our respective knowledge level regarding WP/BP. But suffice to say a BP site with as many plugins (and # of elements on the linked pages) you have running on shared hosting, to me, is a recipe for slow site and under 5 seconds is actually not too shabby.
you have to remember these shared hosting servers tend to run hundred or thousands of sites per machine and with a WP/BP probably does as much compute as about a hundred or thousand static sites would normally do to serve content to a visitor. when your site gets to certain level of popularity even a “decent vps” will probably not be enough. we have just infact moved from a “decent vps” to a specialty wordpress host having done that i would recommend considering that option.
December 16, 2012 at 6:04 pm #147555SFMichael
ParticipantThis is an old thread however I wanted to accomplish what you have asked and have got it to work.
What i think happens is when bp_signup_validate is called triggering your validation function, the error should be added to an errors array. This will only be displayed when you call
in register.phpYou code is right you just need to add:
Hope this makes sense or is right š
December 16, 2012 at 5:46 pm #147554In reply to: Restrict access to posts based on group membership
Ben Hansen
Participantsome ideas here:
https://buddypress.org/support/topic/posts-with-password-privacy/
December 16, 2012 at 3:23 pm #147550modemlooper
Moderator@djpaul this was the ticket i posted months ago :/
-
AuthorSearch Results