Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Click here to read further discussion.

    First of all, thanks for quick responding.
    As I told you before, I’m still a newbie in coding, so please don’t be to harsh with me. 😉
    If I’d know what in particular I have to do or what I have to look for, I wouldn’t ask.

    Ok…copy, edit, and rename the page.php to buddypress.php so it would be the template for all buddypress pages, got that. It works. But unfortunately that’s not helping me with my problems.

    Let me be more specific:

    I don’t want people to create groups, I want them to create projects.
    So it’s not only the page title I have to change, it’s everything that is group related.
    I guess it’s not that simple, is it? Or can I set a filter in bp-custom.php to achieve that goal. A code snippet would be great. 🙂

    About the aria roles: BP (I think) takes these roles from my theme automatically. Just creating a buddypress.php and making some changes doesn’t work. I can’t just change these roles because that would mean I have to change my theme div roles. So it’s not that simple. How can I set a filter to get rid of the aria roles in bp divs?

    <div id=”item-header” role=”complementary”>
    <div id=”subnav” class=”item-list-tabs no-ajax” role=”navigation”>
    <div id=”item-body” role=”main”>

    What if I want to change a specific bp-file?
    So far I found some files I like to change but I still have no clou where I have to contain them after editing. Do I put them also in the plugin folder like bp-custom.php?

    Still learning 😉

    Greetings

    @modemlooper

    Sounds great. I think I can handle that.
    Although, isn’t there an easier sollution to get rid of the BP-div roles via function.php?

    All BP divs are in my content/post area (not in my sidebars).
    As soon as it gets to responsive design the BP-divs with role=”complementary and navigation” behave like my sidebars and disappear. Furthermore they destroy the design.

    It’s totally ok for me to edit the BP templates, all I need to know is which one and how! 😉

    Nice weekend everyone!

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