Search Results for 'wordpress'
-
AuthorSearch Results
-
May 23, 2018 at 6:28 am #273356
irishjimmyward
Participantusing the member type during the registration and then using a plugin to assign the role based on the member type
first, you must map the member types to the Roles in plugin settings
the user selects “member type” and the role is assigned — this is done using buddyforms and few other plugins mentioned above.
my issue is now the activation link and management of new users.
– I don’t even get a notification anywhere in the WordPress dashboard that a new user has registered.May 22, 2018 at 10:35 pm #273344In reply to: Activation is not visible
r-a-y
KeymasterThe Kleo theme needs to update the
activate.phptemplate.Please let the Kleo authors know about this change:
https://buddypress.trac.wordpress.org/changeset/11766/trunk/src/bp-templates/bp-legacy/buddypress/members/activate.phpIf Kleo is based on an older bp-default theme, then this change might be more applicable:
https://github.com/buddypress/BP-Default/commit/baa3be909bb353e2a20a16a0e6da5219b4a73627May 22, 2018 at 5:29 pm #273325In reply to: Comment Button and Reply Not showing
r-a-y
KeymasterThanks for the reports everyone.
The following patch should fix this problem:
https://buddypress.trac.wordpress.org/attachment/ticket/7854/7854.01.patchAll you need to do is to change one line in the
bp-groups\bp-groups-activity.phpfile.This will be apart of v3.1.0 when it is released after other bugs are fixed.
May 22, 2018 at 3:22 pm #273314In reply to: No more comments on group posts !
Venutius
ModeratorI’ve just raised a ticket about not being able to comment on activity items in the group activity page: https://buddypress.trac.wordpress.org/ticket/7854#ticket
IF you switch to BP Nouveau in
settings>>BuddyPress>>Optionsyou will get a BP Nouveau item in the customize options list.May 22, 2018 at 3:13 pm #273311In reply to: Comment Button and Reply Not showing
Venutius
ModeratorI’ve raised a ticket for this: https://buddypress.trac.wordpress.org/ticket/7854#ticket
May 22, 2018 at 3:04 pm #273310In reply to: buddypress-xprofile-custom-fields-type
May 22, 2018 at 3:02 pm #273309Venutius
ModeratorI’m thinking that BP actually does not provide the activation email, it’s a WordPress email, which would explain why it’s not counted in the BP email set. A handy tip when troubleshooting it is to deactivate BP and see if it’s getting sent, then you can isolate BP from the issue.
May 22, 2018 at 9:36 am #273297In reply to: Go back to 2.9.4 (issues with 3.0.0)
awpt
Participantas I see there are problems in the last version with custom themes.
Fatal error: Uncaught Error: Call to undefined function bp_is_user_forums() in /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/themes/mytheme/buddypress/members/single/home.php:91 Stack trace: etc etc etc…
So line 91 I changed to
elseif ( class_exists('bbPress') && bp_is_user_forums() ) :and its working fine now because bbpress is not installed, maybe is better including the new buddypress templates instead but I have edited it to bootstrap classes and IDs so this was a temporary solution for me.
May 21, 2018 at 11:49 pm #273284In reply to: How come no default email to activate new members?
r-a-y
KeymasterDid you enable registration on your WordPress install?
May 21, 2018 at 11:43 pm #273283r-a-y
KeymasterThanks for the report.
What theme are you using? If you are using a premium theme, can you try debugging by switching the theme temporarily to a WordPress default one like one of the Twenty themes (Twenty Seventeen, Twenty Sixteen, etc)?
May 21, 2018 at 11:34 pm #273280In reply to: New Update – White Screen
r-a-y
Keymaster@worksofweb – Thanks for the debug messages. It’s due to a plugin or some custom code that is force-enabling the legacy activity query and requesting the total activity count.
I’ve created a ticket with a fix here:
https://buddypress.trac.wordpress.org/ticket/7848In the meantime, if you are using a plugin that is utilizing the
'bp_use_legacy_activity_query'filter, please deactivate it temporarily.May 21, 2018 at 6:23 pm #273266Topic: HOw to show profile picture in Php
in forum How-to & Troubleshootingkinoseo
ParticipantHi Folks
im working in template for show some information about user.
I need show the image of profile from Boddyopress, not the profile image of wordpress.
I dont know how show the imagen, everytimes apears the profile image from wordpres, and its not the same, its diferent.
Thanks for you time
May 21, 2018 at 4:02 pm #273262In reply to: Profile Field checkbox that is required not working
snorklebum
ParticipantHi, Sounds similar to what we are seeing, I believe there is a ticket open for this already..
https://buddypress.trac.wordpress.org/ticket/7845#ticketHopefully they’ll have it fixed soon
May 21, 2018 at 7:08 am #273253In reply to: Setting up Login page
Venutius
ModeratorHi Glenn,
(a) There are a number of plugins that allow you to customise the WordPress Login page. https://wordpress.org/plugins/custom-login/
(b) No I don’t think so, this is indicating that Incognito is redirecting login.php to another page.
(c) There’s a number of plugins that will allow you to put the login form into a widget for example, you could use one of these to put the login form on any page you like. https://wordpress.org/plugins/tags/login-widget/
2. Maybe you could try: https://wordpress.org/plugins/redirect-after-login/
3. There’s a number of BP privacy plugins, they tend to work in different ways so it’s really a case of checking out a few to see if they deliver what you need. I personally tend to use a modified version of BP Members Only. I modified it so that posts are not private.
May 21, 2018 at 6:57 am #273252In reply to: New Update – White Screen
Venutius
ModeratorIf you get a whitescreen, you should turn on the debud display in WordPress, that will give you an indication of what the problem is:
May 20, 2018 at 1:46 pm #273222In reply to: Forums No Longer Appearing After Update
mrlen
ParticipantI can give you access to my WordPress so you can look.
May 20, 2018 at 1:44 pm #273219In reply to: BuddyPress 3.0, no new users since…
Paul Wong-Gibbs
KeymasterKeep an eye on https://buddypress.trac.wordpress.org/ticket/7845#ticket !
May 20, 2018 at 1:44 pm #273218Paul Wong-Gibbs
KeymasterThanks for the details. Keep an eye on https://buddypress.trac.wordpress.org/ticket/7845#ticket
May 20, 2018 at 1:40 pm #273217In reply to: No more Forums tab inside the group since 3.0
Paul Wong-Gibbs
KeymasterWe don’t have enough information to figure out what the cause might be yet, I think we will need to try to reproduce the problem, but it doesn’t seem to be unique to your site, so I’ve created a bug report at https://buddypress.trac.wordpress.org/ticket/7844 — please keep an eye on that for updates.
May 20, 2018 at 1:40 pm #273216In reply to: Forums No Longer Appearing After Update
Paul Wong-Gibbs
KeymasterWe don’t have enough information to figure out what the cause might be yet, I think we will need to try to reproduce the problem, but it doesn’t seem to be unique to your site, so I’ve created a bug report at https://buddypress.trac.wordpress.org/ticket/7844 — please keep an eye on that for updates.
May 20, 2018 at 1:34 pm #273213In reply to: BuddyPress 3.0, no new users since…
Paul Wong-Gibbs
KeymasterAre you using WordPress with multisite enabled, or not?
May 20, 2018 at 1:32 pm #273212In reply to: Profile Menu’s Disabled
Paul Wong-Gibbs
KeymasterThis might be related to https://buddypress.trac.wordpress.org/ticket/7837
Were you using the new Nouveau template pack when you had this problem?
May 20, 2018 at 1:31 pm #273211In reply to: Buddypress user and group home set up
Paul Wong-Gibbs
KeymasterHi
I assume you’re using the new Nouveau template pack? Have you tried looking in the WordPress Customizer for the options?
May 20, 2018 at 1:28 pm #273210Paul Wong-Gibbs
KeymasterThis would have been better posted on the wordpress.org forum for that specific plugin next time, please.
May 20, 2018 at 1:27 pm #273209Paul Wong-Gibbs
KeymasterBug: https://buddypress.trac.wordpress.org/ticket/7843
Keep an eye on that. Sorry for the inconvenience.
-
AuthorSearch Results