Quote:
Originally Posted by Budget101
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 Easy Form 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
DescriptionAnswer #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.
For instance:
open template
form_formbit_textfield
Find
HTML Code:
<td class="smallfont" style="vertical-align: top; font-weight: bold;">$formbit[question]
Replace
HTML Code:
<td class="smallfont" style="vertical-align: top; font-weight: bold; width: 250px;">$formbit[question]
Quote:
Originally Posted by ssslippy
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