![]() |
Quote:
2) I mean just adding some text (not a question) in the form. |
This mod should be part of vBulletin or at least be an option for the Admins
|
Quote:
New option of only allowing users to edit/delete their own forms. Collapsible Form Categories New buttons at top of Form to easy editing/ result viewing |
There would be better if the Categories could have (unlimited) sub Categories
|
Quote:
2. Create Custom Question with the following PHP Code: PHP Code:
|
Hello, bananalive!
My base already has more then 400 entries, each entry has more then 10 columns, some cells could have a lot of chars, so excel export prepare file for 30 seconds now. Could you please give an option to turn off live export, but prepare export file by schedule? Question 2. For example I had one of the option in drop-down menu named EG1, now i want to rename it to EG1-1 (EG1 -- is incorrect name), how to mass change it in base field which are already filled with wrong name? Question 3. How to add "edit" link to thread post by easyform? Question 4. If I delete one question for example "date", and there are a lot of answers on this question, will easyforms delete everything from base? Or it will affect only on new answers? And if so, how to delete all answers with question? Thank you! |
Quote:
2. It would only affect new answers. You would have to manual edit each result and change it or use phpmyadmin and do a mysql replace() query Code:
update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]'); Then add the following code to Form Hook: Before Submit: PHP Code:
|
Thank you!
Im sorry for my english, I will try to paraphrase. 1. Cron job, that will generate file by schedule, users can download only that file. Just an idea. Your suggestion is greate! 2. Thank you, is it possible to code that into Easyforms? So if I change the name of option, it will change it in base? 3. No-no, I meant only hyperlink to edit form result in database. We have this hyperlink in Form Results, how to add it to posts? 4. Thank you! And from export, yes? |
I hope suggestion to add sections to the form would be considered;
eg Personal <questions> Work details <questions> Hobbies <questions> |
Quote:
|
All times are GMT. The time now is 06:04 PM. |
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:
|