Search Results for 'wordpress'
-
AuthorSearch Results
-
March 10, 2016 at 9:14 pm #251005
In reply to: bp_core_add_message error custom
mcpalls
ParticipantMarch 10, 2016 at 7:35 pm #251002In reply to: WordPress users are Buddypress members?
Henry Wright
ModeratorYes, you can use Boone’s plugin Unconfirmed to activate the users manually:
https://wordpress.org/plugins/unconfirmed/March 10, 2016 at 5:20 pm #250996In reply to: PHP to get Field-Group-ID given Field-Group-Name?
shanebp
ModeratorMarch 10, 2016 at 10:55 am #250972In reply to: Change Buddypress default email
Henry Wright
ModeratorSo
wp_mail_fromworks for all email notifications aside from private message email notifications? If that’s the case then this is likely a bug. You could open a ticket for this on Trac.March 10, 2016 at 10:17 am #250965In reply to: A list of updated and recommended plugins
Henry Wright
ModeratorUnfortunately there isn’t a page which shows a list of working and broken plugins. However, you can use the WordPress review system and support forums to check what people are currently saying about a particular plugin. If it works, any bugs or issues should all be posted there.
March 9, 2016 at 3:30 pm #250917In reply to: Anspress and Buddypress
Paul Wong-Gibbs
KeymasterThat’s WordPress 4.4’s embed feature https://codex.wordpress.org/Version_4.4
I think we added support for that to our activity stream in our last release.
If you don’t want the feature at all, https://wordpress.org/plugins/disable-embeds/ should work.March 9, 2016 at 10:25 am #250903In reply to: PHP to get Field-Group-ID given Field-Group-Name?
johnywhy
ParticipantHi,
so i created a custom function to achieve this. It works:
function bp_Get_FieldgroupID($FieldgroupName){ global $wpdb; // will want to dynamically find table name for future wordpress installs. $query = "SELECT ID FROM wp_t9s5y8_bp_xprofile_groups WHERE name = '$FieldgroupName'"; return $wpdb->get_var($query); }This page explains the basics of wordpress mysql queries:
https://diigo.com/08f43mWhat i don’t know is how to dynamically find the table name– obviously no one else can use this function in their BP until it dynamically uses the correct table name. I welcome any help with that.
thx!
March 8, 2016 at 1:02 pm #250864In reply to: Disable “Link Preview”
Paul Wong-Gibbs
KeymasterRight. That’s WordPress 4.4’s embed feature https://codex.wordpress.org/Version_4.4
I think we added support for that to our activity stream in our last relese.
If you don’t want the feature at aall, https://wordpress.org/plugins/disable-embeds/ might work.March 8, 2016 at 12:44 pm #250861In reply to: Is buddy press suitable?
Henry Wright
ModeratorIs it a relatively simple process?
Yes, BuddyPress is just a plugin so once you have WordPress set up you can install BuddyPress via a few clicks.
Importing members from a spreadsheet will most likely need a plugin. Try searching the Plugin Directory to see what is available.
March 8, 2016 at 12:06 pm #250859nilay89
ParticipantSorry I am not getting well
You must have a plugin that affects how WordPress delivers email.
Are you talking about any plugin for email? If yes, I am not using any plugin for send mail but I am using SMPT mail with override wordpress “phpmailer_init” function
See below function
add_action( 'phpmailer_init', 'wpse8170_phpmailer_init' ); function wpse8170_phpmailer_init( PHPMailer $phpmailer ) { $phpmailer->Host = 'smtp.gmail.com'; $phpmailer->Port = xxx; // could be different $phpmailer->Username = 'xxx@gmail.com'; // if required $phpmailer->Password = 'xxx'; // if required $phpmailer->SMTPAuth = true; // if required $phpmailer->SMTPSecure = 'tls'; // enable if required, 'tls' is another possible value $phpmailer->IsSMTP(); }March 8, 2016 at 11:57 am #250857Paul Wong-Gibbs
KeymasterYou must have a plugin that affects how WordPress delivers email. Can you list what plugins you have active?
March 8, 2016 at 10:43 am #250853In reply to: Limit Comments Per User
Henry Wright
ModeratorIt isn’t really a copy-and-paste example. You’ll need to be comfortable with PHP and WordPress 🙁
Alternatively though, you could look for a plugin in the Plugin Directory. Maybe the functionality you need already exists?
March 7, 2016 at 9:47 pm #250837In reply to: ‘bp_email_use_wp_mail’ Causing Issues
Paul Wong-Gibbs
KeymasterTo update this thread, I’ve just added a fix for emails not sending for certain server configurations. See https://buddypress.org/support/topic/read-this-first-buddypress-2-5-master-list/ and https://buddypress.trac.wordpress.org/ticket/6947
I think this will help many people, but I would surprised if it fixed everything for everyone. Fingers crossed!
March 7, 2016 at 9:42 pm #250833In reply to: Activation mails not send after update
Paul Wong-Gibbs
KeymasterI’ve just added a fix for emails not sending for certain server configurations. See https://buddypress.org/support/topic/read-this-first-buddypress-2-5-master-list/ and https://buddypress.trac.wordpress.org/ticket/6947
I think this will help many people, but I would surprised if it fixed everything for everyone. Fingers crossed!
March 7, 2016 at 9:04 pm #250827In reply to: howto downgrade?
Henry Wright
ModeratorDid you keep a backup copy of your database? If so then you’ll need to use that. Then there’s the files and folders. You should be able to get the 2.4.3 zip from:
March 7, 2016 at 4:11 pm #250809Paul Wong-Gibbs
Keymaster@invisibleland Can you start by looking in your web browser’s Javascript Console for any problems? See https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors — go to step 3.
March 7, 2016 at 3:58 pm #250803In reply to: Activation mails not send after update
Paul Wong-Gibbs
Keymaster@karolbielecki The German language pack has not been updated for BuddyPress 2.5, so that’s expected: https://translate.wordpress.org/projects/wp-plugins/buddypress/language-packs
Please start a new support discussion, I don’t think your issues have anything to do with this thread.
March 7, 2016 at 2:22 pm #250796Henry Wright
Moderator…but WordPress multisite and regular WordPress have different character restrictions in the username.
Nice 🙁
March 7, 2016 at 2:07 pm #250794Paul Wong-Gibbs
KeymasterNo, but WordPress multisite and regular WordPress have different character restrictions in the username.
March 7, 2016 at 10:43 am #250787Henry Wright
ModeratorUpdate: With reference to usernames on the wordpress.org forum:
Since [dotorg11555] only a-z and 0-9 are allowed for usernames.
Ref: https://meta.trac.wordpress.org/ticket/1308#comment:13
I’m not sure if this change will extend to the WordPress platform and BuddyPress.
March 7, 2016 at 1:32 am #250783Henry Wright
Moderatorsanitize_user()is used on the username at signup time so it should be alphanumeric characters plus _ space . – * and @.Ref: https://codex.wordpress.org/Function_Reference/sanitize_user
March 6, 2016 at 7:47 pm #250778In reply to: Activation mails not send after update
DCstyle
ParticipantHey Paul Gibbs, I did what you asked and the results in the mail i got from the site admin was :
Email delivered – true
Also i do get mails when users change stuff from there wordpress profile, for example in the backand i changed a users email and he got a mail of email change.
My users do not get any mails from registering or activitys on the site they signed up for
March 6, 2016 at 3:55 pm #250760In reply to: Activation mails not send after update
name
ParticipantJust adding to master topic tracking this.
I’m seeing similar problems using Mandrill to send email.Here’s the plugin I’m using: https://wordpress.org/plugins/wpmandrill/
I’ve got version 1.33 installed.
Wordpress 4.4.2, Buddypress 2.5, Single Instance wordpress running on nginxMarch 6, 2016 at 3:53 pm #250759In reply to: Certain emails not getting sent
name
ParticipantPaul, here’s the plugin I’m using: https://wordpress.org/plugins/wpmandrill/
I’ve got version 1.33 installedHenry, I believe they did, and now require a mailchimp account (or will soon) to use it.
March 6, 2016 at 10:07 am #250749Paul Wong-Gibbs
KeymasterI don’t know how easy this might be to change at the moment – I think someone would have to write a small plugin – but we are tracking this feature request at https://buddypress.trac.wordpress.org/ticket/5500 for inclusion in a future BuddyPress release.
-
AuthorSearch Results