Changeset 505558
- Timestamp:
- 02/15/2012 07:02:00 PM (14 years ago)
- Location:
- surveypress
- Files:
-
- 2 edited
-
tags/1.0.9/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
surveypress/tags/1.0.9/readme.txt
r504357 r505558 20 20 * Allow other users to create survey, manage labels/templates, create user and so on in LimeSurvey via this plugin. 21 21 * Based on customization options, users can see public(or private!) surveys and take them directly through there dashboard in WordPress. 22 * If you want to let only users of your website take some specific survey, use tokens. This way survey url will be private and only registered users can take the survey. 22 23 * Customize the behaviour of this plugin! 23 24 … … 72 73 Make sure you know what you are doing here! Either use the 'Mapping' menu page to map the roles and permissions or for default permissions for every user except 'admin', Set 'Apply default user permissions to all users?' to 'Yes' in 'Options' page. If this option is set to 'Yes', Mapping menu page settings will be ineffective. If you want custom permissions for various roles, set this option to "No" and use 'Mapping' menu page. 73 74 75 = Unable to use tokens properly! = 76 77 Using tokens is the most trickiest part of this plugin. To use it properly, follow these steps very carefully : 78 * Make a survey in LS and enable tokens for this survey. 79 * After the token table for a specific survey has been created, fill-in the details asked in Customization screen. 80 * After you provide with details, tokens will be made for those users in given surveys. You'll recieve the confirmation message. 81 * In case you don't see the confirmation message, try again. 82 * In case you see the confirmation message, __don't__ repeat the same process else multiple tokens will be made for same users! 83 84 __NOTE__ : Don't make new entries for same role and same surveyid. For example, suppose you want all users with Role 'editor' to take a specific survey, than you check 'editor' checkbox and provide the surveyid and click 'Save Changes'. After you click the button, tokens will be inserted if everything is configured correctly. Now, if you repeat the same process again(i.e. check 'editor' and provide same survey id), a new token will be made for same user and that user can take the survey again if he/she know the newly generated token!(i.e. more than once!) 85 74 86 == Changelog == 75 87 76 88 = 1.0.9 = 77 89 * First beta release. 90 91 = 1.0.9 = 92 * RC1. -
surveypress/trunk/readme.txt
r504357 r505558 20 20 * Allow other users to create survey, manage labels/templates, create user and so on in LimeSurvey via this plugin. 21 21 * Based on customization options, users can see public(or private!) surveys and take them directly through there dashboard in WordPress. 22 * If you want to let only users of your website take some specific survey, use tokens. This way survey url will be private and only registered users can take the survey. 22 23 * Customize the behaviour of this plugin! 23 24 … … 72 73 Make sure you know what you are doing here! Either use the 'Mapping' menu page to map the roles and permissions or for default permissions for every user except 'admin', Set 'Apply default user permissions to all users?' to 'Yes' in 'Options' page. If this option is set to 'Yes', Mapping menu page settings will be ineffective. If you want custom permissions for various roles, set this option to "No" and use 'Mapping' menu page. 73 74 75 = Unable to use tokens properly! = 76 77 Using tokens is the most trickiest part of this plugin. To use it properly, follow these steps very carefully : 78 * Make a survey in LS and enable tokens for this survey. 79 * After the token table for a specific survey has been created, fill-in the details asked in Customization screen. 80 * After you provide with details, tokens will be made for those users in given surveys. You'll recieve the confirmation message. 81 * In case you don't see the confirmation message, try again. 82 * In case you see the confirmation message, __don't__ repeat the same process else multiple tokens will be made for same users! 83 84 __NOTE__ : Don't make new entries for same role and same surveyid. For example, suppose you want all users with Role 'editor' to take a specific survey, than you check 'editor' checkbox and provide the surveyid and click 'Save Changes'. After you click the button, tokens will be inserted if everything is configured correctly. Now, if you repeat the same process again(i.e. check 'editor' and provide same survey id), a new token will be made for same user and that user can take the survey again if he/she know the newly generated token!(i.e. more than once!) 85 74 86 == Changelog == 75 87 76 88 = 1.0.9 = 77 89 * First beta release. 90 91 = 1.0.9 = 92 * RC1.
Note: See TracChangeset
for help on using the changeset viewer.