Skip to:
Content
Pages
Categories
Search
Top
Bottom

BP 1.6.1, Error in Activity and Group Page

  • @mikey3d

    Participant

    I always have testing site before into production site when updating new versions of WP and BP. I have upgrading BP 1.6.1 and found two problems: 1) I have an error when I clicked the Activity (wp-admin/admin.php?page=bp-activity) in the dashboard I get:

    `Warning: Missing argument 2 for ray_bp_get_activity_action() in /home/wp-content/plugins/buddypress-usernames-only/bp-usernames-only.php on line 111`

    I did posted and no one answering it.

    2) When I clicked the group page in the Group Directory and I get “Page not found.” I scratched my head and not sure what to do? But I did try resaving the change in the “permalink settings” it didn’t work. What is the solution?

Viewing 12 replies - 1 through 12 (of 12 total)
  • @chouf1

    Participant

    Hi,
    did you read the warning at the top of the official plugin page ?
    https://wordpress.org/extend/plugins/buddypress-usernames-only/

    The problem is perhaps the plugin ?

    @mikey3d

    Participant

    Hi @chouf1

    Yes, I have read it. Why do you think I posted in the “BuddyPress Usernames Only” group page? Because I know it is this plugin. I’m asking for another alternative instead of plugin as use the function.php.

    @chouf1

    Participant

    Oups ! Also missed ” I’m asking for another alternative instead of plugin as use the function.php.”

    Try with this in theme’s functions.php
    `function my_member_username() {
    global $members_template;
    return $members_template->member->user_login;
    }
    add_filter(‘bp_member_name’,’my_member_username’);`

    @mikey3d

    Participant

    Hey @chouf1, don’t cheat. :-) I have the same codes as you have by searching it yesterday. Do you know what is this codes is for? This is for only members directory page. I need it for everywhere not just members page for usability purpose.

    @chouf1

    Participant

    I don’t cheat. I only asking questions for trying to help you. J’me casse. Tchao.

    @mikey3d

    Participant

    Don’t take yourself too seriously. —> :-( I know what is helping other as courtesy. Whatever you said in French, Bye!

    @mikey3d

    Participant

    What can I do with group page?

    @mikey3d

    Participant

    I get “Page not found” a group page in the Group Directory.

    @mikey3d

    Participant

    How do I get the group page back in the Group Directory when the page is “Page not found?”

    @mikey3d

    Participant

    What’s going on here I didn’t get any help for over week ago?

    @mikey3d

    Participant

    Hello…

    @mikey3d

    Participant

    Does anybody can see my posts?

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘BP 1.6.1, Error in Activity and Group Page’ is closed to new replies.
Skip to toolbar