1
I've installed the Content module, because I have a few permanent static pages I need to create outside of the Articles structure, but I'm having a few problems with it.
Several of the pages use forms, for purposes such as allowing people to submit a question to an advice column, but Content does not seem to be designed to allow you to input your own HTML in general, or use forms in particular.
I was eventually able to input the HTML for the form by disabling the WYSIWYG editor, but it still chokes on the form - specifically the textarea element in it. I think that maybe it interprets the closing textarea tag as closing the textarea in the editor itself, because anything from that point on seems to get cut off, including my submit button.
Is there any way to get it not to do this, or is there another module that might work better? I also need to be able to include PHP tags for one page.
Also, it seems to break the division between the main column and the right column, so that all the blocks that are supposed to be in the right column appear stretched out at the bottom of the main column and the right column doesn't appear at all. I have no idea what's causing that, unless it's the fact that the form in my content is in a table and maybe the table tags are breaking the page layout.
I tried using the PageWrapper function instead of Add Content, but I couldn't figure out how you were supposed to access the page. I'm not using the default main menu - I'm using MultiMenu, so I need to know the URLs of the pages to add to my custom menus, but while the pages I add with the Add Content form appear in a nice little list that I can pull the URLs from, anything I add with PageWrapper just seems to disappear and I can't figure out how to access it.
Does anyone know if there's any *reliable* way of wrapping existing HTML or PHP pages in a XOOPS wrapper? Because this module doesn't appear to be it...
Thanks,
Lynna