DCoda
Forum Replies Created
-
Forum: Plugins
In reply to: [BlogNetworking] [Plugin: BlogNetworking] Multiple instances?No.
Its just designed to keep a network of blogs on different servers displaying the same links. And can only you an opml them such as the blogroll.Forum: Plugins
In reply to: [PollMe] [Plugin: PollMe] Apostrophe & Quote Characters Not Reading ProperlyI cannot get this to happen in using the current version on out test system.
Please sent a ‘Diag’ file so we can look into this further.Regards
DForum: Plugins
In reply to: [PollMe] [Plugin: PollMe] Apostrophe & Quote Characters Not Reading ProperlyThis will be added to the fix list. They should be removed when the data is read automatically its written that way. I’ll look into why it doesn’t happen in this case.
For now I suggest using the ` to replace them both until it is fixed.Regards
DForum: Plugins
In reply to: [PollMe] [Plugin: PollMe] Graph width doesn't workLooks like an oversight in the testing.
Its been fixed for the next release.
If you want it sooner.pollme/library/survey/controllers/controllerController.php
line 105 should read:$qs [‘chs’] = $settings [‘image_width’].”x{$height}”; // chart size
Forum: Plugins
In reply to: [PollMe] [Plugin: PollMe] Suggestion: clear poll resultsThis is down to be added to a later version
Forum: Plugins
In reply to: [PollMe] [Plugin: PollMe] Graph width doesn't workThis will be looked into, and it will work in the next release.
Forum: Plugins
In reply to: [PollMe] [Plugin: PollMe] Multiple questions in one poll?No.
It would add too much complexity in the display side of things , so it was decided that it will not be added until the simpler single question plugin had proved itself.Out of curiosity, how would you see the results being displayed?
As two separate charts or 1 chart with both sets of results, or even another option?Regards D
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Questions do not saveMy mistake the file is in
/plugins/wp-survey/library/survey/Views/SurveyMe
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] no resultsI assumed from the – in the postname the survey would have one aswell.
To rename it you would select it as the ‘source’ then create a new form.
If it is deleting the entire survey, it may be down to the way you php installation is interpreting the Settings.ini file. This is something we have just found out and it is fixed for the next release.
As an immediate fix for you, go to the plugin folder.
the to ‘library/survey/SurveyMe’
Edit the Settings.ini
change the last line todefault=””
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] no resultsI have just done a test.
The problem IS the – in the form name. For now just remove the – and you should be able to work fine.
A fix will be added to a future release.Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] no resultsdoes it prompt you to save the file or does it just go to a blank page?
Does the default survey work?
Are these the same tables that you tried to create with the previous version of the plugin?
if so there may be fields that have been created that cannot be downloaded, if you can delete the table and start again, or rename the survey.
As a test , remove the – from the survey name, this also may be a cause.
-D
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] no resultsYou do not have the current version installed, you need a version 1.6.2.
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] no resultsThe new version was release at the end of last week and planned.
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Questions do not saveSuper.
I’ll include it in the next release, for everybody.Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Questions do not saveAhh, it seems that your PHP setup is evaluating the .ini files a little differently.
Can you try this.
Inside the plugin folder,
go into the folders library/survey/SurveyMe
and edit the Settings.ini file
The last line should read
default=”
change that to default=””
This might solve it.
If it does this will be included as a permanent fix in the next release.-D