Skip to:
Content
Pages
Categories
Search
Top
Bottom

Members, groups, forums link are not working after updating Buddypress to 1.2.7

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

  • @mercime
    Keymaster

    @mercime

    First thing I’d do, run Settings > Permalinks again


    ensentidocontrario
    Member

    @ensentidocontrario

    Thanks Mercine, but it does not work :( any other ideas?


    @mercime
    Keymaster

    @mercime

    The weird thing is that the BP Activity component link is working while the Members and Groups component links are not working.
    Do you have any membership plugin turned on which requires Is_user_logged in?
    If you change theme to bp-default theme are the links to Members and Groups working?


    ensentidocontrario
    Member

    @ensentidocontrario

    mercime, I’ve changed the theme and it doesn’t solve the problem, but later I tried to deactivate the plugin: BuddyPress Backwards Compatibilty . And the error was fix ;) Many thanks & Happy new year 2011
    Muchas gracias!!!!!!!!!!!
    Any suggestion to change the view of the members search? when sombody do a members search, members are show in one long columm . I’d like to see it in 4×4 columsn rows….
    Alvaro


    @mercime
    Keymaster

    @mercime

    De nada, glad you resolved the issue on your own, and a Happy New Year to you too :-)

    One way to change member list presentation without touching core file is by adding some tweaks below any other styling in your active theme’s style.css. Something like :

    `ul#members-list li {
    border: 1px solid #cccccc;
    width: 110px;
    height: 110px;
    float: left;
    margin: 0px 5px 5px 0px;
    padding: 3px;
    text-align: center;
    overflow: hidden;
    }

    ul#members-list li img.avatar {
    float: none;
    padding: 3px;
    margin: 0px 0px 5px 0px;
    }

    ul#members-list li span.activity,
    ul#members-list li span.update,
    ul#members-list li div.action {
    display: none;
    }`
    I haven’t tested this so adjust to taste, but you get the idea …


    ensentidocontrario
    Member

    @ensentidocontrario

    Mercime!!! Thanks a lot for your help, I tried your suggestion but I’m quiet stupid maneging code, so it didn’t works, but thanks anyway ;)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Members, groups, forums link are not working after updating Buddypress to 1.2.7’ is closed to new replies.
Skip to toolbar