Search Results for 'wordpress'
-
AuthorSearch Results
-
March 28, 2016 at 11:32 pm #251875
In 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.
March 23, 2016 at 8:12 pm #251720In reply to: Email Notifications Not Working
Paul Wong-Gibbs
KeymasterWe should be able to figure this out. 🙂
Where is your website hosted?
Does your site send WordPress emails, without any other plugin activated, and using the default theme? For example, comment moderation / notification emails.
March 23, 2016 at 6:26 pm #251717In reply to: members visibility
lukinods
Participanti am sorry guys, i mistyped,
what i really want is the plugin to show all the users i have signed up in the wordpress, even if they have never logged. it is currently showing only the active members as new members..
summin up: i want the widget to show all the users in the system.
@ps: i coudn’t edit the post above so i had to submit this new one..Thanks !
March 23, 2016 at 4:33 pm #251703In reply to: Missing BP Docs Capabilities ?
r-a-y
KeymasterYou would have better luck posting on the BuddyPress Docs support forum:
https://wordpress.org/support/plugin/buddypress-docsMarch 23, 2016 at 4:26 pm #251700In reply to: Create Super User with access to all emails
Patrick Pachner
ParticipantThanks for the quick answer. So maybe i have to do this via roles in the wordpress backend right?
March 23, 2016 at 4:07 pm #251698In reply to: Change Email default WordPress
Dannypid1
ParticipantIt doesn’t work
wordpress 4.4.2 And Buddypress 2.5.1
March 23, 2016 at 3:27 pm #251696In reply to: Create Super User with access to all emails
shanebp
ModeratorNo, but this plugin will give site admins access via wp-admin:
https://wordpress.org/plugins/bp-messages-tool/
or
March 23, 2016 at 9:46 am #251685Topic: Where is “Delete my account” option?
in forum How-to & Troubleshootingnasch70
ParticipantHi!
I’m currently running latest wordpress and buddypress version, both in german.
In the buddypress settings I allow users to delete their account,
but my users cannot find this option…
Where doest is supposed to be? I have troubles finding it 🙂Best ragards
-
AuthorSearch Results