Search Results for 'buddypress'
-
AuthorSearch Results
-
September 12, 2011 at 7:55 pm #119938
In reply to: BuddyPress 1.5 compatibility for plugins and themes
archonic
ParticipantFor anyone looking, use the most recent github version of bp-template-pack for getting your theme BP 1.5 compatible – https://github.com/boonebgorges/bp-template-pack. Be wary of jquery conflicts and note that you may need to use the old method of editing 13 files instead of the more graceful method mentioned in the instructions.
September 12, 2011 at 7:36 pm #119934In reply to: Profile field group issues
tnd
MemberAh, so there is such a function. Haha, I do see the appeal and usefulness, but in this case it’s linking some rather…odd words. I’ll look around and see what I can find.
Thank you again, you’ve been a great help!
September 12, 2011 at 7:31 pm #119933In reply to: Profile field group issues
Quint
Participant@tnd, you’re welcome. Actually, the links are one of the most “awesome” features of Buddypress. Let’s say that one of your family member’s plays the violin, where Buddypress has applied a “link” for “violin”. Guess what happens when that link is clicked? Buddypress searches your entire community for members who have that attribute and lists them for further perusal, friendship building, etc. It’s a “community” building feature. Saying that, there’s a way to tell Buddypress not to establish a link for a particular word/element, etc. For example, a phone number would be a silly element to have a link for, right?
Since I’m new to all of this, I cannot remember what the tags/punctuation is that one would surround the word with that you wouldn’t want Buddypress to provide a link for.
September 12, 2011 at 7:18 pm #119932Quint
Participant@DJPaul, I went back to my profile and tried a several different combinations. This shows up when the field group has a multiselect box where an item has been selected then saved. When viewed in Public, the Group field heading shows up as well as the field’s value. After clearing that multiselect field and saving, Public still shows the Group heading with no values. This happens in testbp as well. Thanks.
September 12, 2011 at 7:18 pm #119931In reply to: Profile field group issues
tnd
MemberThank you very much for the prompt reply! I think I understand what you’re getting at; each family member would sign up with their own account, and become a member of the group, correct?
However, there are a few reasons why that would complicate matters: for one thing, my site will have paid memberships, so it would be preferable if a single family could use one membership. Also, I had planned on members being able to create sub-profiles for their pets.
I believe I have fixed the ‘Name’ problem by simply changing the field names. Thank you for the help, @qrahaman! It’s greatly appreciated!
So now my only problem is the links…
September 12, 2011 at 6:27 pm #119927In reply to: Missing BP Compatibility from Appearance Menu
@mercime
Participant@TammyM Should show up in dashboard menu Appearance > BP Compatibility if both BuddyPress and BP Template Pack plugins are activated. What versions of BP and template pack plugins are you using?
September 12, 2011 at 6:18 pm #119926September 12, 2011 at 5:50 pm #119922In reply to: Can’t create a group after update
wendymerritt
Participant1. WordPress v. 3.2.1
2. WordPress is the root install of my shared hosting package with Hostgator
3. If a directory install, is it in root or in a subdirectory?
4. I was already running the current version of WordPress
5. Yes, everything was functioning correctly before the upgrade
6. BuddyPress v. 1.2.10
7. I think I was previously using BuddyPress v. 1.2.9
8. The plugins that are currently active on the domain are:
BuddyPress Announce Group
E-Newsletter
Social Profiles Widget
WordPress Amazon Associate
WP-Cycle
The plugins that are currently active on the network are:
Akismet
BackupBuddy
Biblefox for WordPress
BP Groupblog
BuddyPress
BuddyPress Badge
BuddyPress Classifieds
BUddyPress Mobile
BuddyPress Sitemap Generator
Flexi Pages Widget
Genesis Connect
Genesis Favicon uploader
Genesis Simple Edits
Genesis Simple Menus
Google Calendar Events
Membership Premium
Multisite User Management
Tiny MCE Advanced
WPMU DEV Update Notifications
9. Genesis theme with the GenesisBuddy Add-on
10. Have you modified the core files in any way? No
11. Do you have any custom functions in bp-custom.php? No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? We don’t use bbPress
13. Please provide a list of any errors in your server’s log files. My server Error Log file is empty
14. Which company provides your hosting? Hostgator
15. Is your server running Windows, or if Linux; Apache, nginx or something else? LinuxSeptember 12, 2011 at 4:47 pm #119918aces
ParticipantYou should start a new topic!
Some web hosts require extra configuration to work with wordpress email.
wp-mail-smtp also provides a testing mode to help debug php and smtp mail.
Previous discussions about it can be found by searching buddypress.org for WP-Mail-SMTP
September 12, 2011 at 5:01 am #119906In reply to: Help with BuddyPress badge plugin
modemlooper
Moderatorit hasn’t been updated in a year and is most likely broken.
September 12, 2011 at 4:04 am #119904Mike84
MemberOk problem solved. After some more research I found out that the problem was with my php memory limit. I initially tried to simply change the memory limit by adding define (‘WP_MEMORY_LIMIT’,’128M’); to wp-config. That didnt work. But after completely deleting BuddyPress, raising the memory limit in wp-config, the re-uploading BuddyPress, everything seems to be working.
September 12, 2011 at 3:34 am #119903@mercime
ParticipantSeptember 12, 2011 at 3:09 am #119902Mike84
MemberI should add that wordpress is installed in a development folder, /web. BuddyPress is located in /web/wp-content/plugins.
September 12, 2011 at 1:57 am #119899In reply to: BuddyPress 1.5 RC 1! And BP 1.2.10! Wooooo!
LPH2005
ParticipantBP 1.2.10 installed on two wp 3.2.1 networked sites without issue.
Congratulations on working so hard on BP 1.5. Now – if there was only a way to get the activity stream to be “real-time” …
September 12, 2011 at 1:11 am #119898In reply to: Registration Approval Plugin
acurran
MemberMy 3 step solution to this problem is as follows:
1. Install plugin – BuddyPress Pending Activations (https://wordpress.org/extend/plugins/buddypress-pending-activations/)
2. Make hack to plugin function bp_pending_activations_admin() so that it sends an email when a user is activated:
$resendusers = $wpdb->get_results( $wpdb->prepare( “SELECT u.ID, u.user_login, u.user_email, m.meta_value FROM ” . CUSTOM_USER_META_TABLE . ” m, “. CUSTOM_USER_TABLE .” u WHERE u.ID = m.user_id AND m.meta_key = ‘activation_key’ AND u.ID IN ({$userids})” ) );foreach ( $resendusers as $resend ) {
/* Activate the signup */
$user = apply_filters( ‘bp_core_activate_account’, bp_core_activate_signup( $resend->meta_value ) );/* If there was errors, add a message and redirect */
if ( $user->errors ) {
echo ‘There was an error activating this account, please try again: ‘. $resend->user_login;
} else {
$to = $resend->user_email;
$subject = “Your ?????? Account Has Been Activated!”;
$message = “Your account has been activated. Go to http://??????/ and sign in with the username and password that you created when you signed up.nnWelcome to ?????!”;
$admin_email = get_site_option( “admin_email” );
$from_name = “??????????”;
$message_headers = “MIME-Version: 1.0n” . “From: “{$from_name}” n” . “Content-Type: text/plain; charset=”” . get_option( ‘blog_charset’ ) . “”n”;
wp_mail( $to, $subject, $message, $message_headers );
}
3. Redirect activation email to admin (to use as a noitification for admin instead of automatically sending activition key to user) by adding this to functions.php:
function change_activation_email_to($content) {
return get_site_option( “admin_email” );
}
add_filter( ‘bp_core_activation_signup_user_notification_to’, ‘change_activation_email_to’);So the when a new user signs up, they do not get any activation email. That goes to the admin instead. You will need to change the wording in your template to let the user know that they have to wait for manual approval. Admin logs in to WP admin and goes to Pending Activitations and activates the user. An email is sent to user to let them know they have been activated.
September 11, 2011 at 8:46 pm #119891In reply to: BuddyPress 1.5 Resources: Tutorials, Videos and Info
Boone Gorges
KeymasterBuddyPress 1.5 has not been released in a stable version yet. We are in Release Candidate status. https://buddypress.org/2011/09/buddypress-1-5-release-candidate-1-and-buddypress-1-2-10/
September 11, 2011 at 7:53 pm #119890In reply to: BuddyPress 1.5 Resources: Tutorials, Videos and Info
Thorsten :-)
ParticipantWhere can I upgrade from BP 1.2.10 to 1.5? WP 3.2.1 shows me version of BP 1.2.10 only.
September 11, 2011 at 7:21 pm #119888In reply to: 1.5 Child Theme Not Working
Boone Gorges
Keymaster@mercime ‘s method will work correctly. But, as of https://buddypress.trac.wordpress.org/changeset/5124, it shouldn’t be necessary. The method that @alanchrishughes suggests should work properly. Please ensure that you’re running 1.5-rc-1, or an svn checkout of at least r5124.
September 11, 2011 at 1:24 pm #119880In reply to: BuddyPress 1.5 RC 1! And BP 1.2.10! Wooooo!
rossagrant
ParticipantVery excited for 1.5!
Counting down the days to a full public release!
September 11, 2011 at 4:36 am #119868In reply to: How do you shut off buddpress admin bar in multisite
@mercime
ParticipantSeptember 11, 2011 at 4:24 am #119867In reply to: Space between Navbar and Subnav
@mercime
Participant@kkradel if you used BP template pack plugin, check out the selectors used in bp.css file as a guide to start you off – https://plugins.svn.wordpress.org/bp-template-pack/tags/1.1.4/bp.css
side note: nope, your site url didn’t show up in update
September 11, 2011 at 4:12 am #119866In reply to: BuddyPress 1.5 RC 1! And BP 1.2.10! Wooooo!
Quint
ParticipantSo far, so good. Thanks, guys!!!!!
September 11, 2011 at 3:43 am #119863@mercime
ParticipantTo install bbPress forums with current BP version
https://codex.buddypress.org/buddypress-site-administration/buddypress-forum/To install bbPress plugin with BP 1.5rc1
https://bbpress.trac.wordpress.org/ticket/1619
https://bbpress.org/forums/topic/bbpress-20-shortcodes
https://bbpress.org/forums/topic/bbpress-20-theme-compatibilitySeptember 11, 2011 at 3:32 am #119862In reply to: BuddyPress 1.5 RC 1! And BP 1.2.10! Wooooo!
@mercime
ParticipantThree cheers!
September 11, 2011 at 3:31 am #119861In reply to: Sidebar now located way down the pages
@mercime
Participant@idahoannie @kkradel after installing BP Template Pack plugin, you need to go through the process including imposing your active WP theme’s HTML structure onto the BP template files transferred into your WP theme’s folder in server.
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/If you require further assistance:
– open up your theme’s page.php file, select all and copy
– go to pastebin.com and paste the code, click on submit button
– copy the generated pastebin.com url and post here. -
AuthorSearch Results