Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Change error message display


Boone Gorges
Keymaster

@boonebgorges

@imjscn – There is no straightforward way to do what you’re trying to do.

For the message at the top of the screen, you can change that with a language file and then change the display with CSS. Removing the class=”error” div will be more trouble than it’s worth.

The other part will be harder. You can get the error info out of the $bp global – $bp->signup->errors – on page load. Then you’ll probably have to use Javascript to change the color of the labels.

Skip to toolbar