Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 1,226 through 1,250 (of 32,678 total)
  • Author
    Search Results
  • melbatoast4
    Participant

    I’m using MemberPress and BuddyPress. I have all other plugins disabled at the moment. My problem: I’m using the BuddyPress members feature that shows a list of all the members. But when I click on a name in the list, it does not go to their profile.

    For example, mysite.com/members displays all the members, paginated, but if I click on a member’s name, it goes to mysite.com/members/member-name, and not mysite.com/members/member-name/profile. It was working earlier today. Any ideas?

    My BuddyPress settings are all defaults. WordPress 5.7.2, BuddyPress—same behavior on previous version and 9.0. My site is members only (and still in development), so I can’t link to the page with the issue.

    ftc1
    Participant

    Hi,

    Please help me, i installed buddypress and everything works fine, except whenever i log in and click on profile, i get redirected to a page which has not header or structure whatsoever (https://www.merrygokids.com/members/oyeakd/profile/)…..that is the link for me. but my problem is i want to edit or customize or at least add an header to it but it simply does not exist in backend.

    Please help me

    my site = merrygokids.com

    theme = teriz onepage multipurpose

    wordpress = 5.7.2

    buddypress = 8.0.0

    pandex
    Participant

    My website is Buddypress + WordPress
    and when I use copy and paste any GIF in my site’s timeline, nothing just happens.

    Now when I do this on a site similar to mine, it works perfectly

    Site similar to mine
    [video src="https://i.gyazo.com/db7a160ee9c022081e231dea1e3b2e0f.mp4" /]

    My site

    [video src="https://i.gyazo.com/ab92d5b537fb00dfb681edb5ed9c48c3.mp4" /]

    Is there any way to fix this?

    #319995
    Anonymous User
    Inactive

    Hi everyone!

    Here’s BuddyPress 9.0.0-RC1, final release expected in 4 days, just before WordPress 5.8. Please test!!

    BuddyPress 9.0.0 Release Candidate

    #319992

    In reply to: BuddyPress 8.0.0

    Anonymous User
    Inactive

    No problem @leahkoerper 🙂 The issue will be fixed in BuddyPress 9.0.0. FYI: https://buddypress.trac.wordpress.org/changeset/13017

    #319975
    bergblume
    Participant

    I found the solution. As in Buddypress also the normal wordpress posts are published you only have to edit this file searchform.php in your themes folder (add there /activity/ behind home_url ) to:

    <form role="search" method="get" id="searchform" action="<?php echo home_url( '/activity/' ); ?>">
    	
    	<div class="input-group">
    		<input name="s" id="s" autocomplete="off" type="text" class="ajax_s form-control input-sm" value="<?php echo get_search_query(); ?>">
    		<span class="input-group-btn">
                <input type="submit" value="<?php _e("Search");?>" id="searchsubmit" class="button">
    		</span>
    	</div>
    
    </form>
    bergblume
    Participant

    Hi can I use one search forum (I know that there exist global search plugin) together for Buddypress Activity Search and normal WordPress Posts Search?
    The wordpress search is domain.com/?s=searchterm
    The Search for Buddypress is domain.com/activity/?s=searchterm
    how can I get them together by coding?

    #319955
    shanebp
    Moderator

    For styling, use the customizer: wp-admin > Appearance > Customize

    For privacy, try: BP Simple Private

    #319952
    humbabba
    Participant

    Hello,

    Site: https://community.komando.com/
    WordPress: v5.7.2
    BuddyPress: v7.3.0
    Using Boss theme. Issue confirmed with Twenty Nineteen theme.

    Issue: Replying to an item in a user’s newsfeed doesn’t work – the reply never posts. The console reports

    POST https://community.komando.com/wp-admin/admin-ajax.php 403

    This started when we upgraded from BuddyPress 6.0.0 to 7.3.0 and persists if we upgrade to 8.0.0.

    I have tried, on our dev site, deactivating all other plugins and switching active theme, but the issue persists.

    Reverting to 6.0.0 on our dev site has fixed the issue and we’re planning to roll back production as well.

    Any ideas?

    Thanks!

    #319947
    bergblume
    Participant

    we use the plugin https://wordpress.org/plugins/hashbuddy/ – that works fine. Just give it a try and let me know if it works on your site

    dantimatter
    Participant

    Hello Forum

    Newbie here, so apologies in advance 🙂

    I noticed that when I try to use bulleted lists in user fields I see some strange formatting, including large spaces introduced between the fields. I asked around and it turns out that the CSS for a bulleted list adds a bottom margin (which maybe i can override?), but more importantly the multiline text editor is adding a <br> tag. I have no idea how to stop that from happening.

    But the strangest of all is that adding bulleted lists in the profile rich text field disappears the next time one edits that profile. It reverts to a plain old list at the end of the day.

    Has anybody used bulleted lists in the fields and have any suggestions?

    (wordpress version 5.7.2)

    shendeluth
    Participant

    Hello,

    The problem is, we are recibing user registration petition with only email without other fields. How is possible if i have a correctly validation fields system? This users are spam in all this special situations. I’m using Stop Spammers antispam plugin and it register this spamer but not block becasue it detects is ok.

    I have a register page customized with another url and blocking acces with usual registration url or usual acces. In this page i’m showing only all required fields from my xprofile fields list.

    I’m using Buddypress 7.3.0 and WordPress 5.7.2.

    Our system works like this:
    If i don’t fill all fields i can’t send this information and it show message error if i don’t fill some fields so form validation is working ok. When some user send this registration form correctly the system send a email with all information to system email and user is stand by to be activated using “user > manage signups” tool. User can be activated only by an administrator user.

    This screenshot shows when is a normal user registration: https://drive.google.com/file/d/1NXahXVctAt76atlhrJ8-Hl5-KokKZqIF/view?usp=sharing

    This screenshot shows when is an spamer with only email (it doesn’t show xprofiles fields, when other usual registration petitions show all fields empty or not empty): https://drive.google.com/file/d/1YC2fF_g3pnrPyD7kFQaJUE9Gt_ZBzHlK/view?usp=sharing

    I don’t know why can do this this users I need some help.

    Thank you.

    #319914
    Varun Dubey
    Participant

    @palztogo not in the current roadmap, you can edit them via template override or add group blocks inside other existing pages using shortcodes or elementor blocks. you can also check https://wordpress.org/plugins/shortcodes-for-buddypress/

    #319900
    palztogo
    Participant

    Hello,

    WORDPRESS 5.7.2
    BuddyPress Version 8.0.0
    my site: PalZtogo.com

    I receive 500 Error when trying to edit BuddyPress “Groups” page with Elementor.
    This is the Debug message I get:

    There has been a critical error on this website.

    Learn more about troubleshooting WordPress.

    Uncaught TypeError: Argument 1 passed to Elementor\Controls_Stack::sanitize_settings() must be of the type array, null given, called in /home/palztogo/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php on line 987 and defined in /home/palztogo/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php:2038
    Stack trace:
    #0 /home/palztogo/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(987): Elementor\Controls_Stack->sanitize_settings(NULL)
    #1 /home/palztogo/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(1787): Elementor\Controls_Stack->get_data(‘settings’)
    #2 /home/palztogo/public_html/wp-content/plugins/elementor/core/base/base-object.php(142): Elementor\Controls_Stack->get_init_settings()
    #3 /home/palztogo/public_html/wp-content/plugins/elementor/core/base/base-object.php(40): Elementor\Core\Base\Base_Object->ensure_settings()
    #4 /home/palztogo/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(1

    I increased the memory limit to 512MB (in wp-config.php), but it didn’t help.
    Can you please help?

    Thank you,
    Dror

    #319894
    pandanas
    Participant

    Hi,
    I’m new here. I’m using buddypress and youzify and having a problem where a new user needs to change their password the link is sent to them. When followed it goes to the wordpress backend ‘change password’ which isn’t good. Youzify should be handling this as it does the login page? how to go about changing this please?

    This from lostpassword.url in welcome email (how to reset password) https://MY_DOMAIN/wp-login.php?action=lostpassword&redirect_to=https%3A%2F%2FMY_DOMAIN%2Fmembers%2Fpandanas%2F

    Do I need to change the wp_lostpassword_url( string $redirect = ” ) ?

    Under Youzify settings there is a Password reset lost password page (ID : 4919) and there is a short code for [youzify_lost_password]. Should it not be utilising these?

    Thanks in advance

    #319892
    richbrun
    Participant

    I think I figured out the answer. I believe the checkbox is hidden based on the CSS code. I’m still searching for an answer why the log in page is redirecting to the wp-login.php page for wordpress instead of the BuddyPress platform???

    melliorealestate
    Participant

    I am wanting to know if there is a way to have a main activity stream with a News Feed type style. But then have a completely separate, private, activity feed on a separate page for only user role ex. “premium_agent”. I have looked into “BuddyPress Activity Shortcode”(styling is way off from my current activity feed, and I don’t have the capability of changing it), and creating a multisite(it is not capable on wordpress.com and needs to be wordpress.org).

    Any other options that I am missing would be much appreciated!

    shenkwen
    Participant

    As far as I understand, sending email using STMP will greatly decrease the rate your emails got into the spam folder. Then how come Buddypress doesn’t have a setting to let user use SMTP?

    If I get it right, by default, the email sent by Buddypress will be from wordpress@mysite.com and it almost always gets into spam folder. What is Buddypress’s recommendation to solve this issue?

    shenkwen
    Participant

    I’ve been using WPLMS theme which includes Buddypress. Right after I install the theme, users won’t get the activation email when they create an account. Although in the user list page, the “email sent” field is “1”.

    Then I install Buddypress on a plain 5.7.2 site with the 2021 theme. This time the users can get the activation email from wordpress@mysite.com(although it’s in the spam folder).

    Now I go back to the previous site and deactivate all of the other plugins and change the theme to 2021, still, users won’t get the activation email. This kind of verifies what the WPLMS’s support says, this is probably not their problem.

    Both sites are on the same Linode VPS server so they have the same host setting.

    Now I am stuck here. Can you show me a way to debug this?

    bergblume
    Participant

    hi there, if I write a normal wordpress post then this post appears also in the buddypress stream as an activity. but it seems that this “wordpress activity post” is not commentable within the stream. If I write a “normal” activity post within the stream then there is a “comment button” – but in this case not. How can I get the “comment button” also under the “wordpress activity post”?

    #319848
    richbrun
    Participant

    The Log in page is redirecting to the wp-admin log in page, instead of directing to logging in to the BuddyPress platform.

    WordPress version: Version 5.7.2
    BuddyPress Version: Version 8.0.0
    Website: http://www.symposihealth.com

    bill9600
    Participant

    Hi I have a question regarding the activation email that is sent to users when they sign up. Currently, when a user on my website receives the activation email they click on the activation link and the key does not automatically fill into the required field. The user has to copy and paste the key into the field and then they can complete their account activation.

    Is there anything I could do to try to get the activation key to automatically fill in and not require the user to copy and paste?
    Thank you for you help!

    Wordpress version- 5.7.2
    Buddypress version- 8.0.0
    website-
    http://www.goskilledtrades.com

    #319844
    shanebp
    Moderator

    It is unclear if this is a BuddyPress issue.
    BP does not store avatar info in the database.
    It calls avatars from the uploads > avatars directory and organizes them based on the WP user ID.

    See bp_core_fetch_avatar

    If not found, the default image is used.

    aabell03
    Participant

    Hi everyone,

    I’ve configured SSO from our WordPress instance to another platform. I’ve mapped out firstname, lastname, and email from the usermeta stored in our WordPress database.

    Since the user photo isn’t stored in usermeta by default, I tried writing a custom function, but it’s only displaying a blank gravatar photo placeholder. What do I need to adjust to pull the actual avatar of the user so I can pass it over?

    Here’s my code:
    update_user_meta( get_current_user_id(), 'user_photo_url', get_avatar_url( 'user_email' ) ) ;

    #319829
    geracola
    Participant

    This is very useful but i think i need reverse process:

    I need to assign a Membership Level to a WordPress User Role by Default.

    Is it possible to do it as well with this add-on!? Or i need something else!?
    How can i do that?!?

    Thanks for helping me, i really appreciate!

Viewing 25 results - 1,226 through 1,250 (of 32,678 total)
Skip to toolbar