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)
Is there a way to make this mod work so when you post a thread, you have to fill in a form?
Quote:
Originally Posted by Chet T16
Slightly related...
Does anyine know how i would make the "new thread" link point to a specific form for different sub-forums?
i.e. I want to use the forms as a template for posting new classifieds in the for sale forum but have the new thread link go to a different form if trying to post from the wanted section
Create Plugin: newthread_start
PHP Code:
if (in_array($forumid, array(1,2,3))) {
header( 'Location: http://www.your-site.com/forum/misc.php?do=form&fid=1' ) ;
}
Options per row, does not show when creating a radio button or check box question.
You have to create question then go back to edit questions screen and then edit question to get the option for options per row.
Hi i think i'm having problems, when my members try to use the forum it says
Quote:
vBulletin Message
test, you do not have permission to access this page. This could be due to one of several reasons:
1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
And i have made it so that users CAN view and use it, I cant think what could be wrong, ive tried everything i can think of, also i get this message when i click 'add new user' in the admin panel
Quote:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/admincp/user.php(544) : eval()'d code on line 11
i can still access the page, it just says this right at the top, could this have anything to do with why its not working?
Edit: also i should mention i can access the page fine, but I'm administrator
thank you.
Hi i think i'm having problems, when my members try to use the forum it says
And i have made it so that users CAN view and use it, I cant think what could be wrong, ive tried everything i can think of, also i get this message when i click 'add new user' in the admin panel
i can still access the page, it just says this right at the top, could this have anything to do with why its not working?
Edit: also i should mention i can access the page fine, but I'm administrator
thank you.
Check you have no usergroups selected on 'Edit Form' (hence disabling this feature)
Have you tried disabling this mod? If so do you still get the error? (This mod does not run or change anything in the admincp)
Hello,
I installed your modification, "Easy Forms", and my forum is right-to-left aligned, but the forms are still aligned left-to-right.
Can you please tell me how can I change it to r-t-l?