Search Results for 'wordpress'
-
AuthorSearch Results
-
May 1, 2016 at 7:10 am #253059
In reply to: user sending private message to users not his friend
binary10
ParticipantYou can try BuddyPress Private Messages for Friends Only
Note:This plugin hasnโt been updated in over 5 yearsApril 30, 2016 at 4:49 pm #253053In reply to: Private Message Delay in Sending
shanebp
ModeratorI agree that there should be some indication or disabling when the button is clicked.
You can open an enhancement ticket here – use the same user & pw you use for these forums.
There is a plugin that will disable the button when sending public and private messages.
You can get it here:
https://wordpress.org/plugins/bp-profile-message-ux/Or here:
http://www.philopress.com/products/buddymessageux-free/Henry Wright
ModeratorHi lekins101
This doesn’t answer your question but you might want to consider using BP Profile Search. I’ve used it in the past and it was pretty good at finding users.
April 29, 2016 at 9:37 am #253031In reply to: Change Registration Phrases
lekins101
ParticipantThanks… I wanted the translations to happen all over the website apart from wordpress… I just used the Real-Time Find and Replace Plugin from the wordpress.org repository.
April 29, 2016 at 8:02 am #253026In reply to: activation email etc
kaspergodowsky
ParticipantOk, – I tried the plugging.
I does send the correct mails etc. but it doesn’t actually work.
The flow is: New user registres – admin gets a notification email and can approve og disapprove new user. – new user gets mail saying that he/she has been approved. So far so good.
BUT
When you check users in buddy press theres no new user added and one STILL waiting for approvement.
And when the new user that got the mail that he/she was approved tries to log in the user gets a ” you have not been approved yet “….So, – I looks like the plugging is not really working with the latest version of wordpress or….
April 28, 2016 at 11:35 pm #253019In reply to: great and useful buddypress 3rd party plugins
Henry Wright
ModeratorTake a look through these:
April 28, 2016 at 9:55 pm #253017In reply to: Profile Date Selector always day-month-year
danbp
ParticipantIt’s not an issue, but how it works actually.
Read about date selector on Trac, and if you have some opinion or idea, feel free to participate to the discussion. Old and long thread, but still in debate ! ๐
https://buddypress.trac.wordpress.org/ticket/5500April 28, 2016 at 7:36 pm #253009In reply to: Feature request: More centralized e-mail
shanebp
ModeratorGood idea – you can open an enhancement ticket here using the same user-name & pw you use for these forums.
April 28, 2016 at 3:58 pm #253003In reply to: How to create LinkedIn with Buddypress?
Peter Hardy-vanDoorn
ParticipantSeems to me that BuddyPress could be extended to do all that… with a lot of custom coding.
Or, a quick Google brings up loads of alternatives: https://www.google.com/search?q=wordpress+jobs+board+plugin
April 28, 2016 at 3:38 pm #253000In reply to: How to Remove Buddypress Registration
Peter Hardy-vanDoorn
ParticipantThis will turn off registrations altogether, thus removing the BuddyPress missing page nag:
Go to your WordPress’ Settings > General page and uncheck Membership Anyone can register
Don’t know how that will effect your theme’s registration, though…
April 28, 2016 at 11:06 am #252991In reply to: Terms & Conditions Checkbox
sharmavishal
Participantare you using this one? https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/
April 28, 2016 at 9:24 am #252988In reply to: Is BuddyPress suitable for my project?
bogski
ParticipantWould something like Woo Commerce do what you wanted? I know its compatible with WordPress. I’ve never used it though so I don’t know.
Magento is good but complicated, I have vague memories of seeing some plugins for WordPress that work with Magento.
Phil
April 28, 2016 at 7:27 am #252981In reply to: Is BuddyPress suitable for my project?
sharmavishal
Participantgoogle “micro job wordpress theme” and would give you couple of paid options
April 28, 2016 at 4:21 am #252975In reply to: buddypress fb plugin needed
sharmavishal
ParticipantApril 28, 2016 at 4:19 am #252973In reply to: activation email etc
sharmavishal
Participantgoogling “buddypress approve new users” helps before posting to the forum
April 27, 2016 at 12:06 am #252930rodolvertice
ParticipantThanks for the code snippets.
Question, is there a way to change the reply-to field in sent emails? I’ve tried to add it as extra arguments on the same set_from method, and i have also tried set_reply_to, but neither worked. The sent from works perfectly, but the reply-to keeps showing the wordpress main email.April 26, 2016 at 7:33 pm #252917In reply to: How to make forums visible to members only
Naanad
Participanthttps://wordpress.org/plugins/bp-registration-options/installation/ has this feature.
April 26, 2016 at 3:26 pm #252906In reply to: Canยดt upload avatars and proflie covers
Mathieu Viet
ModeratorLet’s be sure it’s a problem!
Could you go in WordPress Administration / Settings / Discussion and check you are allowing avatar display in your WordPress.

I’m saying this because you should at least view a mystery man as your avatar ๐
April 26, 2016 at 12:58 pm #252903In reply to: Canยดt upload avatars and proflie covers
creamundo
ParticipantHi @imath ,
I saw you take a lot of interest with this problem and I’m having same issue, or at last similar issue.
I can’t see my avatar profile pictures and the link to change that.
I’m using Kleo theme, but if I put twentyfifteen the issue is still there.
I disable all the plugins except buddypress and the issue is still there.
Have the latest version of buddypress and wordpress.Help please… :~(
April 25, 2016 at 12:53 pm #252881In reply to: members directory in list form
danbp
ParticipantHi,
You’re probably on a large screen. Default display of the directory is already a list. See template code (members-loop.php) using ul and li !
Check your theme or try to simulate a mobile screen (if u use firefox it’s Ctrl+shif+m) to see if your directory get wrapped or not. If not, adjust your (child)theme CSS.
April 24, 2016 at 5:55 pm #252858modemlooper
ModeratorBuddyPress users are the same as WordPress so you can create a user using https://codex.wordpress.org/Function_Reference/wp_create_user
To set profile fields data:
xprofile_set_field_data( $field, $user_id, $value, $is_required = false ) $fields = field id $user_id = current login user id $value = inserted value $is_required = booleanApril 24, 2016 at 5:15 pm #252855In reply to: Avatars reset to default when activating BuddyPress
danbp
ParticipantHi,
you have to check your custom plugin. Or even to deactivate it, as it is no more necessary when you use BP. Problem seems to be that you created something related to members handling before BP was installed.
BuddyPress handles members and their avatars via the buit-in WP avatar function.
If you need more help, please give details about your config, theme and custom code. Thxs ๐
April 24, 2016 at 5:01 pm #252854In reply to: How to move Profile window like this site
danbp
ParticipantHi,
it’s related to a custom work of the theme used on buddypress.org. You can read more here and get the source code here.
Read also some advice here
April 24, 2016 at 3:49 pm #252851In reply to: Exporting and importing user data to a new site
mairaj
ParticipantNever mind, this worked out for me – https://wordpress.org/support/topic/admin-problems-after-moving-wordpress?replies=2#post-750300
Thank you again ๐
April 24, 2016 at 3:24 pm #252850In reply to: Exporting and importing user data to a new site
mairaj
ParticipantHi!
I have somehow got this working. And I have the entire user data copied to the new location, Yay! ๐
Now, the new problem is I cannot log in to the WordPress dashboard ๐
Since I have dropped the users related tables of the new site and replaced them with the users related tables imported from the old site, I tried to log in with my admin credential (of the old site) which went through.
However, my admin username of the old site is no longer an admin in the new site! So, there is actually no admin user at all. How do I log in now?
Thank you for all the help ๐
-
AuthorSearch Results