Search Results for 'wordpress'
-
AuthorSearch Results
-
May 24, 2018 at 8:25 pm #273488
r-a-y
KeymasterIt looks like there is a bug where the activation email post is not created for new installs using single-site.
I’ve reported the bug here:
https://buddypress.trac.wordpress.org/ticket/7869The fix can be found here:
https://buddypress.trac.wordpress.org/attachment/ticket/7869/7869.01.patchOnce you’ve added the fix, go to “Tools > BuddyPress” in the admin dashboard and select “Reinstall emails”. This should add the missing activation email post.
May 24, 2018 at 10:28 am #273457In reply to: Activation key
jamersonnc
ParticipantHi,
I was having the same issue, It turns out, the LINK that is sent in the email IS the activation key.
The text for the activation link shows https://mysite.com/register/yxyxyxyxyxyxyxyx/
So I believe when the user lands at the activation page, the activation link is supposed to be auto populated. maybe there is a script or a listener on the page waiting for the activation link.
I think maybe due to the spam protector, the hyperlink is encrypted or screwed up, which keeps the “activation page” from listening for the key (which it would normally auto-populate)
I dont know if this is just an outlook issue, i haven’t tested it anyfurther. nor do i know if its an email server issue.
This first test user, the activation link was sent from a wordpress generated email (not tied to smtp or anything) i had to dig the email out of my spam.
so i’ll register the bbpress with an actual smtp email, and send to a gmail, and a yahoo..
and see if it auto populates the activation key field.long story short, the activation link is in the url of the email link (with exception for mysite.com/register/)
May 24, 2018 at 2:41 am #273432In reply to: backslash apostrophe bug
vinitmore
Participanthello,
solution 1: the HTML Apostrophe
as opposed to without a doubt typing the apostrophe, you can use the HTML code: ‘. So, in place of typing “Matt’s weblog” you would type “Matt ‘s blog” within the problem area.One trouble you could run into with that is that it could handiest paintings on the first store. if you store the setting, widget, etc. a 2d time, you may get the backslash again. If the hassle is in an area you may most effective update once, this may not be a problem. in case you replace it regularly, as opposed to getting into the HTML code time after time you will want to try a greater everlasting solution:
solution 2: The HTML ‘clever’ Apostrophe
A workaround so as to carry out the identical function as the solution above is rather, to use a “clever” or “curling” apostrophe. WordPress does not see this individual as a “actual” apostrophe and could no longer robotically “reclaim” it whilst the setting is stored like it would within the first solution.The only trouble you could run into is if the font set that you are the usage of for this location is a non-preferred font, it is able to no longer be rendered. as an instance, the font in the photograph at the right does not render capitals, nor even the “regular” apostrophe, so if this is the case for you, you may want to pick a extraordinary font for the location that is not rendering well.
regards
vinitmoreMay 23, 2018 at 7:46 pm #273414r-a-y
KeymasterNotify the Invite Anyone author:
https://wordpress.org/support/plugin/invite-anyone
https://github.com/boonebgorges/invite-anyoneI did a quick test and Invite Anyone works with a WordPress default theme. Sounds like a problem with your theme, but I’m not sure how BuddyPress 3.0 would break that change.
May 23, 2018 at 4:57 pm #273404In reply to: 502 bad gateway error using BP login widget
r-a-y
Keymaster@eric01 – Can you try the following fix?
https://buddypress.trac.wordpress.org/attachment/ticket/7860/7860.01.patchMay 23, 2018 at 10:30 am #273372In reply to: Looking for private group plugin
Varun Dubey
Participant@vegebond BuddyPress is free and it does not have any pro version.
You can use https://wordpress.org/plugins/invite-anyone/ for your workflowMay 23, 2018 at 10:27 am #273371In reply to: Layout of registration page
Varun Dubey
Participant@zaheedmanuel try to replicate it with Default WordPress theme, it seems Kleo specific issue you will need to contact the theme authors.
May 23, 2018 at 10:12 am #273369In reply to: Comment Button and Reply Not showing
Varun Dubey
Participant@cyberjulie you can download the previous version at https://downloads.wordpress.org/plugin/buddypress.2.9.4.zip
@abracarambar patch is working fine, you only need to modify
Line 395 inside plugins/buddypress/bp-groups/bp-groups-activity.php( ! groups_is_user_member( bp_loggedin_user_id(), $group_id ) || ! groups_is_user_banned( bp_loggedin_user_id(), $group_id ) )
with
( ! groups_is_user_member( bp_loggedin_user_id(), $group_id ) || groups_is_user_banned( bp_loggedin_user_id(), $group_id ) )May 23, 2018 at 7:31 am #273363In reply to: Activation is not visible
ZaheedManuel
ParticipantNo worries! I fixed the issue.
This is what I did. I located the activate.php file in the theme files and then edited the lines using this link > https://buddypress.trac.wordpress.org/changeset/11766/trunk/src/bp-templates/bp-legacy/buddypress/members/activate.php
thanks everyone!! You make close this topic 🙂
May 23, 2018 at 6:28 am #273356irishjimmyward
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.
-
AuthorSearch Results