hoffcamp
Forum Replies Created
-
Forum: Plugins
In reply to: [Form Manager] IE messes up the looksI never tested it in Chrome, but I do know what causes what you described. I’ll figure that out. Also, the way it is *supposed* to work is the conditions are processed in order. What are you trying to do?
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bugThat is a very strange problem, about the multiple e-mails and posts. I’m glad you were able to fix the problem, but I’m curious as to what caused it specifically. Had you modified the default templates at all?
Forum: Plugins
In reply to: [Form Manager] Form Upload – ImagesAny luck?
Forum: Plugins
In reply to: [Form Manager] IE messes up the looksI just posted 1.5.0, which adds ‘conditions’. I’ll be updating the FAQ to explain it, but it fairly self explanatory. Go to the form editor and find the ‘conditions’ tab, from there you can set the visibility of fields based on the values of other fields, and also set whether or not certain fields are required.
Forum: Fixing WordPress
In reply to: [Form Manager] Incorrect table name ''1.5.0 should fix the checkbox bug.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bugVersion 1.5.0 fixes the bug.
About 2nd question, do you mean the data table along with the edit / delete options, or just the table style format for data?
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bugYes, thats a bug. It will be fixed in the next update. As for your questions, there isnt a way to do either of those things yet, but those are good ideas. I will see what I can do.
I would make a custom summary template. Instad of looping through each item, just directly display them. I think you were the one that wanted me to make screenshots for the faq? I havn’t forgotten… If you need help with this I will be glad to give you an example.
Forum: Plugins
In reply to: [Form Manager] Form Upload – ImagesThis looks like two separate problems. The summary showing 0kb size is a definitely a bug. However the admin size is directly calculated from the number of bytes in the database. It is unlikely that the files aren’t getting submitted if they show a non-zero number. What would cause both the file uploads and .CSV generation to fail would be a problem writing to the /tmp directory, so you need to make sure the permissions are set properly. If that doesn’t solve the problem, I’ll have to think of something else to diagnose it, but I’m at a loss as to what else it could be at the moment.
Forum: Plugins
In reply to: [Form Manager] Form Upload – ImagesThe uploads are stored in the database. The reason is that you would lose all of your files every time you upgrade the plugin, since this always completely removes the old version’s files before installing the new version.
If you go into the ‘Data’ page for the form in question you can download the files individually or download a .zip file containing all of the files.
Forum: Plugins
In reply to: [Form Manager] Dutch Language File for Form ManagerI sent you an e-mail from hoffcampATgmailDOTcom. I really appreciate this!
Happy to help. I found a support ticket that addresses the issue of symlinks and plugin_basename(), but it looks like a fix won’t be out any time in the near future. I’m surprised that WP can’t handle symlinks.
Forum: Plugins
In reply to: [Form Manager] Label positions and HTML-tags in notes.Also, I just checked the site you linked to me. The checkboxes appear to the right in my browser…
Forum: Plugins
In reply to: [Form Manager] Label positions and HTML-tags in notes.I don’t know… maybe add !important to it? I’m going to add an option for the checkbox position in the next update anyway.
If you go into js/scripts.js, and insert ‘alert(response);’ on line 106, just below ‘jQuery.post(…’, that will tell what is coming back from the server for the add item requests.