Quote:
Originally Posted by peppercola
I've installed this and have it all set up but when it posts its not coming out in the layout of the forum its coming out in one big paragraph.
What coding do I need to put in the Custom Form Output for it to show as the actual layout of the forum like you have it?
|
Use \r\n for new lines
Quote:
Originally Posted by JermaineBelgard
Works fine, but why do have I to approve new threads created via a form? If I fill out a form as admin, the thread is created. If I do the same as normal user, the thread has to be approved. But in the same forum which I have selected for the forms it is not necessary for mods and admins to review new threads. Every thread created in there is available in the moment it has been posted -except the form-created ones. What do I have to change to go new threads live instantly?
Thx for this great mod btw. 
|
For non-moderators:
Find:
PHP Code:
$newpost['visible'] = '1';
Replace with:
PHP Code:
$newpost['visible'] = '0';
Quote:
Originally Posted by Pure Dope
wwhat is the point of this? so i can create a form? AND?
|
The point is to allow posts which are of a required form. Can be used for applications, complaints, or any other form
Quote:
Originally Posted by Vitaly
Is it possible to implement the following:
Create a post in defined forum AND send copy to email? Useful to track support stuff activity. Now only single action can be selected
|
When I add hooks this will be possible.