Forum Replies Created
-
In reply to: Change Breadcrumb url link
Its now in ‘wp-content/plugins/bbpress/includes/common/template-tags.php’ on line 2026. bbPress of course not buddypress 🙂
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
In reply to: Change Breadcrumb url linkYes 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 🙂
In reply to: Change Breadcrumb url linkI 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 🙂
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 🙂
In reply to: Change Breadcrumb url linkI 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!
In reply to: Change Breadcrumb url linkI 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?