The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Survey: Add a full-featured survey tool to your forum Details »» | |||||||||||||||||||||||||||
vB Survey: Add a full-featured survey tool to your forum
Developer Last Online: Nov 2023
A 3.6.x version by spikeman is posted here:
https://vborg.vbsupport.ru/showthread.php?t=131650 What this hack does: This hack will add a full featured survey application system to your forum. You can survey your members opinions on various topics, or allow usergroups to create their own surveys. Credits: John W. Holmes: Author of UCCASS Survey. Application Features: See the UCCASS site for full details. After testing several survey apps, I find this one to be 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: (some will be ported back to UCCASS) Added anonymity option. If a survey is not anonymous, members can see how other members answered. Added Hide/unhide survey option. This is useful to send surveys to specific users or usergroups. 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/forumUpgrade Instructions: If you are upgrading from vB 3.0.x to vB 3.5 and already had this hack installed, all you need to do is download the zip file, and re-uploade all the files to over-write the old ones. Added in v1.7.1 (August 26th, 2005
Added in v1.7 (August 7th, 2005
Added in v1.6 (June 12th, 2005
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: 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. Please click Install if you have installed this mod. Show Your Support
|
Comments |
#262
|
|||
|
|||
Oh, that's great! waits for it
|
#263
|
||||
|
||||
Thanks for working on this
|
#264
|
|||
|
|||
The port to 3.6.3 has been completed, you can all find it here https://vborg.vbsupport.ru/showthread.php?t=131650 please click install if you use.
|
#265
|
||||
|
||||
i installed this a few weeks or so ago... sorry it took so long to click install... i was so excited about it... you know how it is when you find a really great hack!!!!
good job...... |
#266
|
||||
|
||||
Good work
Can I set Surveys so that I see the results who voted for what? We want to use a survey for a online contest, so I need to determine who answered the questions correct... Thanks |
#267
|
|||
|
|||
I have some problems with this mod. I had an old version installed before when i ran VB 3.0. I have tried to remove it manually by doing the stuff in the uninstall/install file.
But i always get the same error when i try to install the new one. Anyways.. here is the error. Database error in vBulletin 3.6.3: Invalid SQL: INSERT INTO setting (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product) VALUES ( 'vb_survey_admin_groups', 'vbsurvey', '6', '5,6', 'free', '', 10, 0, 1, '', 0, 'vbsurvey' ), ( 'vb_survey_create_groups', 'vbsurvey', '6', '5,6', 'free', '', 20, 0, 1, '', 0, 'vbsurvey' ), ( 'vb_survey_take_groups', 'vbsurvey', '2,6,10,11', '5,6', 'free', '', 30, 0, 1, '', 0, 'vbsurvey' ), ( 'vb_survey_result_groups', 'vbsurvey', '6,1,5', '5,6', 'free', '', 40, 0, 1, '', 0, 'vbsurvey' ), ( 'vb_survey_edit_groups', 'vbsurvey', '6', '5,6', 'free', '', 50, 0, 1, '', 0, 'vbsurvey' ), ( 'vb_survey_page_break', 'vbsurvey', '%PAGE BREAK%', '%PAGE BREAK%', 'free', '', 60, 0, 1, '', 0, 'vbsurvey' ), ( 'vb_survey_text_results_perpage', 'vbsurvey', '50', '50', 'number', '', 70, 0, 1, '', 0, 'vbsurvey' ), ( 'vb_survey_image_ext', 'vbsurvey', 'gif,jpg,jpeg,png', 'gif,jpg,jpeg,png', 'free', '', 80, 0, 1, '', 0, 'vbsurvey' ), ( 'vb_survey_image_width', 'vbsurvey', '200', '200', 'number', '', 90, 0, 1, '', 0, 'vbsurvey' ), ( 'vb_survey_filter_limit', 'vbsurvey', '3', '3', 'number', '', 100, 0, 1, '', 0, 'vbsurvey' ), ( 'vb_survey_track_ip', 'vbsurvey', '0', '0', 'number', '', 110, 0, 1, '', 0, 'vbsurvey' ), ( 'vb_survey_text_filter', 'vbsurvey', 'none, na, n/a, no, nothing, nope, asdf', 'none, na, n/a, no, nothing, nope, asdf', 'free', '', 120, 0, 1, '', 0, 'vbsurvey' ), ( 'vb_survey_text_mode', 'vbsurvey', '0', '0', 'number', '<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\r\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0,\'selected=\"selected\"\') . \">Text only</option>\r\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">Limited HTML</option>\r\n<option value=\\\"2\\\" \" . iif($setting[\'value\']==2,\'selected=\"selected\"\') . \">Full HTML</option>\r\n</select>', 130, 0, 1, '', 0, 'vbsurvey' ), ( 'vb_survey_user_text_mode', 'vbsurvey', '0', '0', 'number', '<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\r\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0,\'selected=\"selected\"\') . \">Text only</option>\r\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">Limited HTML</option>\r\n<option value=\\\"2\\\" \" . iif($setting[\'value\']==2,\'selected=\"selected\"\') . \">Full HTML</option>\r\n</select>', 140, 0, 1, '', 0, 'vbsurvey' ), ( 'vb_survey_date_format', 'vbsurvey', 'Y-m-d H:i', 'Y-m-d H:i', 'free', '', 150, 0, 1, '', 0, 'vbsurvey' ), ( 'vb_survey_default_template', 'vbsurvey', 'Default', 'Default', 'free', '', 160, 0, 1, '', 0, 'vbsurvey' ); MySQL Error : Duplicate entry 'vb_survey_admin_groups' for key 1 Error Number : 1062 Date : Monday, April 23rd 2007 @ 07:29:55 PM Script : http://www.bilforumet.no/admincp/plu...=productimport Referrer : http://www.bilforumet.no/admincp/plu...?do=productadd |
#268
|
|||
|
|||
Maybe I'm having a bad day, but...
The installation process was seamless. Smooth as anything. I've set all the usergroup options and other bits in AdminCP as instructed. Then I've gone to my Forum. Where the heck do you gain access to the system to set up a new survey? I can see no links to it at all? Do I need a direct URL to specific location on my server for setting surveys up? I'm puzzled. And stuck. |
#269
|
|||
|
|||
By the way, I have tried going to /survey.php via a URL suffixed onto my forum home, but all I get is a blank screen. No errors mind. I'm doing something wrong. Tell me I'm doing something wrong.
|
#270
|
|||
|
|||
Can anyone help with the above? I'd love to get this fantastic add-on working.
|
#271
|
|||
|
|||
*Bump* Please? Anyone?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|