![]() |
Quote:
Thanks... the best |
Quote:
I uninstalled the product. I manually dropped the results table from SQL just to be sure. (Uninstaller doesn't do this) I re-uploaded the misc.php file to be sure it's not a problem with that. I re-uploaded the .js and .css files. I've reinstalled the product & reimported one of the .xml files. Same results.. :( Not sure where to go from here. I'd really hate to be forced abandon this mod. Anyone out there have any suggestions I haven't tried yet? |
Quote:
|
will I still have the forms I created in a previous version if I upgrade to the newest version?
|
What function does "Save to database" have?
Is it simply for saving the progress of a form? Also, is there anyway to to use the "Add post to thread" function similarly to a "post new reply" button? As in, the form can automatically fill in the thread ID depending on the referring URL for the form (as the referring URL will contain the thread id if used instead of a new reply button)? |
Thanks for this mod
- remark: I have a kind of corurpted window when selecting edit question. Can not use it beacuse questionfields do overlap each other. I this a bug or a problem on my site? - this happend from the first version I have installed until 4.0.7 |
bananalive,
Could you post the code for creation of a new thread to enter into Form Hook: Before Submit, but using the "build_new_post" function instead of the datamanager? |
Strange - I added the plugin to redirect to the forms when clicking "New Thread" in certain forums, however it doesn't work properly. It goes to the normal thread post page. When you fill that in and hit submit, it then takes you to the form. However, if you ignore this, you find the post has been made.
Any ideas? I'm using vBSEO, but it did work in vB3.7 with vBSEO running. Is there another way to link from the New Thread buttons - i.e. conditionals in the templates? Please help, Thanks |
Will I lose any of my current forms or form results if I upgrade?
|
My content stayed when upgrade. You can download the forms it you are worried about it though - then reupload. :)
|
Quote:
Not so much worried about the forms as I have them saved as xmls was more worried about loosing the results :eek: |
Hello
Just installed this on 4.0.3. Seems to work but I've only just started playing around. I had a quick search on this thread for the answer to this question, couldn't see it so apologies if I missed it. How do you change the title of the tab from "forms" to something else? |
[Does anyone know how I could set the value of the redirect URL from the before submit plugin location?
I build redirect URLs on the fly based in part on form field selections as well as a db query. So for example, I will need to redirect a user to Code:
http://site.com/file.php?example=(question1result)&example2=(queryresult) Nevermind... figured this one out. Looks like the variable $form[redirecturl] is used for the redirect. I can simply set this in the plugin like below, where $qo_1 is the answer to question 1 on the form... Hope someone finds it useful. Code:
$form[redirecturl = "http://site.com/file.php?example=".$qo_1."&example2=".$queryresult; |
Any way to chance the TAB name from forums to something else?
|
Quote:
|
Hello! Greate job, thank you! Can you answer one question :) is there any way to export form results to excel or in xml format. Not form, but results, table. Thank you ones more.
P.S. And one more question, not so important, but, do you plan to do "depended quetion". I mean, for example, we have drop down menu, we choose option, then we got another question and options are depended on what you choose before. Sorry my english! |
Quote:
Exporting results would be beneficial for business proposal purposes. And the other would help eliminate larger forms with multiple questions that sometimes may not pertain if another question is a no answer or having multiple forms solely for small variables. |
Quote:
|
Quote:
|
I'm sorry, I don't want to be annoying, but I've got one more question: is there any way to edit submitted form result? For example, I've submitted answers, but got new information and decided to change something in my answers, how can I do this. Or, for example, moderator needs to change something in submitted answers?
Summarizing: * Please, let us export results to excel/xml * Editing of submitted results * Depended options |
Hi,
can anyone help me how to use that template hook in form before submit? I want to add some php confrim dialog when user click on "Submit". So for example user need to accept custom rules by clicking on "YES" button and form will be sent, otherwise nothing happend (stay on form page). Thanks :) Holy |
Is there anyway to make it so all users can create forms, but only admins can edit and delete them?
|
1 Attachment(s)
How can I change a width of particular column in Form Results Table (see attached picture, please)?
|
(1) Cannot DELETE forms
(2) Is it possible to disable FormResults and FormResultsTable for special usergroups (even Admins) and only enable FormResultPOLLS (so you can use the forms anonym) |
Quote:
in form_results_table_field replace all with PHP Code:
|
may be somebody knows how to strip_tags($data, '<br>'); from sdata.{vb:raw qid} before sending it to Form Result Table
I dont understand why <?php ?> code do not work when you write it in style manager-->form_results_table_field I need to remove all <br /> tags from data in "Form Results Table", because MS Excel imports text with <br>'s as several cells |
Quote:
|
Quote:
|
Quote:
I do have another plugin from SEOforums.com and I do have a thread tagger as well, but not the one by them. I uninstalled Easy Forms a while ago since it appeared nobody was willing to help. I'll probably try to reinstall this weekend and will try disabling a few plugins to see if I can find which one is causing conflict. Thanks. |
Waw, we got new version, what are the differences?
|
Posted earlier but did not get a response. Try it again
I have a kind of corurpted window when selecting edit question. Can not use it because questionfields do overlap each other. I this a bug or a problem on my site? - this happend from the first version I have installed until 4.0.7 April 30th: Installed version 4.0.8. Still have the same problem. Although this looks like a very nice mod this issue makes it almost useless for me because I cannot manage earlier created form. Does someone have a suggestion? |
1 Attachment(s)
Quote:
|
Quote:
Link to double width of Form Results table Added link to export results to excel as xls file (currently doesn't support new lines or html/bbcode of answers) |
Thanks a lot.
The 4.0.9 version kill the Quote:
|
1 Attachment(s)
Quote:
"Easier 'Custom Form Output' on Edit Form" do not work for me (please see attached screenshot) Thank you a lot for export one's more! FireFox 3.6.3 |
1 Attachment(s)
Quote:
Fixed custom output text box not showing on Edit Form Export now has date and time in separate cells Export now supports cells with multiple lines. |
Quote:
1. Custom output looks fine now. I did't try to use it, that is why I don't know about working or not. 2. Yes, thank you. 3. There are still & " tags. Line breaks works fine, thank you! I don't use "Forum Result Poll" but may be this suggestion will be interesting: not pre-given text answers can't be "pollable", for example, when you ask users -- "what do you think about my mod" -- it can be one million different answers and in Poll Results they will show nothing interesting. But when you ask -- "how many times you have been to USA" for example, -- answers can repeat from one to another, and in Poll Results you can see interesting graphs. When you ask something and answers pre-given in check boxes, for example, Poll Results will be greate. That is why check box near question in Edit Form about Pollable or not question will be greate idea, as I think. Sorry my English. |
Bananalive: could you post the code for custom output that would create a new thread using the build_new_thread function rather than using the data manager?
Thanks. |
Tanks, your last tip to unable java option in setting and version 4.0.9 solved my problem with corrupted windows during editing. Thanks... Again great mod.
|
I already installed the forms in vBulletin 4.0.3 and it successfully submit form as a thread for several times (5 times), then when I'm trying to submit new forms there is an error messages:
Form failed to submit. The following error(s) occured: Please complete both the subject and message fields. I already check the subject and message fields, it's all filled but still I can't submit new forms... FYI, first I make 1 master forms and then just copy the forms, then I just edit the title of the forms, etc ... ===== Solved .... The problem is in {q_*}, since I'm only copying the forms to many, the parameter {q_1} is the same between one and another forms, I should change it too according to the first questions number in the related forms.... |
All times are GMT. The time now is 12:09 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|