i use node formatted with bbcode as disclaimer, in node view everything looks ok, but at registration form text is unformattet - no line breaks and so on.

Comments

regx’s picture

OK, I must not have passed that through node render, I will take a look at this.

regx’s picture

Status: Active » Fixed

This is now fixed in cvs for 5.x
http://drupal.org/project/cvs/130655

I also aded a setting to allow the super admin to see disclaimers in settings.

regx’s picture

This isn't quite as pretty as I had hoped.
Rending the node adds a lot of divs. I should probably wrap this in a div class=disclamer and make the node rendering optional.
That way you could choose - basic html or node rendering, and update your stylesheet when choosing the node rendering.

What do you think about having per role disclaimers?

Anonymous’s picture

Status: Fixed » Closed (fixed)