DCoda
Forum Replies Created
-
Forum: Plugins
In reply to: [Boilerplate] Adding custom fields to boilerplate custom post typeWhat sort of metadata?
And what contexts?
There is a search and replace option in the plugin so you can get the boilerplate to behave differently.Forum: Plugins
In reply to: [QuizMe] Emailing ResultsUnfortunately this is a bug. So there is nothing you can do. It will be fixed in the next release. The new release is a big rewrite so may take a while. For now the best plan would be to great a filter to send the results directly to the trash.
Sorry for the inconvenience.
-DForum: Plugins
In reply to: [SurveyMe] Not able to download .csvBest stick to phpmyadmin for now.
Hopefully this will work for you when the new version is released. It is a major rewrite.Forum: Plugins
In reply to: [SurveyMe] Not able to download .csvWhat is the url that it gives you to the csv file?
I might be best for now just to download the data using phpmyadmin.
Forum: Plugins
In reply to: [SurveyMe] Not able to download .csvWhat is the permalink structure of your site?
It should work with both pretty permalinks and non pretty ones, but pretty is the preferred type.
Also even if you have them set save the setting again, this will force the url rewriting to be setup again. something might have interfered with it.
If you need to get to the data quick it is always available directly through mysql, and phpmyadmin will allow you to download this as a csv.
Just a last thought, what is your form name?
Spaces and special characters in it may cause problems.Forum: Plugins
In reply to: [SurveyMe] Results not saved in DBThe field questions are used for the names of the table fields.
Having no question would cause any table create or update to fail.Forum: Plugins
In reply to: [SurveyMe] Results not saved in DBIt seems like you have put a textarea in some of the options.
This will not work.Forum: Plugins
In reply to: [SurveyMe] How to display the results?This is just a data collection tool.
There is so many possible ways to display the data it is beyond the scope of a generic plugin.
You need to process the results yourself.Forum: Plugins
In reply to: [SurveyMe] Not able to download .csvThe directory does not have to exist to download the results.
URL rewriting is used to create the file on the fly. Clicing the link should trigger the download.
IF it does no there must be some other problem.Forum: Plugins
In reply to: [LinkSync] Date of last syncThis looks like a common problem. Please refer to this
http://wordpress.org/support/topic/file-is-not-within-the-allowed-paths?replies=2Forum: Plugins
In reply to: [ContactMe] [Plugin: ContactMe] Data CollectionIs you blog non english?
If so this is a known bug that is being worked on.Regards
DCodaForum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Other FieldThis will be considered for a future update. Though development of out free plugins is going rather slow at the moment due to our workload.
Forum: Plugins
In reply to: [SurveyMe] Deleting Records in TablesThere is a known glitch on that settings page. So currently it is not possible.
Forum: Plugins
In reply to: [SurveyMe] Deleting Records in Tables#1.
I am not at all sure why you would loose a record when you have changed the form.
The only possible thing i can thing off is that , users can only submit things once. If they resubmit it will be lost.#2. The time recorded is UTC / GMT. This is world time, this was done so the time is relevant without having to know the timezone to which the blog is set.
Forum: Plugins
In reply to: [PollMe] Stopped workIf the same user keeps voting it will no be recorded. If it is different users it might be caching. Check the table to see if the results are being added if it is neither.
By simple questions , I mean try to remove any special characters, keep it breid and no html.
The plugin is designed to strip out most of these things but there are exceptions to overrule and we might no catch them all.