Title: Backie's Replies | WordPress.org

---

# Backie

  [  ](https://wordpress.org/support/users/backie/)

 *   [Profile](https://wordpress.org/support/users/backie/)
 *   [Topics Started](https://wordpress.org/support/users/backie/topics/)
 *   [Replies Created](https://wordpress.org/support/users/backie/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/backie/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/backie/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/backie/engagements/)
 *   [Favorites](https://wordpress.org/support/users/backie/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 222 total)

1 [2](https://wordpress.org/support/users/backie/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/backie/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/backie/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/backie/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/backie/replies/page/15/?output_format=md)
[→](https://wordpress.org/support/users/backie/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] How to post results based upon answers given?](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-how-to-post-results-based-upon-answers-given/)
 *  [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-how-to-post-results-based-upon-answers-given/#post-2450677)
 * It is possible if you extend the plugin. If you don’t know PHP or/and are unwilling
   to invest in development work, then this plugin won’t be able to do that. Nor
   do I think you will find one that will, as it will required detailed knowledge
   of your item base with very specific logic to go with the item base and question
   base.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Additional custom field for PDF certification](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-additional-custom-field-for-pdf-certification/)
 *  [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-additional-custom-field-for-pdf-certification/#post-2443403)
 *     ```
       add_filter('wpsqt_replacement_tokens','filter_add_token');
       function filter_add_token($objTokens) {
          $objTokens->addToken ( 'tokenName', 'description of the token, this will appear in the token list on the admin dashboard where listed', 'tokenValue' );
       }
   
       // if you don't know the value at the set process which is done early and often so might not be wise to do the logic each time the list is generated.
       add_filter('wpsqt_set_token_values','filter_token_values');
       function filter_token_values($objTokens) {
          $objTokens->setTokenValue('tokenName', 'tokenValue');
       }
       ```
   
 * Some code like that above. Do that in your own plugin file so that any updates
   won’t break your install.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CDN Sync Tool] Resized images are upload in a dot folder on Amazon S3](https://wordpress.org/support/topic/resized-images-are-upload-in-a-dot-folder-on-amazon-s3/)
 *  Plugin Contributor [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/resized-images-are-upload-in-a-dot-folder-on-amazon-s3/#post-2238682)
 * Hi,
    I’ve just noticed this plugin is broken and I’ll look into it tomorrow/weekend(
   depending on my free time). I’m no longer working at Fubra so no is no longer
   tasked to me, so I didn’t notice all the threads/reports I was just looking into
   the plugins current state.
 * Even though I am no longer at Fubra, I have full confidence that any bug fixes
   I do will get applied and uploaded ASAP. I’ll keep you guys notified on my progress
   in fixing this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CDN Sync Tool] Uploads no longer syncing](https://wordpress.org/support/topic/uploads-no-longer-syncing/)
 *  Plugin Contributor [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/uploads-no-longer-syncing/#post-2176451)
 * Hi,
    I’ve just noticed this plugin is broken and I’ll look into it tomorrow/weekend(
   depending on my free time). I’m no longer working at Fubra so no is no longer
   tasked to me, so I didn’t notice all the threads/reports I was just looking into
   the plugins current state.
 * Even though I am no longer at Fubra, I have full confidence that any bug fixes
   I do will get applied and uploaded ASAP. I’ll keep you guys notified on my progress
   in fixing this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Survey And Quiz Tool] Conflict with Relevenassi Search plugin](https://wordpress.org/support/topic/conflict-with-relevenassi-search-plugin/)
 *  [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/conflict-with-relevenassi-search-plugin/#post-2203512)
 * This issue will be solved with the pull request I sent, I’ll look into why it’s
   broken and sent a functional one.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Survey And Quiz Tool] General feature requests](https://wordpress.org/support/topic/feature-request-13/)
 *  [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/feature-request-13/#post-2212221)
 * The custom pages functionality which has been in then plugin for a while already
   allows for theming of the quizzes and surveys without editing any of the files
   for the actual plugin, checkout [http://catn.com/wordpress/plugins/wpsqt-creating-custom-pages/](http://catn.com/wordpress/plugins/wpsqt-creating-custom-pages/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Survey And Quiz Tool] [WP Survey And Quiz Tool] Space between questions?](https://wordpress.org/support/topic/sapce-between-questions/)
 *  [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/sapce-between-questions/#post-2215891)
 * Hi,
 * The best way of acheiving this would be by using the custom pages functionality
   within the plugin, you should read [http://catn.com/wordpress/plugins/wpsqt-creating-custom-pages/](http://catn.com/wordpress/plugins/wpsqt-creating-custom-pages/)
   while it does need updating for v2 the basics of it are the same.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Move Form to the end of the survey](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-move-form-to-the-end-of-the-survey/)
 *  [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-move-form-to-the-end-of-the-survey/#post-2011227)
 * This is a different matter than that which is in that thread.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Survey And Quiz Tool] Plugin adds "DONOTCACHEPAGE" that prevents caching plugins from working](https://wordpress.org/support/topic/plugin-adds-donotcachepage-that-prevents-caching-plugins-from-working/)
 *  [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-adds-donotcachepage-that-prevents-caching-plugins-from-working/#post-2146823)
 * If you use [https://github.com/icambridge/WP-Survey-And-Quiz-Tool/blob/master/lib/Wpsqt/Core.php](https://github.com/icambridge/WP-Survey-And-Quiz-Tool/blob/master/lib/Wpsqt/Core.php)
   should solve your issue.
 * The DONOTCACHEPAGE is there to stop WP Super Cache from caching the quiz/survey
   pages so is needed. However the require for the file that has the DONOTCACHEPAGE
   constant was included in the wrong place so moved that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Hide Section title in survey?](https://wordpress.org/support/topic/hide-section-title/)
 *  [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/hide-section-title/#post-2130289)
 * Hi,
 * I believe ray.viljoen is meaning the easiest way is to use the custom pages functionality
   using [http://catn.com/wordpress/plugins/wpsqt-creating-custom-pages/](http://catn.com/wordpress/plugins/wpsqt-creating-custom-pages/)
   as a guide and editing pages/site/quiz/section.php (if my memory serves me) and
   editing it there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] please help PARSE error](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-please-help-parse-error/)
 *  [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-please-help-parse-error/#post-2130001)
 * Hi,
 * This is caused by the fact you’re using PHP 4 which isn’t supported by the plugin.
   If you upgrade to PHP 5.2 or greater it should work fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] "Anonymous" Title for Results](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-anonymous-title-for-results/)
 *  [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-anonymous-title-for-results/#post-1987199)
 * Hi,
    Cheers for sharing this tidbit, I thought I should pointout that you really
   should be escaping the html entities in the name and email as currently you’re
   wide open to a XSS attack. Also to get the proper desired effect it should be
 * `$name = ucword( strtolower($mydata['Custom_name']) );`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: CDN Sync Tool] Multisite setup question.](https://wordpress.org/support/topic/plugin-cdn-sync-tool-multisite-setup-question/)
 *  [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/plugin-cdn-sync-tool-multisite-setup-question/#post-2097678)
 * Hi,
    Can you explain how it doesn’t automatically account for the blogs.dir folder?
   As far as I know it does via automatically uploading media library files to the
   the CDN. It also allows for blogs.dir folder uploads instead of being written
   to filers to be written to the same path as in the file system.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Survey And Quiz Tool] survey shows up behing the page and also pushes sidebars down](https://wordpress.org/support/topic/survey-shows-up-behing-the-page-and-also-pushes-sidebars-down/)
 *  [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/survey-shows-up-behing-the-page-and-also-pushes-sidebars-down/#post-2093196)
 * Hi,
    Ah just clicked that you’re using a survey, which there does seem to be 
   a flaw in, replace pages/survey/section.php with [https://github.com/icambridge/WP-Survey-And-Quiz-Tool/raw/master/pages/site/survey/section.php](https://github.com/icambridge/WP-Survey-And-Quiz-Tool/raw/master/pages/site/survey/section.php)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Survey And Quiz Tool] survey shows up behing the page and also pushes sidebars down](https://wordpress.org/support/topic/survey-shows-up-behing-the-page-and-also-pushes-sidebars-down/)
 *  [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/survey-shows-up-behing-the-page-and-also-pushes-sidebars-down/#post-2093180)
 * The single file is pages/quiz/secton.php. Also reuploading all the files won’t
   affect your survey data.

Viewing 15 replies - 1 through 15 (of 222 total)

1 [2](https://wordpress.org/support/users/backie/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/backie/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/backie/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/backie/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/backie/replies/page/15/?output_format=md)
[→](https://wordpress.org/support/users/backie/replies/page/2/?output_format=md)