Search Results for 'buddypress'
-
AuthorSearch Results
-
May 3, 2016 at 1:20 pm #253102
shanebp
ModeratorPlease do not double post. Your other post has been deleted.
The redirect for the register page while logged in is in this file:
buddypress\bp-core\bp-core-catchuri.phpYou can adjust it by using this filter hook:
apply_filters( 'bp_loggedin_register_page_redirect_to', bp_get_members_directory_permalink() );May 3, 2016 at 10:22 am #253094vaughancavca
ParticipantHi,
In the privacy options on the group creation page, I’d like to have the private and hidden group options taken out, as I only want users to have their posts public. How would I go about doing this?
http://thenetwork.cavcaventures.org
I’m on WordPress version 4.5.1 and BuddyPress version 2.5.2May 1, 2016 at 7:21 am #253060In reply to: Terms & Conditions Checkbox
binary10
ParticipantYou can try BuddyPress Simple Terms And Conditions
May 1, 2016 at 7:10 am #253059In 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/April 30, 2016 at 12:00 am #253044In reply to: Remove zebra striping from profile
yoast79
ParticipantHey Henry,
After some more hours of trying I managed to find the right code to get it done!
This is what made it work;
.profile-fields { color: #ffffff } .profile-fields { background: #000000 } .profile-fields tr.alt td { color: #ffffff } #buddypress table.profile-fields tr.alt td { background: #000000 }I’m sorry to bother you with my question.
April 29, 2016 at 11:35 pm #253043Henry Wright
ModeratorThis article is super valuable if you plan on filtering the activity loop:
April 29, 2016 at 4:57 pm #253036In reply to: Change Registration Phrases
Patricia Taylor
ParticipantHi,
I used this article: https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/
I downloaded & updated the .pot file to just a .po file, then saved that as a .mo and uploaded both to the wp-content/languages/plugins folders.
But it did not change the wording. I had to create the wp-content/languages/plugins folders.
Did I not understand something correctly?
Thanks
PattieApril 29, 2016 at 9:14 am #253030In reply to: Change Registration Phrases
Henry Wright
ModeratorHi @lekins101
See the Customizing Labels, Messages, and URLs article for info on how that’s done.
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 9:09 pm #253012In reply to: user sending private message to users not his friend
@mcuk
ParticipantI was looking for a solution to this a while back, Shane provided one here:
https://buddypress.org/support/topic/private-message-friends-only/
the code goes into the bp-custom.php file.
Without it private messages can be sent to anyone, friend or not.
April 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 5:00 pm #253006In reply to: Viewing Extended Profile Data for Pending Users
danbp
ParticipantHi,
no, that thread doesn’t apply to your case. 😉
this information is inaccessible to administrators as long as the user is “Pending”.
That’s wrong !
You’re partially right, as you have no direct access, but you can go to a pending user profile information in backend.How ?
– click on a approved member name when on the members management page (backend).
– once on that page, copy the URL and replace the user_id you’ll see in it by the one of the pending member.Problem is to get the pending member user_id. It’s not available outside of the wp_users or wp_signup table.
The link to a pending member on the pending member list looks like:
../wp-admin/users.php?page=bp-signups&signup_id=1&action=activateOn the approved member list, it looks like:
../wp-admin/users.php?page=bp-profile-edit&user_id=41&wp_http_referer=%2Fwp-admin%2Fusers.phpThe difference are:
signup_id=1 – which is not the user_id
and
user_id=41 – which is !But if you take the second link example and replace 41 by the pending user ID you’ll find in the DB you can access to his information.
Pretty easy if you have only 1 or 2 users to check. A great hasle if you have dozens.
Could be a good feature for some BuddyPresser… 🙂
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:17 am #252987In reply to: Categories as a group forum/category
bogski
ParticipantThis is what i was beginning to think.
I understand adding them in categories and forums. Its selecting the Category for the group i need to do. Oh well, hopefully this will be possible in later versions of BuddyPress.
Thanks,
Phil
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 28, 2016 at 4:17 am #252972In reply to: Terms & Conditions Checkbox
sharmavishal
Participanti use donmik’s excellent plugin “BuddyPress Xprofile Custom Fields Type” for this…you can add a TOS to xprofile field
April 28, 2016 at 4:13 am #252970In reply to: Cropping Tool not showing
sharmavishal
Participant@osamanuman @danbp told you to check with Twenty Fifteen and update this thread…instead of that you say “contact with my theme developer”..if its a custom theme your theme developer can fix it..the issue is not related to buddypress…
have you checked this before starting off: https://codex.buddypress.org/getting-started/
PHP must have the GD or imagick modules installed (on the server) to allow re-sizing of images; BP avatar uploads will fail without one of these modules activated (WP will simply fail to create image sizes for posts but won’t show an error)
April 28, 2016 at 4:08 am #252969sharmavishal
Participantthis might help….create index-register.php
April 27, 2016 at 9:10 pm #252964In reply to: Disable Feed RSS
shanebp
ModeratorYou can put it in your theme/functions.php or in bp-custom.php.
April 27, 2016 at 8:20 pm #252957In reply to: assign users to group based on role
danbp
Participantthank you for your
kindcomment… 6 months later !
The initial question was: Is there a way, through a function, I can assign users to groups based on their user role? and Venutius jumped in with: i’d like to know the answer too.As i’m not a professional, only volonteer, i answer about what i understand – and not only to things i’m sure. Like you apparently. In hope that my answer to your today’s question will satisfy you.
For now, keep your remarks for you, especially if it is to make such a sterile and unconstructive comment on an old topic.
-
AuthorSearch Results