DCoda
Forum Replies Created
-
Forum: Plugins
In reply to: [ContactMe] [Plugin: ContactMe] Recipient EmailNot currently. And there are no plans for the next release.
The usual way to deal with this situation is to setup a forward rule on your email.Forum: Plugins
In reply to: [ContactMe] [Plugin: ContactMe] Recipient EmailIt wasn’t intended to allow more than one email to be entered at the moment.
But i glad to see that it does work.Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] "Source" selection for new formThere is problem with the plugin.
For a quick fix.
edit the file
/library/survey/s9v/forms.php
and replace the copy function with thispublic function copy($dest, $src = 'default') { if(is_array($src)) { $data=$src; } else { $old = $this->subkey; $this->set_form($src); $data = $this->settings (); $data ['fields'] = $this->DataFields (); $this->set_form($old); } $this->options->set ( $data, array ($this->key, $dest ) ); }Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] CSV empty, no SQL table with the given nameWhen you say it is empty I take it you mean completely empty, rather that just the file headers and no data.
To check is it asking you do save the file rather than trying to display the page in the browser?
If it is not asking you to download it may be related to how the permalinks are setup on your installation.
Have you used any special characters in the survey?
They used to cause problems, but should have been fixed, but it might be cause by something we missed.Can you post a copy of the diag file please?
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] CSV empty, no SQL table with the given nameIf it says is one entry then they table should exist, as this information is taken directly from MySQL. ie. it reports what is actually there not what it expects to see.
The table must have been deleted, between the time it was listed on the admin page and the time you clicked the link to download it. This would explain the csv being empty.
The plugin does have the ability to delete the table, but this is complete separate form the download process.
It may seem silly, but to check everything, can you explain how you downloaded the file?What you are asking is beyond the scope of a free generic plugin. What you are asking for is something custom. Please feel free to drop by our site to discuss commissioning your plugin if you find that you cannot find anything to fill your requirements.
-D
Forum: Plugins
In reply to: [Multisite Widgets] [Plugin: MUWidgets] Support for Custom Taxonomies etcThere are no plans to add support any other widgets other than those than come as standard with WordPress. The plugin was written to fill our needs and is offered as free for other people to use. We do however write custom plugins should you find the plugin does not fill your needs.
-D
Forum: Plugins
In reply to: [ContactMe] [Plugin: ContactMe] Upgrade fails to activateThere is a case sensitivity issue with some operating systems.
The required changes have been made so downloading the plugin again should fix the problem. Or you can change “Application” to “application” in “wp-contactme/wp-contactme.php” and that will also solve the problem.Forum: Plugins
In reply to: [ContactMe] [Plugin: ContactMe] 1st time activation failure: fatal errorThere is a case sensitivity issue with some operating systems.
The required changes have been made so downloading the plugin again should fix the problem. Or you can change “Application” to “application” in “wp-contactme/wp-contactme.php” and that will also solve the problem.Forum: Plugins
In reply to: [Boilerplate] [Plugin: Boilerplate] Usequery Attributethe usequery tells the plugin to use the query part of the url ie everything after the ?.
eg.
http://test.com/page?replace=replacedRegards D
Forum: Plugins
In reply to: [Boilerplate] [Plugin: Boilerplate] boilerplate working in widgets?There are currently no plans to add more functionality to boilerplate. It is one of smaller plugins and there isn;t currently enough time to do anything but maintain it as it currently is.
Forum: Plugins
In reply to: [LinkSync] [Plugin: LinkSync] Sync with link collectionsThere are no plans to do this.
The is another plugin , delicious link sync witch does sync with delicious though.Regards
DForum: Plugins
In reply to: [BlogNetworking] [Plugin: BlogNetworking] Multiple instances?It is not possible.
Forum: Plugins
In reply to: [PollMe] [Plugin: PollMe] require_once bugThanks,
The system we develop on isn;t case sensitive, so sometimes a wrongs case filename slips though the net.
We’ll sort it in the next release.We’ll look into this, when work permits.
-D