Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 951 through 975 (of 22,644 total)
  • Author
    Search Results
  • #321263
    carl4141
    Participant

    From what I understand the BP Groups uses the default WordPress video player. This is something I want to change as it doesn’t display thumbnails and is blank up until the user presses play. Furthermore, it stops users from uploading MOV files, as the video player can’t handle them.

    Is there a way? I’ve looked at plugins, but the ones I’ve seen haven’t successfully changed the player.

    #321260
    wiganw92
    Participant

    Hi dont know if anyone can help with this one,
    about two weeks ago users of website where suddenly having issues with their profiles unable to add friends see notifications etc and when trying to add friends it was say you do not have permission to view this page. i am using the latest version of wordpress and buddy press, also at the same time my gami press stopped working too but when i login on my admin account it all works as it should with no issues.

    fractalier
    Participant

    Hi:

    It appears I have over 20,000 spam entries in my website’s MySQL database. Because of this, my website became inoperable. I was helped discover this by other technical folks…he said,

    “It looks like these entries are coming from the BuddyPress plugin. Each of these entries is a BuddyPress group. You should be able to delete the groups within BuddyPress. It also looks like removing user 2321 would go a long way towards preventing the spam that you are seeing.”

    Being rather new to the WordPress environment, and BuddyPress in particular, I cannot see how to do that. Can someone help? Thanks in advance.

    I am using WP 5.8.1 running the “Type” theme and BuddyPress 9.1.1 and the site is worldtalkfree.com. My email address is fractalier@aol.com.

    #321256
    jkitty
    Participant

    Hello!

    I am using wordpress version Version 5.8.1
    Buddypress version Version 9.1.1
    My theme is Twenty Thirteen

    So I don’t know how to code php or anything like that but I am pretty good at editing things with the right guidance.

    So this is how my layout looks

    View post on imgur.com

    Which is fine for the rest of the site but for the user profiles themselves is there a way to change it to not show the background for I think that’s sitemain (the black on each side with the orange gradient in the middle)

    So basically you would just have the header area as it is, the nav as it is and then from there on it would just be the profile’s content without all that extra stuff so you can fully see the background and all of that.

    I hope I am clear enough as I am terrible at explaining things but any guidance so that I can learn is appreciated~

    (I did learn how to add a custom buddypress.php in themes directory after reading around here a bit, to remove the side bar from just the user profiles but that’s as far as I got with figuring it out on my own )

    #321244
    wbcomdesigns
    Participant
    #321018
    xrelmate1
    Participant

    WordPress version: 5.8.1
    BuddyPress version: 9.1.1
    link to your site: https://e-seeker.com/
    Hi,
    E-Seeker, allows users to register accounts and create their website, as part of a multisite environment.
    The problem occurs after registration, where the user is added on the main site as well, as seen in the print screen:
    https://prntscr.com/1s5dubh

    I also added this code to manage to prevent the user to have access to the main site:
    https://prntscr.com/1s5anwd

    When I disable BuddyPress, and sign up a new user on https://e-seeker.com/wp-signup.php, I have a smooth registration, without the user added to my main site;
    https://prntscr.com/1s5e8tw

    I would appreciate any helpon this matter, so that a user could register an account or a website without be added and have access to my main site.

    #319748
    danielmark
    Participant

    I am tried to remove/replace the gravatar text from bp-nouveau/buddypress/members/single/profile/change-avatar,
    tried it by overriding file, first I created directory in my theme like this : themes=name/buddypress/members/single/profile/change-avatar.php then copying all theme and comment all gravatar function to test, but the final look my members/member-name/profile/change-avatar/ just empty and header broken,
    then try to override the page with same code like original one but it still empty page.

    here what I need to replace or remove, that link of gravatar made it annoying to replace text via plugin

    
    <?php
    /**
     * BuddyPress - Members Profile Change Avatar
     *
     * @since 3.0.0
     * @version 3.2.0
     */
    ?>
    <?php bp_nouveau_member_hook( 'before', 'avatar_upload_content' ); ?>
    
    <?php if ( ! (int) bp_get_option( 'bp-disable-avatar-uploads' ) ) : ?>
    
    	<p class="bp-feedback info">
    		<span class="bp-icon" aria-hidden="true"></span>
    		<span class="bp-help-text">
    			<?php
    			/* Translators: %s is used to output the link to the Gravatar site */
    			printf( esc_html__( 'Your profile photo will be used on your profile and throughout the site. If there is a %s associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress' ),
    				/* Translators: Url to the Gravatar site, you can use the one for your country eg: https://fr.gravatar.com for French translation */
    				'<a href="' . esc_url( __( 'https://gravatar.com', 'buddypress' ) ) . '">Gravatar</a>'
    			); ?>
    		</span>
    	</p>
    
    

    and

    
    	<p class="bp-help-text">
    		<?php
    		/* Translators: %s is used to output the link to the Gravatar site */
    		printf( esc_html__( 'Your profile photo will be used on your profile and throughout the site. To change your profile photo, create an account with %s using the same email address as you used to register with this site.', 'buddypress' ),
    			/* Translators: Url to the Gravatar site, you can use the one for your country eg: https://fr.gravatar.com for French translation */
    			'<a href="' . esc_url( __( 'https://gravatar.com', 'buddypress' ) ) . '">Gravatar</a>'
    		); ?>
    	</p>
    
    <?php endif; ?>
    
    <?php
    bp_nouveau_member_hook( 'after', 'avatar_upload_content' );

    Wordpress version : 5.7.2
    buddypress version : 8.0.0

    #321139
    Naomi
    Participant

    I’m running WordPress 5.8.1 running Astra theme.
    Buddypress 9.11

    This is an odd question, but I did something that I now can’t figure out for the life of me on my http://www.charlottemasoneducation.org website to require admin approval for registration. In other words, when someone tries to register, I have to approve them before they can engage with the site. I looked through all my plugins listed below and one of them is giving this functionality, but I can’t figure out which one and how. I want to replicate it on another site I’m working on but I’m not able to figure it out. Any help would be appreciated.

    I thought maybe BP Simple Private, but that only makes the site private, it doesn’t provide the approval process functionality.

    Akismet Anti-Spam
    bbp style pack
    bbPress
    Better Notifications for WP
    BP Simple Private
    BuddyPress
    Code Snippets
    Easy Digital Downloads
    Elementor
    Essential Addons for Elementor
    Events Manager
    Events Manager – OpenStreetMaps
    InfiniteWP – Client
    MC4WP: Mailchimp for WordPress
    Ultimate Addons for Gutenberg
    UpdraftPlus – Backup/Restore
    WooBuddy -> WooCommerce BuddyPress Integration
    WooCommerce
    Wordfence Security
    WP Mail SMTP
    WP RSS Aggregator
    WP-Optimize – Clean, Compress, Cache
    Yoast SEO

    mandro
    Participant

    Good Day,

    On the default WordPress Multisite environment, if the user signup through the Default WordPress form, the account is created on the Sub Site only.

    But with activated BuddyPress and a user register via BuddyPress Registration form, the account will be created double. On the Main Site and the Sub Site. Is this normal behavior from BuddyPress or a bug?

    Best Regards.

    #321007
    wackao
    Participant

    IF you are logged into WordPress you can not open Register and Activation page.

    Logout or open incognito to view these pages.

    gehtsnoch3100
    Participant

    Hi there,

    I have a problem with the confirmation link when the mail address has been changed. the link goes if the user is not logged in to the standard wp login from wordpress and not to the login page of my theme, anyone have an idea? thanks and greetings

    #320944
    Rox-1
    Participant

    Hello,

    Sorry if this is a silly newbie question, I’m making my own site at the moment, and I want to create a profile page where there are seperate fields which can be searched and saved. Each entry would be saved with date and time, a little like a diary or journal. Hopefully, this information can be made available to all other registered members, kept private, or emailed to a third party if required.

    It’s a bit like a journal to keep track of things. The sharing option is there if people want to share with their community, or if they need to email or make their notes visible to someone else.

    I did install BuddyPress yesterday (9.1.1), but didn’t really have a clue where to start – I may be diving into the deep end with this one! WordPress version is 5.8 and my site is http://www.inspireyourdog.com – it’s a work in progress. 🙂

    How would I go about this? Where would I start?

    I suspect it may be simpler than I think it is!

    Thanks,

    Paul.

    pressermannen
    Participant

    Notice: Undefined property: stdClass::$table_name_groups in C:\xampp\htdocs\project\wp-content\plugins\buddypress\bp-xprofile\classes\class-bp-xprofile-group.php on line 498

    WordPress database error: [Table 'project_2021.g' doesn't exist]
    SELECT DISTINCT g.id FROM g ORDER BY g.group_order ASC

    Getting those two. Have tried fixing the tables from wp-admin but no luck. Updating to 9.1.1 didn’t change anything. Changing to Twenty Twenty theme has the same error.

    Any ideas?

    homelesshenry
    Participant

    I’ve noticed an issue where the Activity Comments “Read More” links and Activity Comments “Reply” buttons seem to not work properly for some comments.

    In both cases, the accordion/expand effect isn’t occurring properly to expand out the rest of the content or the comment reply form.

    I can’t find a pattern (some threads work), although it tends to appear on comments nested 2 levels deep or greater (settings are set so comments can nest 5 levels deep).

    I’ve disabled every plugin except Buddypress and ran it with a default WP theme, and the problem still remains.

    I’ve downgraded wordpress and BP to see, but the problem still remains.

    Does anyone have any experience with this happening to them?

    I’m wondering if Buddypress can accrue errors over time as more comments and posts are being made, because that’s one of the only differences to the site that’s been made since this functionality seemingly stopped working.

    Otherwise, I’m going to look at the host.

    piperpeninfo
    Participant

    Hello everyone,
    I came across related discussions about this topic but didn’t find a real solution.

    I have a Multisite and I have Buddypres installed on my main site, which resposnsible to send a welocme emails and handling the users.

    The problem is that after new user registration – the user gets 2 welcome emails:
    1- is styled sent from Buddypress
    2 – unstyled default wordpress “Welcome User Email”

    I want to disable the default welcome email but only for the user (I still want to get notified about new users)

    Please don’t point me to install a plugin or link for irrelevant solutions (like I saw on other related discussions).

    Maybe it’s not Buddypress specific issue but i hoped someone can help with that, I need your help guys….

    #320877
    shanebp
    Moderator

    Did you try BP Simple Private?

    Natalie
    Participant

    I’ve been trying to filter only the Activity Directory stream to show only a specific activity item type (in this case, it’s “new_product_page”, which I created with the help of the codex section on post types).

    I successfully managed to achieve this with the following code:

    function bpfr_filtering_activity( $retval ) {
    if ( bp_is_page( 'activity' ) ) {
    	// activities to filter on, comma separated
    	$retval['action'] = 'new_product_page, ';
    	$retval['max'] = '50';
    }		
    		return $retval;
    	}	
    add_filter( 'bp_before_has_activities_parse_args', 'bpfr_filtering_activity' );

    Although eventually I started to notice some errors where users were getting notification URLs (e.g. “John commented on one of your updates”) where the notification URLs weren’t appending the comment identifier at the end (e.g. /activity/p/762/?rid=310#acomment-780), instead ending prematurely with only the users referrer ID (e.g. /activity/p/762/?rid=310).

    This means the notification URLs would take you to the commented user’s profile, rather than the specific comment.

    After removing the above code from filtering the activity directory, suddenly all of the notification URLs issues went away and everything appeared to work flawlessly.

    I recall a wordpress developer once stating that is is advised NOT to block activity_comment and activity_update activities, because it will cause errors in BuddyPress.

    What I am wondering is if this is true? And, if there is a way to filter the Activity Directory to show only a specific post type (e.g. new_product_page) without it leading to errors elsewhere in BP? Is there a correct way to do it?

    #320872
    rfree190
    Participant

    On the activity feed, the three horizontal dots at the top right of the activity, used to be clickable by the post owner, or by admin. Somehow, that functionality is no longer there. Putting your mouse over the three horizontal dots does nothing.

    Tried on three browsers.

    But, if you find a post that has comments, you CAN click those “More Options” dots on the reply.

    Anyone know what’s going on?

    WordPress 5.8
    MemberPress Plus 1.9.21
    BuddyBoss Platform 1.7.6 (No BB Theme)

    #320869
    rfree190
    Participant

    When users attempt to upload a cover photo, they are greeted with an error;
    “BBM_7134.jpg exceeds the maximum upload size of 5MB for this site.”
    I can’t find a way to increase this value anywhere.

    My WordPress upload max is set to 512MB.

    I’d be ok with a functions.php edit, or a wp-config.php edit.

    I’d like to increase it to around 10MB.

    Thanks!

    #320838
    pm21
    Participant

    Hi!

    I have a question regarding the cooperation between BuddyPress ( https://pl.wordpress.org/plugins/buddypress/ ) and Events Manager ( https://pl.wordpress.org/plugins/events-manager/ ).
    From what I have checked, Events Manager does not have a function that allows a logged-in WordPress user to invite other logged-in WordPress users to an event. I assume that this event may or may not be created by the inviting user. Ideally, if someone could invite individual users from their BuddyPress circle of friends, or an entire circle of friends, as well as individual members of a BuddyPress group of which the inviting user is a member, or and entire this group.

    Do you know any ready-made solution that makes it possible?
    And if there isn’t, can you give me a hint, how I could do this with BuddyPress / Events Manager or another tools?

    I would be grateful for the information

    seregur
    Participant

    Wordpress 5.8
    BuddyPress 9.1.1
    Theme BuddyX
    Youzify 1.1.0

    Greyhelm – A Fantasy LARP in SC

    This is a new site with very little content at the moment.
    When attempting to post in the activity stream, any text appears without issue, but not images.

    During post creation, it allows me to add an image and it shows uploading and then the preview.

    I can see that the images are in fact uploading as they are in the WP media library. They just don’t show up along with their post.

    I have tried this with and without text. If no text, the post is just blank, but it is there.

    Any suggestions will be greatly appreciated.
    Thanks

    #320813
    daniel2023
    Participant

    Hello,

    I’m running into an error when attempting to upload a profile image. It states on the screen “An error occurred. Please try again later.”. This message appears below the upload box. A user with the administrator role can upload, however, those users without the admin role cannot.

    I’ve tried de-activating and re-activating BuddyPress but the issue persists.

    Any help would be greatly appreciated.

    WordPress Version: 5.8
    BuddyPress Version: 9.1.1

    tccdeveloper05
    Participant

    Wordpress Version: 5.8
    Buddypress Version: 9.1.1
    Link: no link because this is only from localhost.

    So i have these lines of code which displays all exisiting groups from the website and if i select one, it will link/integrate it to a course i selected (LMS).

    <?php
    $groups = groups_get_groups(array(‘show_hidden’ => true));
    $attached_group = (array) \TUTOR_BP\BuddyPressGroups::get_group_ids_by_course(get_the_ID());

    ?>
    <div class=”tutor-option-field-row”>
    <div class=”tutor-option-field-label”>
    <label for=””>
    <?php _e(‘BuddyPress Groups’, ‘tutor-pro’); ?>
    </label>
    </div>
    <div class=”tutor-option-field tutor-field-number”>
    <select name=”_tutor_bp_course_attached_groups[]” class=”tutor_select2″ multiple=”multiple”>
    <?php
    foreach ($groups[‘groups’] as $group){
    $selected = in_array($group->id, $attached_group) ? ‘selected=”selected”‘ : ”;
    echo “<option value='{$group->id}’ {$selected} > {$group->name} </option>”;
    }
    ?>
    </select>
    <p class=”desc”><?php _e(‘Assign this course to BuddyPress Groups’, ‘tutor-pro’); ?></p>
    </div>
    </div>

    However from the <select> options i only want to display the groups i have created. how to do this? any help will be appreciated!

    #320721
    avonrivercs
    Participant

    Wordpress version 5.8, Buddypress version 9.0. Theme is Sweetdate.
    URL https://ecupid.com.au
    I have an issue when a user signs up to create an account. When they select the dropdowns for the day, month and year of their birthday, the year options start from 2031 maximum and go to 1961 minimum. I have set the minimum age to join at 18 and I would like the maximum age to be 80 which is what I have set. I would have thought that the minimum date that could be entered via the dropdown would be the current year minus 18 to the maximum age of the current year minus 80. I can’t find anywhere I can adjust this apart from the minimum and maximum age setti8ngs which are not working. I would really appreciate it if you could point me in the right direction to resolve this.

    #320679
    xbladerunner
    Participant

    I have more than 10 subsites, with buddypress network activated. I recall at one point switching which site is considered the BP “main” site– such that the BP main site is one of the WordPress Multisite subsites. I was wondering if this was the historical event that created the duplication– that’s why I’m trying to figure out which db prefixes map to which subsites– I want to take a look at the original main site and the present main site. When I find these, what exactly am I looking for in the tables?

Viewing 25 results - 951 through 975 (of 22,644 total)
Skip to toolbar