DCoda
Forum Replies Created
-
You cannot make quizzes in to posts.
Forum: Plugins
In reply to: [PollMe] Stopped workThe plugin should save the data as long as you do not use simple names and questions as these will be used in the database.
Forum: Plugins
In reply to: [BlogNetworking] [Plugin: BlogNetworking] Date and TimeThe plugin is designed to look like that standard recent posts widget. This was the spec by the person who originally commissioned the plugin and who generously allows it to be offered for free.
If you would like you own custom version please let us know.Forum: Plugins
In reply to: [PollMe] Stopped workThe limiting thing is how mysql deals with special characters.
So avoid these in form names and questions as it is these that become tables names and fields. We have tried to correct this in the past but these where the more common european type of characters.
Thanks for the offer, I’ll keep this in mind when we are a little nearer completion.Forum: Plugins
In reply to: [SurveyMe] Deleting Records in TablesDeleting the table will not be a problem.
It is checked for each time something is submitted, to make sure it is there and that the fields in the form have not been changed since it was created.Regards
DForum: Plugins
In reply to: [PollMe] Stopped workThis isn’t a small problem. The plugin doesn’t really have foreign language support which is the cause of the above problems.
-D
Forum: Plugins
In reply to: [BlogNetworking] [Plugin: BlogNetworking] Date and TimeI do not see this being added to the free version of the plugin.
Forum: Plugins
In reply to: [BlogNetworking] [Plugin: BlogNetworking] German Umlauts?This problem will be looked into. Special characters always seem to cause a problem.
Forum: Plugins
In reply to: [PollMe] Stopped workA new version is in the works. That should also address this.
It is a big rewrite and with our current work load will take time too be released.Forum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] how to edit template formThey are not in the code. WordPress filters seem to put them in after the form has been inserted into the page.
Forum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] how to edit template formThe code isn’t easily designed to be hacked.
The best you can do is use css to hide them
something likeform fieldset br
{
display:none;
}you may want to add more selectors to the css if you find it affecting other things.
Forum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] Admin Panel ProblemThats is something that still needs to be looked into.
There is no quick fix for that, sorry.-D
Forum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] Admin Panel ProblemThe problem isn’t as much with access levels as the menu.
The plugin looks up the menu on which the pages exists and then converts them to a url. The translation confuses the issue. If you turn off the translation and bookmark the links as they appear on your system before turning it back on, this should help.-D
Forum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] Admin Panel ProblemYes is it is a problem with the translation and the way the menus are added.
It will be a while till the next release, as it is being rewritten from the ground up at the moment and we are a bit snowed under with our paid programming at the moment.
-D
Forum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] Admin Panel ProblemI take it you are not and native english speaker , does that mean your site is not in in english?
Currently there is an issue with that.
It is being worked on and should be fixed in the next release.