Opened 21 months ago
Last modified 6 months ago
#3540 new feature request
Filter for class ”bbp-template-notice”
Reported by: | wpturk | Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | high |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Cc: |
Description
It’s tedious to change alert styles in bbpress because there is no filter (apply_filter) for ”bbp-template-notice” class. In function: bbp_template_notices()
Many of us are using css frameworks (like bootstrap etc…) and would be great to use the framework css classes instead.
Any chances to get this in 2.7?
Here are some example forum posts:
https://bbpress.org/forums/topic/change-the-css-classes-in-bbp_template_notices-function/
https://bbpress.org/forums/topic/feature-request-add-filter-fur-class-bbp-template-notice/
Hello,
I would like to request a new feature for bbPress, specifically the addition of a filter for the
bbp-template-notice
class in thebbp_template_notices()
function. Currently, it is quite tedious to change the alert styles in bbPress because there is noapply_filter
for this class.Many users, including myself, utilize CSS frameworks such as Bootstrap, and having the ability to use these framework CSS classes directly would be extremely beneficial. Implementing a filter would greatly enhance the flexibility and customization options for styling bbPress notices.
Example Forum Posts Discussing This Need:
Is there a chance to get this feature included in the upcoming 2.7 release? It would significantly streamline the process of integrating bbPress with modern CSS frameworks.
Thank you for considering this request!