• Hi there,

    I have one small problem with User Profiles and that is there are no sidebars showing at all, The sidebars are present in the forum just not the profiles and also in some other forum stats pages examples:

    No sidebars
    User profile

    Most Popular Topics

    Has Sidebars
    Forum

    Any Ideas?

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • User profile has these html body classes:
    bbp-user-page single singular bbpress

    So it should be is_bbpress() && is_single() for a specific option for it, alternatively is_singular() instead of single.

    Most Popular Topics:
    bbp-view bbpress

    This should be is_bbpress()

    I would ask the bbpress forum this for more details though, if it doesn’t work.

    Would recommend the same as I did in this thread.

    Thread Starter Sloppy Buns

    (@diggories)

    Thanks Alexander,
    I will give it a try.

    Thread Starter Sloppy Buns

    (@diggories)

    Hi Alexander just in case your interested I have placed a post in the bbpress forums with some findings Click Here It may help with your layout option for is_bbpress.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebars in bbpress profiles’ is closed to new replies.