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)
hmmm... it didn't work, the url didn't become clickable.
Would this need to be changed as well??
PHP Code:
Line 540 $formoutput = $bbcode_parser->do_parse($formoutput,false,true,true,true,true,false);
This is line 540 from the EasyForm 1
It wouldn't show link in preview but it should in the thread created.
The bbcode parser is separate, this is no option to parse urls with it.
Quote:
Originally Posted by TheFocusElf
Is this defined in the product or a template, the width of the QUESTION column and the width of the ANSWER column?
My questions seem to take up 90% of my board's fixed width, and this parses the answer fields in many cases.
Is it possible to format it like this:
Question Description
Answer #1
Answer #2
Maybe even putting the answers in their own definable table with a separate "style" or background color.
Most important for me, though is the width issue, right now this excellent mod looks like crap on my boards. And my forum's width is 950 pixels, so as for why it is so crunched up, I am unsure.
You can modify the width by editing one of the formbit templates.
Would it be hard to implement the ability to allow certain usergroups to edit a single form?
Yes I cannot think of a way to do this.
Quote:
Originally Posted by setishock
Bananalive that is perfect and thank you. Yes please let me have the xml file for that.
I will mark as installed now.
Edit: I'm not having any problems with the product itself, I just don't know how to make it work like I want it to.
I haven't figured out how to make the output clean of the questions.
You will need to change the {q_48}, etc. with the corresponding number on the imported form. See attached screenshot
First off i want to say I love this mod. I use it as a recruitment/moderator application. I was wondering if you could add a part that would "Accept/Deny" an application and add "Accepted' or "Denied" to the thread title. And when it was "Denied" it would close the thread.
Currently what I do is make a reply saying if they were denied or accepted and close the thread.
I think what you trying to achieve is beyond what the modification does. Lazyseller's idea is worth considering.
Quote:
Originally Posted by lazyseller
Currently you have the ability to submit a reply form to a set thread id.
It would be really great if we could somehow make the thread id dynamic so the whole forum can use the same form. The form would be submitted depending where the user generates the form link from.
This is probably a difficult one to answer, but i have put a button in my post bit that eventually will link to a form (will sort out how to do this later!), what i would like to do is post the form results to a custom bbcode tag in the original (the post that the button was clicked in) post, is that possible, or if thats not possible, is it possible to post to a forum as a new (not editable by ordinary members) thread?
Thread/ PM/ Email Title:
If left blank then the Thread/ PM title will be the same as the form title. You can use the following variables in the title: {username}, {userid} and {q_*}. For {q_*} replace the question id with the *, for example to show question 1's output you would use {q_1}.
can i use {q_1} - {q_2}
So that the title may look like "My Tip - Todays Tip" ?
This is probably a difficult one to answer, but i have put a button in my post bit that eventually will link to a form (will sort out how to do this later!), what i would like to do is post the form results to a custom bbcode tag in the original (the post that the button was clicked in) post, is that possible, or if thats not possible, is it possible to post to a forum as a new (not editable by ordinary members) thread?
If you're wanting the button to edit the thread then this modification couldn't do it. It could with a bit of tweaking reply to thread which post is in.
The alternative is possible, just make sure forum permissions are set to cannot edit posts (for ordinary members).
Quote:
Originally Posted by Simon Lloyd
with this:can i use {q_1} - {q_2}
So that the title may look like "My Tip - Todays Tip" ?
If you're wanting the button to edit the thread then this modification couldn't do it. It could with a bit of tweaking reply to thread which post is in.
The alternative is possible, just make sure forum permissions are set to cannot edit posts (for ordinary members).
Yes
Thanks for posting back so quick!, for the last part {Q...etc great as thats what i have done, and thanks for the code for button link (i'll try to work that one out), i have set up a forum to accept the form as i thought the other would be too difficult, all i need to do now is work out how to show an icon in the post that the button was clicked in perhaps with a link behind it to the form, again not your problem as your forms work great, could you explain what the new items are for? the Form Hooks? and what can i use to put in the Custom form output?, is it possible for the vbulletin editor response to appear in a custom bbcode that i have? (it's a bit like the quote bbcode only has a custom colour and pic)
Thanks for posting back so quick!, for the last part {Q...etc great as thats what i have done, and thanks for the code for button link (i'll try to work that one out), i have set up a forum to accept the form as i thought the other would be too difficult, all i need to do now is work out how to show an icon in the post that the button was clicked in perhaps with a link behind it to the form, again not your problem as your forms work great, could you explain what the new items are for? the Form Hooks? and what can i use to put in the Custom form output?, is it possible for the vbulletin editor response to appear in a custom bbcode that i have? (it's a bit like the quote bbcode only has a custom colour and pic)
The form hooks allow you to execute php code at the beginning of the form, just after it is queried (eg. for additional permissions) and just before it is submitted (eg. to submit to multiple locations or to validate some fields).
The custom form output accepts any forum bbcode you have and also macroses, for the questions and answers.
The form hooks allow you to execute php code at the beginning of the form, just after it is queried (eg. for additional permissions) and just before it is submitted (eg. to submit to multiple locations or to validate some fields).
The custom form output accepts any forum bbcode you have and also macroses, for the questions and answers.
Well not being a coder ( i can do what i'm told but not that great at writing it!) that was a bit like dutch to me "macroses"?, i understand the acceptance of bbcode but i was looking to have just the vbulletin editor output to appear inside these tags in the thread it is sent to.
Bananlive, sorry to keep calling on your time but i created a form but it didn't create a thread title and the sections are shown right against the titles here http://www.thecodecage.com/forumz/top-tips/57075-a.html i have upgraded your account at my forum to admin so you can check the edit of the form and what i may have done wrong.
Bananlive, sorry to keep calling on your time but i created a form but it didn't create a thread title and the sections are shown right against the titles here http://www.thecodecage.com/forumz/top-tips/57075-a.html i have upgraded your account at my forum to admin so you can check the edit of the form and what i may have done wrong.
Macroses is just a number for {q_45} and {qn_6}
Uses the # numbers
For Example:
Quote:
1. What application is this for?
(Dropdown Select) #8