DCoda
Forum Replies Created
-
Forum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] SlownessI am sorry to here about your problems. I’m not sure why the plugin would cause such a slowing down of your site. How many quizzes do you have?
That is the only thing i can thing of at the moment.
There is a new version in the works that is a total redesign so hopefully will have less issues.Forum: Plugins
In reply to: [RSSInjection] [Plugin: RSSInjection] Feature: new tag [post_categories]?If thats all you want then.
Its been added to the todo ist 🙂Forum: Plugins
In reply to: [RSSInjection] [Plugin: RSSInjection] Feature: new tag [post_categories]?The existing tags map directly to existing WordPress functions and so are only 1 line. What you require is more of a custom feature that is more tailored to your needs than to anybody elses.
If you still require the changes contact us here
http://dcoda.co.uk/contact/
To discuss a custom version.
Regards
Dcoda.Forum: Plugins
In reply to: [RSSInjection] [Plugin: RSSInjection] Feature: new tag [post_categories]?That depends, What is the tag?
Forum: Plugins
In reply to: [SurveyMe] Empty CSV Files?It would seem to be a case that the url encoding of the url is causing a problem with recognising the correct table.
Thanks for the input. This will be looked into for the next release.Forum: Plugins
In reply to: [SurveyMe] Empty CSV Files?The most likely reason would be special characters in the data or questions, especially something like “. The export routine is not as complicated as the export for phpmyadmin. This will be looked into for the next release.
Forum: Plugins
In reply to: [SurveyMe] Override CSS?I’ll keep your comments in mind about the !important attribute, and think of a nice way to allow easy overriding of the the css.
Forum: Plugins
In reply to: [SurveyMe] Override CSS?Thanks for the input.
The plugin is going through a large rewrite, will should improve the ability to tweak the css.
The main reason the survey is rigid about the contact details is without this the collected data would becomes open to more abuse, and abuse results in the data being invalid.
As to the data reporting this is just a collection tool as it states in the description. There are so many permutation of reporting data this is best left to a custom plugin or spreadsheet.Forum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] how to set up a charge to take quizWhat you ask is more of a custom plugin than a tweak to this. The quizz plugin itself is part way through a major rewrite at the moment.
If you would like to contact us to talk about a custom plugin please contact us here.
http://dcoda.co.uk/contact/Forum: Plugins
In reply to: [SurveyMe] Override CSS?It really depends on the order of the stylesheets at to whether the plugins styles can be overridden.
If your styles comes before the plugins style sheet i believe adding !important to the style attribute will give it priority.For reference wp-styles.css is for things that a global to a number of our plugins where as style.css is for css for out survey plugins
This being said, out next version will have a big change in the way the style sheets are done, to allow easier targeting of elements from css.
Regards
DCoda.Forum: Plugins
In reply to: [SurveyMe] Any Integration with a user's WP-ADMIN data recordThere is not integration with any data held in WordPress. The plugins stores data in its own separate table so it can be accessed and analyzes as you with. It does however record the logged in user ID. So you can join this to whatever WordPress tables you require.
Regards DCoda
Forum: Plugins
In reply to: [QuizMe] Emailing ResultsThe quiz plugin does not collect the username and email address. It shares a common library with a contact plugin, and a bug causes the email function to be enabled for this quiz plugin incorrectly. This will be corrected in later versions.
Unfortunately there is no work around.
The plugin is undergoing a large rewrite so this will be fixed in the new version. It may however be a while before this is released.
Forum: Plugins
In reply to: [Boilerplate] Adding custom fields to boilerplate custom post typeIt would be simple to add, but you would still need the BBCODE to show where the placement. I’m confused as to why this arrangement would be better.