Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 26 total)

  • welsh10
    Participant

    @welshlamb10

    @shanebp

    Thanks. Sorry I may not have explained.
    How do I get this to display as a field on the xprofile base section?

    I’m struggling to find the hook the code above I added works. I just don’t understand how to get this to autopopulate a field or display on the profile.

    Hope this makes sense and thanks for the help


    welsh10
    Participant

    @welshlamb10

    @vinay

    Yes did solve and had a plugin. Happy to share but had to deactivate the plugin in the end as it stopped working. Perhaps if I share you may be able to fix?

    Thanks


    welsh10
    Participant

    @welshlamb10

    Hi @Vapvarun,

    Unfortunately, that plugin did not work – it showed nearly every media as unattached that was associated with BuddyPress ๐Ÿ™

    Surely someone here, does something to purge media and posts to save space after so long?


    welsh10
    Participant

    @welshlamb10

    Thanks @vapvarun – major issue is the site has 100gb + of media. Thats one big backup to try and restore


    welsh10
    Participant

    @welshlamb10

    Thank you that helped


    welsh10
    Participant

    @welshlamb10

    Thanks both – Its the sheer volume off posts and photos. I’m wondering how most sites are coping without an archiving feature or way of saying after 60 days remove posts?

    Thanks


    welsh10
    Participant

    @welshlamb10

    Hi @danbp,

    Sorry to resurrect this thread.

    I’m looking at the code you provided for changing the Groups.

    Do you have any snippets or guidance for the following scenario.

    I would like to set a default BP Group per user within their user profile.

    User: Joe Bloggs
    BP Group: Joe Bloggs

    I would like to be able to select that the default group for Joe Bloggs > Joe Bloggs within his profile. Then when he posts in the Activity section his default group is that group.

    Any ideas on this or is it to bespoke?

    Thanks


    welsh10
    Participant

    @welshlamb10

    There must be people out there with massive sites with this same issue?


    welsh10
    Participant

    @welshlamb10

    That’s fantastic – thank you for the pointers, any idea how to do the same for when they click the group?

    The buttons have gone but clicking the group shows – request access form.


    welsh10
    Participant

    @welshlamb10

    @garrett-eclipse

    Is it possible that this can only apply to a role such a custom wp role e.g ‘member’

    // Remove Join/Leave Button
    function bp_remove_group_join_button() {
        return '';
    }
    add_filter( 'bp_get_group_join_button', 'bp_remove_group_join_button');

    Appreciate any tips of code guidance.

    Thanks


    welsh10
    Participant

    @welshlamb10

    @vapvarun,

    Awesome find, doesn’t work with BuddyBoss theme ๐Ÿ™


    welsh10
    Participant

    @welshlamb10

    @bhawinitech ,

    I had a custom plugin built – but since latest updates with BP and my theme there’s conflicts and it does not work anymore. ๐Ÿ™


    welsh10
    Participant

    @welshlamb10

    Hi,

    I’m using BuddyBoss (with BuddyPress).

    I used this snippet:

    add_filter( 'gettext', 'ps_change_activation_message', 20, 3 );
    
    function ps_change_activation_message( $translated_text, $text, $domain ) {
    
        switch ( $translated_text ) {
            case 'You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.' :
                $translated_text = __( 'Your membership account is awaiting approval by the site administrator.', 'buddypress' );
                break;
        }
    
        return $translated_text;
    }

    But this did not work for changing the message.

    Please can you advise?

    Thanks


    welsh10
    Participant

    @welshlamb10

    Hi @imath,

    Will get back to you via email. Appreciate the support.


    welsh10
    Participant

    @welshlamb10

    Hi @imath,

    Correct. I have disabled all plugins. Removed custom code.
    There are no changes to /bp-custom.php or any folder for /wp-content/mu-plugins.

    I would be happy to give you access to the platform?
    Would you be able to send over an email address – so I can pass you login credentials?

    Many thanks


    welsh10
    Participant

    @welshlamb10

    Hi @imath,

    The issue I having:

    1) Logged in as user that is part of two or more hidden groups.
    e.g For this example hidden group A and B are names

    2) Visit hidden group A activity feed. Scroll to bottom ‘load more’

    3) This then loads content from hidden group A & B

    Hope this makes sense.


    welsh10
    Participant

    @welshlamb10

    Hi @imath,

    I think I’ve found the issue ‘Hidden groups are showing other groups posts in the activity feed (when scrolling down the page to โ€˜load moreโ€™). We donโ€™t want any group feeds being available within other groups.’

    This appears to only happen to users that are members of the groups.
    So you could be in a hidden group ‘A’ then scroll down to ‘load more’ then it displays content from hidden group ‘B’.

    I expect this is not meant to happen?

    Thanks


    welsh10
    Participant

    @welshlamb10

    @ventuius,

    I can’t get my head around this one. I’ve disabled all plugins, reverted to Twenty Nighteen theme.
    Removed all custom functions in functions.php.

    I still have the same issue.

    Activity in the hidden group displaying another hidden groups activity and also random user activity (new user registered) when clicking ‘load newest’. There must be a bug here.

    Appreciate you looking at this


    welsh10
    Participant

    @welshlamb10

    Hi @imath,

    How can I send the details requested on the link in your last post privately? I dom’t want to share all my server details and plugins publically?

    Thanks


    welsh10
    Participant

    @welshlamb10

    Hi @imath,

    Thank you so much for getting back to me. I’ve made contact with BuddyBoss and they have confirmed that it’s no theme issue.

    I have carried out the following:

    – Disable all plugins
    – Removed Custom functions.php on Child theme
    – Switched to Twenty Nighteen theme
    – Switched between BuddyPress Template Pack
    – Completed a BuddyPress repair

    The issue still persists.

    If I visit a hidden group then go to ‘activity’ scroll down to the bottom of the group ‘load more’. This will then load activity from other hidden groups.

    I’ve had to temporarily close the site until we have a fix.

    Appreciate your time and help.


    welsh10
    Participant

    @welshlamb10

    @venutitus

    I found unchecking ‘Activity auto-refresh’ in Buddypress settings has temp fixed.
    Still need to locate real issue


    welsh10
    Participant

    @welshlamb10

    I am using Legacy.
    I will start de-activating plugins. I’ve had custom work done with notifications so it could be there.
    So many plugins hard to know where to start


    welsh10
    Participant

    @welshlamb10

    @shanebp,

    Thanks for getting back to me. Appreciate this. Hopefully someone in this community may be able to give me the filter hook to add into the functions file. I’m confident that someone would have achieved this.

    Appreciate the idea, have reached out to their support as you suggested.

    Thanks again, have a great weekend


    welsh10
    Participant

    @welshlamb10

    FIXED PLEASE CLOSE


    welsh10
    Participant

    @welshlamb10

    I’ve just discovered it was the wrong file. I am now editing ‘profile-wp.php’

    I have added this line of code

    			<?php if ( $value = cimy_uef_sanitize_content(get_cimyFieldValue($user->ID, 'PAYROLLID'))->payrollid ) :?>
    					
    					<tr id="PAYROLLID">
    					<td class="label"><?php _e( 'Payroll ID' ); ?></td>
    					<td class="data"><?php $value->payrollid; ?></td>
    					</td> 
    					</tr>
    					
    					<?php endif; ?> 

    But need more help as it still is not working ๐Ÿ™

Viewing 25 replies - 1 through 25 (of 26 total)
Skip to toolbar