The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Survey (UCCASS Survey app integration) Details »» | |||||||||||||||||||||||||||
vB Survey (UCCASS Survey app integration)
Developer Last Online: Nov 2023
What this hack does:
This hack will add a full featured survey application system to your forum. Credits: John W. Holmes: Author of UCCASS Survey. Application Features: See the UCCASS site for full details. After testing several survey apps, this one is the best: http://www.bigredspark.com/survey.html The UCCASS offers some advanced features such as branching conditionals (allows hiding/displaying questions based on specific answers), result filtrations and much more. Integration features: Replaced authentication with VB's user database Set permissions per usergroup, for admin/edit/create/take and view results priviliges. Replaced config files with vB admin settings Applied vB style to the UCCASS templates (it uses Smarty) vB Survey added features: Added anonymity option. If a survey is not anonymous, members can see how other members answered. Added Hide/unhide survey option Added Date answer types (D), with dropdown lists for day, month, year to ensure correct date entry. Added REGEX control for new answer types, to control the answer format. Added size control for single like text answers and REGEX answers. Liscense: The original UCCASS Survey application is released under a modified GPL Liscense (Aferro GPL) : http://www.bigredspark.com/survey/license.txt (or look under the /docs directory in the zip file) Installation difficulty: o File changes: None o DB changes: No changes, 19 new tables Installation:
cd /path/to/main/forumAdded in v1.5.4 (October, 17, 2005 Now checks primary and secondary permisisons. Added in v1.5.3 (August 26, 2005 Don't show edit box unless user has permission. Added in v1.5 (June 7th, 2005
Added in v1.3 (June 5th, 2005
Added in v1.2 (June 4th, 2005)
Added in v1.1 (June 4th, 2005)
Notes: 1. If you use FTP to upload the survey directory, you might have problems with subdirectories under /survey/smarty/template_c due to the directory names with % signs. In this case, you can delete all the directories under template_c (but not the template_c directory itself). Those subdirectories will be recreated automatically when the templates are read. 2. The "do not remove" comment on the copyright link in the footer is from the original UCCASS footer template. You may contac the original author, John W. Holmes, for permission to remove the copyright notice, he's willing to talk according to their support forum. Show Your Support
|
Comments |
#92
|
|||
|
|||
It appears that the can_% checks for permissions is just looking at the Primary Usergroup. I have certain members who's primary must be "Registered Users", but I have created an additional usergroup called "Survey Editor", which my users are a member of. The selection dropdown and edit button are not showing up. Do you have a quick fix to look in the addtional usergroups field as well as the primary usergroup field when you are doing the can_% checks?
Thanks, Jeff |
#93
|
|||
|
|||
Quote:
In survey.php find: PHP Code:
PHP Code:
|
#94
|
|||
|
|||
I see where you are going, but that didn't work.
Aren't you missing something in: is_member_of($bbuserinfo, Shouldn't it be: is_member_of($bbuserinfo['something here'], |
#95
|
|||
|
|||
Quote:
Give this a try (replacing the same section), but test it, as I'm currently reinstalling my test server. PHP Code:
|
#96
|
|||
|
|||
Quote:
|
#97
|
|||
|
|||
The Custom URL function at Survey End doesn;t seem to be there? It just has Main Survey Page and Survey Results page. How can I get a custom url to be the destination upon survey completion? Thanks
|
#98
|
|||
|
|||
Quote:
|
#99
|
|||
|
|||
It's just not a very good user experience to send them back to the survey page. How do I at least get rid of the "View Results" link next to the survey for users who do not have access to view that?
|
#100
|
|||
|
|||
is there a 3.5.x version of this?
|
#101
|
|||
|
|||
i too would like to know if this works on 3.5.4
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|