Easily create forms with no HTML or PHP knowledge. Questions can be made compulsory and are checked before the form is submitted. Forms can be previewed. (You can create multiple forms)
It just puts the smilie box under the text box instead along the side of it. Here's the link to the mod if that helps you out. https://vborg.vbsupport.ru/showthread.php?t=178327 If I knew what template you used for this mod that has the exact layout of the vb editor box then I could actually fix it myself with a simple break in teh code, but I have not been able to find it anywhere.
It was working before but now it does not work at all. I type in something to the multi line text field and it will not submit the form. It comes back and says that I have to fill out the title & subject. Its not a huge deal for me as I would rather use the vbeditor instead.
Fixed smilie box issue in attached file
Quote:
Originally Posted by designerweb
This is getting better by the day. I can't wait to be abe to use it!
Are you going to have the Save data to Database feature anytime soon?
End of January
Quote:
Originally Posted by ssslippy
Fatal error: Call to undefined function construct_attachment_add_js() in /var/www/immortal-guild.net/httpdocs/forums/misc.php(100) : eval()'d code on line 1435
It's missing the javascript. What vb version are you using?
Quote:
Originally Posted by klaush
Thanks, nice and easy to use.
One issue, the same user can fill out one form multiple times? Is that correct.
We should have an option to close an answered form for the user who filled it out correctly.
Possible?
Depends what the form is used for. I suppose a time array could be used so someone can only fill in the form once every week - I'll have think about this
Depends what the form is used for. I suppose a time array could be used so someone can only fill in the form once every week - I'll have think about this
On the attachment issue, I am running 3.8. The preview fails but when you hit submit the attachment gets put onto the post. The javascript is there otherwise my attachments would fail all over the board.
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?
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