Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

  • semperaye
    Participant

    @semperaye

    Note: Although that plugin from github isn’t working as described, it seems to have filtered my admins from my members list so I guess it worked somehow 😛

    If it ends up not working, do we just copy and past the text from buddydev into customcss?


    semperaye
    Participant

    @semperaye

    I couldn’t get the plugin from github to work. The instructions said to click the hide user button but there isn’t one.


    semperaye
    Participant

    @semperaye

    * correction. The last active IS showing for admin, I just didn’t see it because it’s inside the “cover image.” This happens when a user is logged into buddy press and views their own profile, this is because in that instance, the “cancel friendship,” and “private message” buttons do not show up.


    semperaye
    Participant

    @semperaye

    I paid someone on fiver to do it for me, if I understood it I would post it here, topic closed.


    semperaye
    Participant

    @semperaye

    still cant figure this out


    semperaye
    Participant

    @semperaye

    Better yet, it would be nice if there was a way to change all the BuddyPress buttons globally, including “Add Friend” “Cancel Friendship,” “SEARCH,” etc.

    Example:

    I found this code that changes all the wordpress buttons globally, just not the login and register.

    .wp-core-ui .button-primary, .button {
    background: #99cc66;
    border-color: #669933;
    box-shadow: inset 0 1px 0 rgba(102,153,51,.5),0 1px 0 rgba(0,0,0,.15);
    }

    .wp-core-ui .button-primary:hover, .button-primary:active {
    background: #669933;
    border-color: #99cc66;
    box-shadow: inset 0 1px 0 rgba(102,153,51,.5),0 1px 0 rgba(0,0,0,.15);
    }

    Perhaps there is a .buddypress-core-ui?????


    semperaye
    Participant

    @semperaye

    Someone helped me do this for bbpress and it looked like this:

    #bbpress-forums .submit {
    background-color: #0f5289;
    color: #FFFFFF;
    float: center;
    vertical-align: middle;
    border-radius: 0;
    height: auto;
    width: auto;
    }

    #bbpress-forums .submit:hover {
    background-color: #0c2b44;
    color: #FFFFFF;
    float: center;
    vertical-align: middle;
    border-radius: 0;
    height: auto;
    width: auto;

    How can I do the same with hover in buddypress?


    semperaye
    Participant

    @semperaye

    Hmmm well I do not see any selector info on my page source, this is what I see:

    <div class=”submit”>
    <input type=”submit” name=”signup_submit” id=”signup_submit” value=”Complete Sign Up” />
    </div>

    <input type=”hidden” id=”_wpnonce” name=”_wpnonce” value=”bce145ef16″ /><input type=”hidden” name=”_wp_http_referer” value=”/register/” />

    </form>

    </div>


    semperaye
    Participant

    @semperaye

    @jakobbader,

    I saw that plugin a few weeks ago, tried to find it again, and now it’s gone…


    semperaye
    Participant

    @semperaye

    There is this code posted by someone on this thread 2.5 years ago:

    https://buddypress.org/support/topic/hide-certain-admins-as-being-online/

    /* disable Recording Site Activity for Admins */
    add_action(“bp_loaded”,”bpdev_init_sm_mode”);
    function bpdev_init_sm_mode(){
    if(is_super_admin())
    remove_action(“wp_head”,”bp_core_record_activity”);//id SM is on, remove the record activity hook
    }
    /* ——————————————– */

    But not sure if that is custom css, or if that is something that needs to be placed in the bp-custom.php file? Also, that code appears to only block admin activity, not profile, and members list….

    Is there a way to do all of this via some custom CSS? That would obviously be the easiest way to solve this since there are no currently working plugins.


    semperaye
    Participant

    @semperaye

    say what lol?

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