![]() |
I have a big problem.
I have one form (for survey purpose) saved to database, and I have until now more than 2000 participation, every thing was OK, but after the number of participations growth to more than 1400 I get problem with display results (even poll result and table), the page continuing loading to long time and thin display (page not found error). How I can divide the results to multi-pages to display them? Please help, it is an urgent case. |
no body can help in this?
|
Which version do you have installed?
|
3.7
Thanks for reply |
What is the problem with show poll results !!
Why it didn't work if the number of forms submitted over 1000? |
I'm getting the following error on install. Couldn't find anything about it in the thread. Anyone know anything about it?
Database error in vBulletin 3.8.7: Invalid SQL: CREATE TABLE IF NOT EXISTS `forms` ( `fid` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `description` text NOT NULL, `displayorder` int(10) NOT NULL, `action` int(3) NOT NULL, `where` varchar(200) NOT NULL default '', PRIMARY KEY (`fid`) ) TYPE=MyISAM; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 9 Error Number : 1064 Request Date : Thursday, June 28th 2012 @ 07:15:59 AM Error Date : Thursday, June 28th 2012 @ 07:16:00 AM Script : http://mysite.com/admincp/plugin.php?do=productimport Referrer : http://mysite.com/admincp/plugin.php?do=productadd IP Address : MyIP Username : MyUsername Classname : vB_Database MySQL Version : 5.5.23-55 I've tried all versions of the mod, even the 3.7 one and I get the same error. No problems with any other mods. I'm wondering if I just create the table 'forms' manually, will that work? |
find in product file TYPE=MyISAM;
and replace with ENGINE=MyISAM; all instances |
Quote:
|
Does anyone know of a tutorial on how to use this product? Never mind. I figured it out.
|
thank you
|
Hey buddy, this is definitely a great add-on, and I have installed it on my vb3, one of the large boards. All Admins and Mods love this add-on. Would you be considering to add reCaptcha option to your plugin in the future release for vb3 series?
Thanks again for your great contribution. |
Hi bananalive, Does this work seamlessly with your Articles mod?
|
Quote:
If you put {q_1} in the email body, it gets changed to $[q_1] and does not show the answer to question 1. Ditto for {q1} - shows nothing when the email gets sent. {qn_1} in the email body does nothing, displays nothing when the email gets sent. |
Quote:
I have tried: {qn_1} {q1} {qo_1} $qo[1] $qo[1] {qo1} $q[1] {a_1} None of this works. |
Quote:
It was question #16 though of ALL questions of ALL forms. Once I changed the "{q_1}" to "{q_16}", everything worked. |
I'm using Easy Forms 3.7 on a 3.8.5 VB install. I've had Easy Forms running for a while ands it's been great, but my forms were/are very basic.
The form(s) create a new thread in a forum when they are submitted. At the moment I ask people to fill in their Username, path to their public profile and even do some simple maths (like field 3 = Field 1 - Field2) Is there a way I can get Easy Forms to populate some of those fields/questions for me instead of asking the User to fill it in ? I imagine {userrname} and something like Code:
[URL="$vboptions[bburl]/member.php?u=$user_userid"] Is there a simple way to do it that I can't see, or is it going to require some PHP coding ? |
For the username to be entered put this in the php code box for the answer
PHP Code:
|
Thanks, that worked nicely.
I managed to pull gender out too following your example. Time to try the profile URL. Thanks again. |
I keep being impressed by Easy Forms. Thanks bananalive and Simon for the pointer on pulling DB fields out. I even took a leap of faith and found I could get more complicated results. here's my current effort for grabbing the Gender but displaying just for the first letter.
PHP Code:
One question I have is the custom layout. What this particular form does is grab information from a user that an admin will use to add to a table we have on the site. It's a bit manual at the moment but if I could some how format the output like this: Code:
[ url={q_2}]{q_1}[ /url]|{q_3}|{q_4}|{q_5}|{q_6}|{q_7}|[ URL={q_8}]Diary [/URL] Actually, what would be perfect is to use the default layout and then tack the above example at the bottom so the admin just needs to copy and then paste and it's all done. I can't find any examples of custom templates that I can start to hack away with so if anyone knows how to do the above, or could point me to some examples, that would be great. |
Is there any way I can get the "Form Output Top" to include some of the form answers ?
I can get {formtitle} which is a fixed value for each form. Ideally I want to be able to have the form output to parse the values of {q_1}:{q_2} |
Is there any way to prevent users from submitting a form more than once per X hours? I am using it to allow people to submit listings in a classifieds forum.
Previously the members just created regular threads in that forum, and I used this mod to prevent them from posting more than one listing per 8 hours. However, that mod seems to have no effect when the threads are auto created by submitting a form. This is the code used by my current max posts mod: Code:
if ($foruminfo['forumid']) |
Installed.
Anyone have the help file cached? I've searched through the forum for it, and can't come up with an alternate location to download it (link is failed). |
I know this is old, but I have questions.
I am running 3.8.4. I have an extra unused vbulletin lic & am throwing up an ibproarcade site for my son/extended family & their friends without really using forums exept for automaticaly sending game reports to new thread, with no posting allowed. Its in the beginning stages with default games only, I have thousands of games still to load & a many site edits to make to have it the way I want. ================================================== ====== Quote:
Quote:
I have the report game form showing in a popup with your edits above, but I loose all site colors. What would I need to do too get the site colors to show on form popup? Note: Site colors are lost on all forms even normal forms not in a popup. ================================================== ============ Quote:
Quote:
Thank you |
best mod ever!
|
Does anyone know if there is a way to make this sit on the "Thank you for filling out the form" page longer before redirect? It goes so fast that people can't read what I wrote. I could turn redirect off, but then it just has a button that takes them back to the form.
Or... could I change the address of the button so when they click it, it takes them elsewhere? |
If people are having problems installing this open the product-easyforms v3.6.xml
search for PHP Code:
PHP Code:
I did not read through all 109 pages as i dont have that amount of spare time on my hands so, Im sorry if this is already posted. Just like to help. |
Quote:
|
Hi,
I'm sure this is possible, but I'm having trouble with it. Can EasyForm be setup so that a user can see the results of their submissions, but not see anybody elses responses? I permissioned it as I thoght appropriate, and the use gets a 'view your results' link, but when clicked, they get a 'do not have permission' page. The other way I configured it allowed them to view *all* results. Is it possible to do this for just their results? Many thanks, and good work on a great plugin. |
Does this allow attachments yet?
|
Yet? it does already allow them :)
|
Ok cool, original post doesn't specify that. :P Says its coming soon.
|
I have a price input box setup, but some people are entering "0". Anyone know the code so I can ensure they have to enter at least 1?
|
I created a template edit that shows you how to use the easy forms as a classifieds... check it out.
https://vborg.vbsupport.ru/showthread.php?t=296406 |
Is this still being developed? Some of us like to keep running vb3.8 since vb4 kinda sucks so...
One feature I really need is the ability to re-order the "Dropdown Select" option fields and add new ones where I want. Currently if I want to add a new one I have to completely change the fields with copy/paste which is ridiculous and takes ages. Could you add a feature to re-order them quickly and add new options in any location? Thanks |
Hello,
I saw users getting the error message : "Error, this form does not have any results stored in the database." But I did not see how they solved it... Could anyone help me. I almost succeeded but no result is writen in the result table... Thank you |
How can I make it that all users can see a form? I had this on a previous forum worked great but now it only allows the usergroup I choose to see the form.
|
This is a very powerful add on. Very cool. Thanks to the developpers.
Can anybody tell me how to add a Regular Expression to a Custom Question? My question looks like this right now: PHP Code:
/[W][P]0[A-Z]{2}[0-9][A-Z0-9]{4}[A-Z][0-9]{6}/ I'm asking for a VIN and trying to make sure it's entered correctly. |
I am stoked to have finally figured out this modification some. I am not the best when it comes to coding and/or PHP. With that said, some questions:
1. Can this modification work with the new threads created by members? Auto-Capitalize First Letter of Each Word In Thread Title 2. How can I add topic tags to new threads created with the easy forms? Is there a way to code that in? 3. Does anyone have a copy of the original help file? I spent all weekend scouring for a copy and came up with nothing. |
Here you go:
Macroses What are macroses?Macroses are variables used in easy forms for replacement with their value. What macroses are there?
Are all fields compulsory? No, only the questions proceeded by a * are compulsory. What does each field do?
How can I... ? These are solutions to commonly asked questions. How can I change the navbar/ quick links "forms" to another name? Find and replace '$vbphrase[forms]' in plugin 'Easy Forms AutoInsert Links' with your alternative textHow can I add a new line at the end of a question? You can use \r\n in the question bbcode for a new line. This is the same for section bbcode, answer and form bbcode.Will upgrading loss all of my forms? No, but if you are worried export them as a backup to your computer.Can I have more than one question with vb message editor? No, vbulletin code prevents you.The rest can be found here: http://web.archive.org/web/200905012...read.php?t=119 |
Thank you for that great post Alfa1! That helped big time!
So some questions: We use this modification on our site: Auto-Capitalize First Letter of Each Word In Thread Title So it seems to get it to work you need to add something to the form's "Form Hook: Before Submit:" field. Right now I have this in there: PHP Code:
Now, on our site we use a custom tag modification that lists some preset tags to insert. We use this modification: https://vborg.vbsupport.ru/showthread.php?t=159646. We now use the template edit in the new thread template, replacing the default tag form. How can I A) include the tags in a new form and B) have different tags for different forms? Also, just a thought....but can a moderator or the mod author add the FAQ to the first post, so people don't have to search 110 pages before they find this major piece of information? |
All times are GMT. The time now is 01:33 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:
|