Garindan (@garindan)

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • @garindan

    Participant

    Its now in ‘wp-content/plugins/bbpress/includes/common/template-tags.php’ on line 2026. bbPress of course not buddypress 🙂

    @garindan

    Participant

    Ok simple question… What file/s do I need to add code to so it affects every bbpress page?

    style type = ‘text/css’>#breadcrumbs { display: none !important; }/style>

    Sorry, couldn’t work out how to display code without it hiding style tags

    • This reply was modified 12 years, 2 months ago by Garindan.
    • This reply was modified 12 years, 2 months ago by Garindan.

    @garindan

    Participant

    Yes it would do, but it’s a simple change. I just keep a changelog of things i’ve changed so they can be restored on updates 🙂

    @garindan

    Participant

    I found out how to change the breadcrumb url, alt and text myself. You can change the code in bbp-common-template.php (/wp-content/plugins/bbpress/bbp-includes/bbp-common-template.php) on line 1889…

    // Add the breadcrumb
            $crumbs[] = '<a href="/forums/">Forums</a>';
    

    It’s just a normal link tag so you can name it and add alt tag as you wish 🙂

    • This reply was modified 12 years, 3 months ago by Garindan.
    • This reply was modified 12 years, 3 months ago by Garindan.

    @garindan

    Participant

    It’s ok 🙂

    My site was on a godaddy test server. I have moved it to final domain/server now and all is working well 🙂

    @garindan

    Participant

    I can either get the theme/wordpress to allow my page to take precedence, or change the bbpress breadcrumbs ‘root’ to point to my page instead of the bbpress base page.

    Any idea’s how I can do that? Many thanks!

    @garindan

    Participant

    I have the same problem. The forums base slug is ‘forums’ as default and so is my page, but my custom WP page is not taking precedence. The bbpress one is, which is causing problems as I can’t set page options, sidebar etc etc. Any idea’s?

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