Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • chuckingit
    Participant

    @chuckingit

    @bp-help … thank you for the code snips but can you clarify the last remove action is correct … e.g., remove_action( 'groups_action_group_feed', 'groups_action_group_feed',3 ); shouldn’t this be use the bp_actions thus instead be this – remove_action( 'bp_actions', 'groups_action_group_feed',3 ); ..??..

    also, i noticed that with respect to bbPress, the topics and contents show in the feed – e.g., site.com/forums/feed/ shows the feed titles with some content (maybe excerpt or maybe full text not sure as my test site only has one liners) …

    accordingly, how can we hide the forum feeds … e.g., i thought maybe adding lines like this might work but they did not –

    remove_action( 'bp_actions', 'bbp_display_topics_feed_rss2',3      );
    remove_action( 'bp_actions', 'bbp_display_replies_feed_rss2()',3      );
    

    thanks in advance for any pointers you can share – especially with blocking bbPress Forum Topic contents – site.com/forums/feed/ … cordially, chuck scott


    chuckingit
    Participant

    @chuckingit

    these errors are still happening and today i checked error log to find that a hacker (or bot) within 2 minutes launched 73 attempts to login with non existing username and created 26k error file … thus i’m concerned that this kind of login errors could crash my site by rogue attacks like this … below is clip from first entry and the last one …

    accordingly, anybody have any suggestions as to how i can prevent this from happening ..??.. i just installed the login lock down plugin on site 16 thus this should help to limit login attempts but still, BuddyPress seems like it is hiccupping in this dept by looking for non-existant users ..??..

    
    [05-Jun-2014 08:43:58 UTC] WordPress database error Table 'mysite_wp01main.wp01_16_signups' doesn't exist for query SELECT * FROM wp01_16_signups WHERE active = 0 AND user_login = 'islandbread' ORDER BY signup_id DESC LIMIT 0, 1 made by wp_signon, wp_authenticate, apply_filters('authenticate'), call_user_func_array, bp_core_signup_disable_inactive, BP_Signup::get
    [05-Jun-2014 08:45:50 UTC] WordPress database error Table 'mysite_wp01main.wp01_16_signups' doesn't exist for query SELECT * FROM wp01_16_signups WHERE active = 0 AND user_login = 'islandbread' ORDER BY signup_id DESC LIMIT 0, 1 made by wp_signon, wp_authenticate, apply_filters('authenticate'), call_user_func_array, bp_core_signup_disable_inactive, BP_Signup::get
    

    chuckingit
    Participant

    @chuckingit

    Hi – i just wanted to loop back on this thread as i’m still having this problem even though i’m now at WP 3.9.1 and BuddyPress 2.0.1 … it seems as though somebody keeps trying to login to blog id #16 with usernames that are not in the user table (e.g., webmaster, root) hence the ongoing php fatal error logs … the odd thing is that this blog 16 is a site on a network within a network … thus not sure if maybe i setup this second network and site #16 running BuddyPress wrong, or if maybe there is other issue with BuddyPress thus share in case it is not me and my setup, but something that still can use some code love ..??..


    chuckingit
    Participant

    @chuckingit

    @r-a-y – Thank You … i’ll wait till next release as i’m a bit clueless as to how to test latest trunk … eg., when i download the *.patch file, not sure how to go about applying but very much appreciate your response to this thread … cheers – chuck scott


    chuckingit
    Participant

    @chuckingit

    hi – i’m by no means an expert but just testing buddypress 1.7 and in looking at MySQL tables, it appears that the activity @name is from the WP User Nice Name in the WP_Users table … note i’m also testing on a WP Multisite network …

    also, being able to change the activity @name might be great feature for profile edit ..??..

    with respect modifying profile, i’ve seen a drop down from the user profile top right menu bar that allows me to get to the profile and edit it …

    i’m not positive about the BuddyPress settings and sync’ing with WP profiles … hope this helps 🙂 cordially, chuck scott

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