Can you change this module to allow standard HTML output in the agreement? Its not like admins aren't going to be the only ones creating the agreements anyway... why force plain-text?

Comments

arcane’s picture

Yes, also legal docs contain lots of quotes and they are not rendered properly. +1 on removing check plain on the agreement text.

pagaille’s picture

Status: Active » Fixed
pagaille’s picture

Version: 6.x-1.2 » 6.x-1.x-dev
pagaille’s picture

Version: 6.x-1.x-dev » 6.x-1.2

Sorry to be messing with the version numbers... to clarify, issue was reported against 6.x-1.2 and is fixed in 6.x-1.x-dev.

charos’s picture

Installed latest dev but issue occurs. Here is an example: Input

  <h2><u><em><strong>Dummy Content:</strong></em></u></h2>
<br> 

Output:

 &lt;h2&gt;&lt;u&gt;&lt;em&gt;&lt;strong&gt;Dummy Content:&lt;/strong&gt;&lt;/em&gt;&lt;/u&gt;&lt;/h2&gt;
&lt;br&gt; 
pagaille’s picture

The dev releases are generated every 12 hours, so it should be available beginning with the 2010-Apr-28 version. Sorry for the confusion - I should have waited for the latest development release to be created before marking this fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

ppc.coder’s picture

Can we make an option available to select which input format we want to apply? Currently the rc1 version is using the default which I want to be Filtered HTML but for the agreement I want to allow things such as H1, H2, etc.

figover’s picture

Version: 6.x-1.2 » 6.x-1.x-dev
Status: Closed (fixed) » Active

I am sorry to open this issue again.

I am using this version agreement 6.x-1.x-dev from this page http://drupal.org/node/358465.

But i am not able to see HTML when user go to /agreement page.

This is my html

<h1>welcome</h1>
nice to see you.

Please help me.

pagaille’s picture

What is the output?

yuriy.babenko’s picture

Assigned: Unassigned » yuriy.babenko

Confirming that HTML gets stripped from the latest master copy.

yuriy.babenko’s picture

Sorry, spoke too soon. The text gets correctly filtered according to the site's default input format. I'll add an option to select the input format on the agreement setting's page. Expect it in RC2 shortly.

yuriy.babenko’s picture

Status: Active » Closed (fixed)

Functionality is now available in 6.x-2.0-rc2.