Search Results for 'wordpress'
-
AuthorSearch Results
-
April 2, 2016 at 3:45 pm #252037
Jojanonone
ParticipantThanks a lot @berkelmudez!!
Accidentally I noticed that activation emails were not being sent. And neither were notification emails, like when receiving a private message. Switched to Postman and all was sweet again.
WordPress 4.4.2
BuddyPress 2.5.2
bbPress 2.5.8April 2, 2016 at 2:28 am #252028davidryal
Participantupdate2: found shane’s answer here:
http://wordpress.stackexchange.com/questions/196929/how-to-get-member-list-based-on-role-by-using-buddypress…and got it to work to only show a single role, which covers about half the users I want to show. I don’t really understand array syntax, but am now neck-deep in the new “role__in” thing in 4.4
…and finally got it to work, after finding https://gist.github.com/sbrajesh/2142009 (the most recent comment is key, bringing in “role__in”
April 1, 2016 at 7:25 pm #252017berkelmudez
ParticipantHi,
I just had a similar problem problem where emails were working perfectly from WordPress and BB press but not from Buddypress for some reason even tho my SMTP plugins were working.
It turned out that the SMTP plugins I were using weren’t applying the configuration on Buddypress emails for some reason. The plugins that did not work for me were:Configure SMTP, Easy WP SMTP, WP-Mail-SMTP.
The plugin for me that did succeed in setting the smtp for buddypress email notifications was ‘Postman SMTP’. I think it might be worth a shot trying this plugin to see if it works with this plugin.
I have no idea why the other SMTP plugins didn’t work but this plugin did and it might work for you as well. Good luckApril 1, 2016 at 4:20 pm #252008In reply to: Update Fail on 2.5.2
danbp
ParticipantHi,
you need to network activate, even if you have only one subsite and what ever the sub option (sub-dir or sub-domain) is.Mostly, BP is activated on the main site.
your-site.com/ – here sit WordPress and BuddyPress and depending your options:
your-site.com/my_second_blog/(sub-dir)
or
my_second_blog.your-site.com(sub-domain)April 1, 2016 at 9:48 am #251996Paul Wong-Gibbs
Keymaster@redokodesign Do you know how to access raw email headers, in whatever email client you use?
If so, can you copy/paste the email headers of a WordPress email that you’ve received from the site (i.e. one that is working correctly and was sent)? Can you also share with me the “to” “from” “bcc” “cc” parts of the text that the BuddyPress email debug plugin sent you?
You can find my email address on https://profiles.wordpress.org/djpaul/
I have a suspicion this is something to do with the “from” or “reply to” properties being different for each email, but I need the data to prove this, and what SMTP plugin you are using to see how it is configuring WordPress.
April 1, 2016 at 4:22 am #251990In reply to: FAQ Plugin for BuddyPress
planetearthlings
ParticipantThanks Henry…I tried that, but didn’t find anything. I’ll probably just test one of the regular WordPress plugins and hope it works okay.
March 31, 2016 at 10:09 pm #251984In reply to: Storing/Syncing with WP User meta
Henry Wright
Moderator@ala7lam if you go to Settings > BuddyPress you should see a check box next to Extended Profiles. If you uncheck that, the xProfile component becomes disabled. Then you can add your own custom solution (using WordPress usermeta if you wish).
March 31, 2016 at 8:06 am #251952In reply to: Buddypress ignoring smtp mailing
berkelmudez
Participant@davbot How you found a way to fix this? I use ‘Easy WP SMTP’ which perfectly sends emails from WordPress and BBpress as well but not Buddypress, which doesn’t send registration emails or any type of Buddypress action. Seems like it’s ignoring my my smtp plugin as well.
March 30, 2016 at 3:12 pm #251934In reply to: translation email
christianlersch
ParticipantHello,
I try to translate Buddypress Emails into german. At the moment all Emails are listed are in English. I try to use the “reinstall emails” tool and always get the english version of the emails.On this ticket https://buddypress.trac.wordpress.org/ticket/6592 you mentioned the problem but I can find the solution.
I set define( ‘WPLANG’, ‘de_DE’ ) in the wp_config and also download the newest translation files from here: https://translate.wordpress.org/projects/wp-plugins/buddypress/stable/de/default
What can I do to get the german version of the emails?
Thank you for your help!
March 30, 2016 at 11:40 am #251926In reply to: IMPORT / EXPORT BUDDYPRESS DATA
Paul Wong-Gibbs
KeymasterNo, not file formats. 😉
Structured ways of representing data. WordPress’ exports use XML, with a particular format called WXR. Anything that needs to import data from WordPress uses an XML parser and looks for the structured markup defined by the WXR format.
March 29, 2016 at 11:48 pm #251917In reply to: Restricting Group names.
March 29, 2016 at 6:30 pm #251908In reply to: Restricting Group names.
johnnetr
ParticipantAwesome! Sorry, I am new to wordpress and php development. Zero knowledge.
The code that you posted, should I copy and paste in an existing php file? or should I create a new php file and put it in the buddypress folder?
Thanks!
March 29, 2016 at 5:26 pm #251905In reply to: Restricting Group names.
shanebp
ModeratorI’ve deleted that gist and added a new one:
https://gist.github.com/shanebp/72a0c6fe7ffb6f9c1424a30bdb455d4fIt should only check for duplicate names if on the first tab – ‘Details’.
You can always create a ticket asking for a change to core files.
March 29, 2016 at 11:48 am #251892In reply to: IMPORT / EXPORT BUDDYPRESS DATA
Henry Wright
ModeratorAn export import facility would be great to have. Keep in mind this won’t guarantee it will get done, but I suggest you open a feature request on Trac (as always try searching existing tickets first to make sure one doesn’t already exist).
March 28, 2016 at 11:32 pm #251875In reply to: Buddypress & User Roles
Paul Wong-Gibbs
KeymasterBuddyPress does not use WordPress Roles — it maybe be possible to integrate these into parts of BuddyPress but it’ll be extremely time-consuming as you’ll have to write a lot of code.
March 28, 2016 at 11:06 am #251857In reply to: Ajax in messages component
Henry Wright
ModeratorAjax doesn’t require much code, but PHP and JavaScript skills are needed. The best place to start is probably here.
March 27, 2016 at 6:47 pm #251841In reply to: Insert a join group button in a post
mattheoh
ParticipantI made some tests… seems to work with this plugin : https://fr.wordpress.org/plugins/user-meta/
Maybe User Meta is the good solution (cause I will never use all the possibilities of Groups- So it’s to complicate the solution using them)
I will go further tomorrow, but anyway thanks a lot for the idea of user meta.March 27, 2016 at 12:03 pm #251836In reply to: Add @mentions in plugin
btees
ParticipantHi @djpaul. Thanks again for your help.
The comments section in Awpcp is added to single ad page layout via the wordpress backend. It calls the comment section by placing $comments where you want the comment section to be.
From the looks of it, the entire page that awpcp creates for listings doesn’t.
This looks like integrating this may be a bit beyond me right now. I’m looking to hire a developer.
I was looking to post in the bp jobs board here but it’s closed to new comments (it seems to be closed quite recently)
Does anyone have a suggestion as to where I might post this?
Thanks again for all your help.
March 26, 2016 at 6:41 pm #251828In reply to: Insert a join group button in a post
mattheoh
ParticipantDon’t use groups.
Use user_meta: https://codex.wordpress.org/Function_Reference/add_user_meta
And the field should be picked up by your export plugin.I thought about it … but how to add a button / checkbox in an article which fulfill the user_meta ?
Didn’t find anything about it…March 26, 2016 at 6:38 pm #251827In reply to: Insert a join group button in a post
shanebp
ModeratorIn fact, I want to post some articles to talk about some contests / tests.
Only identified buddypress members will be able to see this articles (I make a restriction on them)In fact, I don’t car using groups… I just need to register people who wants to participate (and then be able to do an export with export user data plugin that I m using actually)
Don’t use groups.
Use user_meta: https://codex.wordpress.org/Function_Reference/add_user_meta
And the field should be picked up by your export plugin.March 25, 2016 at 3:42 pm #251803angrywarrior
ParticipantThanks for the reply Danp!
Well the WordPress installation is running as a wordPress multi-site and the I have setup BuddyPress as of the manual you mentioned above.
/* BuddyPress */ define ( 'BP_ENABLE_MULTIBLOG', true ); define ( 'BP_ROOT_BLOG', 5 ); define ( 'BP_IGNORE_DEPRECATED', true );But I’m not sure what is wrong..
March 24, 2016 at 11:37 pm #251786danbp
ParticipantHi,
guess you do it wrong and BuddyPress is not a network.
Please read from here: https://codex.buddypress.org/getting-started/installation-in-wordpress-multisite/#d-activate-buddypress-in-only-one-of-the-secondary-sites-of-the-network
March 24, 2016 at 4:34 pm #251767angrywarrior
ParticipantTake a look at this:
https://premium.wpmudev.org/project/sitewide-privacy-options-for-wordpress-mu/
Its a premium plugin though, but it will do the trick. I’m using it myself with success.March 24, 2016 at 3:32 pm #251762In reply to: Email Notifications Not Working
Paul Wong-Gibbs
KeymasterThat PCLZIP_ERR_BAD_FORMAT sounds like a common problem with WordPress. I suggest you Google it (it might be a lack of disk space).
March 24, 2016 at 2:26 pm #251754In reply to: Email Notifications Not Working
Paul Wong-Gibbs
Keymaster@davidkey772 Download this plugin from the following link, and add it and activate it on your site: https://www.dropbox.com/s/yz1155axhbyntw7/bp-email-debug-2.php?dl=0
Then do something that should trigger a BuddyPress email. For example, if you are using the Activity component, have one user write a message on the activity stream, then have a second user reply to that activity message.
Since you’ve said normal WordPress emails are being sent out OK, this plugin will email some debug information to the site owner’s email address. Once you have received at least one debug email, you can turn off the plugin!
Please let me know what the debug email says.
-
AuthorSearch Results