You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message when visiting a restricted forum ("This forum is for members only.") needs more customization ability. Right now the text gets slapped onto the top of the page and in my case is appended to the breadcrumb trail. It's very hard to see and also looks bad.
The ability to add a few html tags like div or p or br, or the ability ot adjust text size or weight would go a long way to help make the error message more visible.
The text was updated successfully, but these errors were encountered:
I know this issue is old, and I still see that this is still occurring. Due to the lack of hooks on the bbPress forum archive page it's limiting for us.
I do think this can be improved to allow for div's etc.
What you can do is unhook this function, and then hook it into wp_head for example and then create your own function/message for the ?noaccess message or even redirect user's to somewhere else.
The error message when visiting a restricted forum ("This forum is for members only.") needs more customization ability. Right now the text gets slapped onto the top of the page and in my case is appended to the breadcrumb trail. It's very hard to see and also looks bad.
The ability to add a few html tags like div or p or br, or the ability ot adjust text size or weight would go a long way to help make the error message more visible.
The text was updated successfully, but these errors were encountered: