Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 976 through 1,000 (of 22,686 total)
  • Author
    Search Results
  • #320179

    In reply to: Login problem

    wbcomdesigns
    Participant

    @vitoanthony80 make a sure website all links are on https
    On the Settings -> General screen
    Site Address (URL) and WordPress Address (URL) both should be same with https

    lolataylor1
    Participant

    WordPress 5.8
    BuddyPress 9.0.0
    bbPress 2.6.6
    AuthorReady.com (paid member site, so link won’t help much)

    I recently installed bbPress and BuddyPress on my existing paid membership website. The forums and groups are part of the membership and not viewable by the public. I created forums and topics for each group; however, when I try to open a topic in the group’s forum, it will display the first topic, regardless of the URL.

    For example, if I am on my group’s forum page (authorready.com/groups/action-thriller/forum/) I see two forum topics: Beta Readers and General Discussion. When I select Beta Readers (authorready.com/groups/action-thriller/forum/topic/action-thriller-beta-readers/), it displays as expected. However, when I click the second topic for General Discussion, the URL is correct (authorready.com/groups/action-thriller/forum/topic/action-thriller-general-discussion/), but it displays the Beta Reader information instead.

    I deactivated BuddyPress and the bbPress forums work as intended. The issue is isolated to how they display in the BuddyPress groups. Any ideas why this is happening and how I can fix it?

    #320156
    shanebp
    Moderator

    Yes, that plugin will help, but afaik it does not touch BP tables.
    This plugin may be helpful in that regard.

    You probably know this already:
    -setup a dev site
    -run your function against that db
    -you could also try running delete queries directly in phpmyadmin, if available

    #320155
    wbcomdesigns
    Participant

    @dccs52 You can also try https://wordpress.org/plugins/bulk-delete after creating DB backup.
    it has the following options
    Delete users based on user role
    Delete users based on user meta fields
    Delete users who have not logged in in the last X days
    Delete users based on their registered date

    nzurita
    Participant

    How do BP member type and WordPress user profiel relate?

    I have 2 user profiles (or member types), collaborators and suscriptors, and I want to allow both of them to register by themselves, although collaborators registration must be approved by an administrator.

    Should I work only with WordPress user profiles and ignore BP member type? How to combine both of them or customize registration form for any of them?

    Thank you.

    nzurita
    Participant

    Hello, I just installed and configured BP and registration page is blank.

    These things are checked:

    • Site is configured to allow anyone to register
    • BP is coonfigured (under pages tab) with correct register and activate page
    • WordPress permalink structure has been reset and has been tried with both, page_name and date/pagename
    • Pages register and activate do exist and show header and title, but content is blank
    • I tried both BP themes, legacy and noveau. register.php file exists under both themes folder
    • Worpress version 5.8, BP version 9.0.0
    • I dindn’t configure any additional fields for registration under profile fields but according to the docs, the form should be available with this configurations I did.

      Thank you.

    benofinil
    Participant

    Hello all,

    I’ve looked throught the forum and many plugins, and I can not solve this problem which seems “so simple” to me !

    How to configure an email sent to the administrator each time a registration is done ?

    Let me explain :
    My community system is based on pre-registered users in a database.
    So, when a user registers on my site, he receives an email (originally, the wordpress email with the activation link) telling him that his account is being verified by the administrator.
    Then, the account is in the user pending system, and the administrator can activate or not this account manually.
    If the account is validate, the user will receive a welcoming message, etc.

    BUT, I would like to receive an email informing me that a user has registered, ie who has completed the registration form BUT has not yet validated his account. However, the default wordpress email is only sent to the administrator when the account is validate.

    It’s really exhausting to check permanetly if a user is in the pending system, in order to validate or refuse its account…

    Hope someone could help me…
    Thanks

    #320116
    VibeThemes
    Participant

    This is already available.
    Also check this link : https://wordpress.org/plugins/vibe-buddypress-woocommerce/

    #320111
    aliforty
    Participant

    Important followup notes:

    -BuddyPress is correctly processing, cropping, and uploading images to WordPress

    -These other plugins are also installed in the same server:

    BuddyPress Xprofile Custom Field Types: Version 1.1.9

    BuddyPress for Timber: Version 1.1

    BP Better Messages: Version 1.9.8.165

    bbPress: Version 2.6.6

    aliforty
    Participant

    Hi all,

    I have recently upgraded to Buddypress 9.0 and an existing function hooked in uploading a new avatar no longer appears to be working. Could you let me know please what is the correct hook now? I looked through the supplied Actions & Hooks pdf, but no luck so far in trying those. I also searched for “Avatar hook” in the forums and no results unfortunately.

    *Wanted to note that the profile picture/avatar is being uploaded to WordPress correctly

    Here is how the function was being registered before:
    add_action( 'bp_members_avatar_uploaded', [self::class, 'UpdateAvatarToSalesforce'], 10, 3 );

    Here is the function prototype:

    public static function UpdateAvatarToSalesforce($item_id, $type, $avatar_data)

    Thank you in advance!

    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

    #319992

    In reply to: BuddyPress 8.0.0

    Mathieu Viet
    Moderator

    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/

    #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

    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”?

Viewing 25 results - 976 through 1,000 (of 22,686 total)
Skip to toolbar