Posted by ss_drupal on September 26, 2009 at 7:12pm
Jump to:
| Project: | InsertNode |
| Version: | 6.x-1.1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
That's the whole question.
Is it possible for this to work in fields of administrative pages such as "submission guidelines" ?
It would be useful to me to put a submit button, some javascript and even possibly a bit of PHP into the "submission guidelines" field for one of my content types.
Au natural it seems to filter out everything but basic HTML.
Will this work as a work-around?
Please excuse the semi-newbie question. I'm not fully informed in this area.
Comments
#1
It will work in any field that has a "Format input" attached to it.
You want to make sure you can select the one "Format input" that includes the InsertNode filter.
Some of the HTML will be wiped out if you have the HTML corrector or HTML filter AFTER the InsertNode filter. You can rearrange the filters order to prevent that problem. (Go to your Format input screen, edit your filter, then click on the Rearrange tab.)
Thank you.
Alexis Wilke
#2
Automatically closed -- issue fixed for 2 weeks with no activity.
#3
>It will work in any field that has a "Format input" attached to it.
Just for reference, I think this can be achieved with the Better formats module, v2.0 (though it looks like it is still being tested).