Search Results for 'wordpress'
-
AuthorSearch Results
-
March 31, 2016 at 8:06 am #251952
In 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.
March 24, 2016 at 12:15 pm #251746In reply to: htpasswd wp-admin
danbp
ParticipantThat’s a WP question. Read from here: https://codex.wordpress.org/Hardening_WordPress
You can then use a plugin, like this one.
March 24, 2016 at 12:07 pm #251745In reply to: request by geolocalisation on a map
danbp
ParticipantHi,
give a try to https://wordpress.org/plugins/geo-my-wp/
March 24, 2016 at 11:49 am #251744In reply to: Email Notifications Not Working
davidkey772
ParticipantYes, the issue has been there since day one – and I searched for plugins to add this functionality but couldn’t find one that worked. Then I saw the new BP update with the added BP Email functionality and I realised that a/. this functionality indeed hadn’t been there before and b/. it had now been officially added as a part of BP’s core code.
The plugin that sends new blog post notifications is:
=
Post Notification by Email
Version 4.1.2 | By Valerio Souza, Claudio Sanches
=Here’s a list of ALL the plugins on the site:
=
Advanced Custom Fields Pro
Version 5.3.2.2 | By elliot condonBP Group Activities Notifier
Version 1.0.1 | By Brajesh Singh(BuddyDev)BP Group Hierarchy
Version 1.4.3 | By David DeanBP Groupblog
Version 1.8.12 | By Rodney Blevins, Marius Ooms, Boone GorgesBuddyPress
Version 2.5.1 | By The BuddyPress CommunityBuddyPress Forum Editor
Version 1.0 | By Taehan LeeBuddyPress Groups Import
Version 0.1 | By Türker YILDIRIMEmail Users
Version 4.8.1 | By Mike Walsh & MarvinLabsGravity Forms
Version 1.9.17.5 | By rocketgeniusGravity Forms + Custom Post Types
Version 3.1.1 | By David SmithGravity Forms WYSIWYG
Version 0.2 beta | By Brad VincentJetpack by WordPress.com
Version 3.9.4 | By AutomatticPost Notification by Email
Version 4.1.2 | By Valerio Souza, Claudio SanchesSB Welcome Email Editor
Version 4.8 | By Sean Barton
=March 24, 2016 at 9:18 am #251738In reply to: @mention autosuggest in visual editor
gatelli
Participant@OakCreative : actually, I use BuddyPress Forum Editor plugin, I think it’s why it doesn’t work. Would you accept to take a look on this, to find what I have to put in iframe in mention.js instead of “.wp-editor-wrap iframe” ?
Many thanks…March 24, 2016 at 6:15 am #251734In reply to: Social Login register
neijisly
ParticipantHi, use wordpress social login plugin https://fr.wordpress.org/plugins/wordpress-social-login/
March 24, 2016 at 12:44 am #251730ngoegan
ParticipantHere’s a link to my thread in TML support, hoping to find an answer over there. Will close this thread since it isn’t a Buddypress issue.
March 23, 2016 at 11:27 pm #251729In reply to: Use Buddypress ONLY for Account Management
r-a-y
KeymasterThe Settings component allows a user to change their email address and password.
So if that is all you need, there should be a WordPress plugin out there that does something similar on the frontend. Check wordpress.org/plugins. I do not have a recommendation for you.
-
AuthorSearch Results