Search Results for 'buddypress'
-
AuthorSearch Results
-
April 20, 2017 at 7:12 pm #265524
In reply to: verification email link needs https
r-a-y
KeymasterIf you’re talking about this specific instance where a user has registered a site during registration:
Then, I’ve added a fix for this here:
https://buddypress.trac.wordpress.org/attachment/ticket/7508/7508.01.patchApril 20, 2017 at 6:49 pm #265523lalaloo
ParticipantOh. Ok.
But is there a way to pick which email notifications can be switched off in Buddypress?April 20, 2017 at 6:34 pm #265522In reply to: verification email link needs https
r-a-y
KeymasterYou should use HTTPS throughout your site if you want to force the email to use SSL links.
Or force HTTPS on individual pages like the registration page so activation email links will use SSL.
The other alternative is filtering the email tokens to use HTTPS:
https://buddypress.trac.wordpress.org/browser/tags/2.8.2/src/bp-core/bp-core-functions.php#L3120If you’re a WordPress developer, hook on to the
'bp_after_send_email_parse_args'filter and do checks against the'tokens'array key.For more info on the
'bp_after_X_parse_args'filter, see:
https://codex.buddypress.org/developer/using-bp_parse_args-to-filter-buddypress-template-loops/April 20, 2017 at 6:25 pm #265521r-a-y
KeymasterThis is not a BuddyPress problem; this is a bbPress problem, which is scheduled to be fixed in bbPress 2.6.
See:
https://bbpress.trac.wordpress.org/ticket/2690Until then, you can manually apply the following change:
https://bbpress.trac.wordpress.org/changeset/5857April 20, 2017 at 5:57 pm #265520lalaloo
ParticipantThis is a major problem with Buddypress. Members getting outrageous amounts of emails for everything is getting us a lot of complaints from our members.
Ideally, each member could get a daily/weekly/whatever digest summarizing all notifications for their account.
Or, the ability to turn off some email notifications regarding activity/mentions, etc
April 20, 2017 at 4:57 pm #265517r-a-y
KeymasterI’ve created a report for this on our bug tracker here:
https://buddypress.trac.wordpress.org/ticket/7508Update – Here’s a fix:
https://buddypress.trac.wordpress.org/attachment/ticket/7508/7508.01.patchThis will be added for BP 2.9.
April 20, 2017 at 3:39 pm #265514In reply to: Buddy Press plugin leads to 508 error. What to do?
danbp
ParticipantHi,
you need to install BuddyPress where your WordPress is installed.
Note that BuddyPress does not work on installations where you give WordPress its own directory.If WP is at the site (europsms.com, you install BP there.
If WP is in the sub directory (sms-landing), you install it there.You could also read the complete install guide if this is unclear.
April 20, 2017 at 3:35 pm #265513In reply to: Process for adding users to group
danbp
ParticipantHi,
as site admin, you can easily add new members to a BuddyPress group.
- Go to dashboard > Groups
- Choose the group where you want to add a member and click on Edit button underneath the group name.
- On the group admin page, you’ll see a textarea marked as Add New Members
- Enter the username and save!
And voila. 😉
April 20, 2017 at 4:53 am #265502In reply to: Solved – Customize the login page of wordpress
lalitavalon
ParticipantWhen I installed and apply the login page to buddypress there is a problem in the form.
When I press the login button without any username and password it does not show error mesage of the username and password.
can i help in the same.April 19, 2017 at 11:01 pm #265498In reply to: User Profile Fields not showing and can’t be created
r-a-y
KeymasterIt sounds like you might not have migrated the DB tables properly.
If possible, try and set up a local install with the same DB tables to try and duplicate the problem.
This might be related:
April 19, 2017 at 10:57 pm #265497In reply to: Sorry, you are not allowed to access this page.
r-a-y
KeymasterIs BuddyPress network-activated or not?
If not, this bug exists if BuddyPress is only activated on one site instead of network-wide:
https://buddypress.trac.wordpress.org/ticket/7472If you are able to, try adding this fix to
bp-xprofile/bp-xprofile-admin.php:
https://buddypress.trac.wordpress.org/changeset/11520If you don’t want to modify the lines manually, you can replace the file with this:
https://raw.githubusercontent.com/buddypress/BuddyPress/master/src/bp-xprofile/bp-xprofile-admin.phpApril 19, 2017 at 6:45 pm #265492In reply to: Sorry, you are not allowed to access this page.
ma3ry
ParticipantI know that seems like a logical suggestion but please know that, in addition to all the above, I have cleared browser and wp-rocket history and cache, and have reinstalled a fresh download of buddypress.
April 19, 2017 at 1:18 pm #265487In reply to: Log In and Registration
lalitavalon
ParticipantI want to customize the login page of buddypress it is redirecting the worpdress default login age
April 19, 2017 at 4:30 am #265478jacobian64
Participantoh really? yes I am using a plugin facebook login and FB-WP auto connect. but I still failed to make this function work. it says I had to include email address when I click facebook button. but isn’t the plugin will grab the email address from facebook and populate the field?
I still have no idea how to register in buddypress using facebook.
April 19, 2017 at 12:12 am #265477gorviekin
ParticipantIf i can just disable the BuddyPress Members page/profile (where you see cover photo, feed etc) and have it load the default (/user/username) that theme is currently using instead.
April 18, 2017 at 5:51 pm #265472Henry Wright
ModeratorAre you using a plugin? Registering via Facebook isn’t possible with BuddyPress by default.
April 18, 2017 at 3:11 pm #265464jomo
ParticipantHi, I didn’t have a chance to get back to this, but I remember seeing something on the WP codex about how to add columns to admin screens… if custom code is required then I’d probably do a custom solution rather than use Admin Columns.. so I could then give it back to the community… .. this should be core rather than depending on 3rd party paid component.
I mean in the same way that WordPress shows Posts column linking to Posts in the User screen /wp-admin/users.php I would expect that for sites which are mainly using bbPress and BuddyPress that the equivalent columns Forum posts, Activities, Group membership should be of interest to all..
If you have got anything that will help, please post it!
April 18, 2017 at 2:36 pm #265462In reply to: Buddypress Activity Control
shanebp
ModeratorI think you want to disable the Activity component for everyone except site admins.
If so, the solution is in Slava’s BuddyPress newsletter. @slaffik
Go to the last entry on this thread:
https://buddypress.org/support/topic/buddypress-newsletter-relaunched/.In the newsletter, see this item Disable BuddyPress Components Conditionally.
April 18, 2017 at 9:06 am #265458In reply to: BuddyPress Newsletter relaunched
Slava Abakumov
ModeratorBuddyPress Newsletter #29 – Nouveau template pack and several how-tos for BuddyPress
April 15, 2017 at 1:56 pm #265434In reply to: Repairing Installation
shanebp
ModeratorHave you customized any BP templates?
Either in the plugin or in your child theme?Look at this file, it’s the one you should be using.
buddypress\bp-templates\bp-legacy\buddypress\members\single\messages\compose.phpAre you using the BP Default theme? You shouldn’t.
It may be a theme conflict – test by momentarily switching to a WP theme like 2015.
April 13, 2017 at 7:56 pm #265407In reply to: Customizing Member Header
shanebp
ModeratorYes, it’s called a template overload.
April 13, 2017 at 7:52 pm #265406r-a-y
KeymasterI think this is caused because we attempted to fix the upload button issue with the Microsoft Edge browser, but it affected mobile browsers as a result.
To keep track of this bug, see:
https://buddypress.trac.wordpress.org/ticket/7416April 11, 2017 at 7:41 pm #265374In reply to: Show Recipient’s Avatar during Private Message
Henry Wright
ModeratorI believe bp_the_thread_message_sender_avatar() is what you are looking for in https://github.com/buddypress/BuddyPress/blob/master/src/bp-templates/bp-legacy/buddypress/members/single/messages/message.php
April 11, 2017 at 4:29 pm #265372In reply to: Get all values of a XProfile field
Henry Wright
ModeratorTake a look through the bp-xprofile-functions.php file.
Ref: https://github.com/buddypress/BuddyPress/blob/master/src/bp-xprofile/bp-xprofile-functions.php
April 10, 2017 at 6:47 pm #265355In reply to: Problems with special characters: é è ç ü etc
Henry Wright
ModeratorI believe
remove_accents(), viasanitize_user(), is converting those characters to ASCII. You could open a ticket for this on Trac? -
AuthorSearch Results