vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vB Survey: Add a full-featured survey tool to your forum (https://vborg.vbsupport.ru/showthread.php?t=83038)

Kihon Kata 11-14-2006 04:44 AM

Oh, that's great! waits for it

COBRAws 11-14-2006 04:48 AM

Quote:

Originally Posted by Spikeman (Post 1116814)
Update

I have almost finished the port to 3.6.3.

Complete:
1. vB Survey now installed through product manager
2. wol supported

Todo:
1.Permissions
2.SQL import

Should all be finished soon, its worth the wait ;)

Thanks for working on this :)

Spikeman 11-15-2006 03:32 PM

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.

TheBlackPoet 02-28-2007 07:15 AM

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......

Thomas P 04-21-2007 09:23 AM

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

zkilzz 04-23-2007 04:44 PM

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

TotalTorque.net 05-11-2007 12:25 PM

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.

TotalTorque.net 05-11-2007 12:41 PM

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. :)

TotalTorque.net 05-14-2007 10:18 AM

Can anyone help with the above? I'd love to get this fantastic add-on working.

TotalTorque.net 05-16-2007 11:58 AM

*Bump* Please? Anyone?


All times are GMT. The time now is 02:31 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01358 seconds
  • Memory Usage 1,754KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete