![]() |
Quote:
Quote:
Quote:
Quote:
Ok guests can now view and create survey url here http://www.internetwatchers.co.uk/forums/survey.php |
hmm the example andinternetwatchers survey are the same? so tells me the site. hmm its not storing all of the answers and also does not show me every question.
|
Quote:
I could not replicate your other error, I get all the questions and can see the results after survey. |
I hope i don't piss off anyone here!! No credit here.
You must have this install before upgrading to 3.6.X this is want is missing to make it work....Not sure if this a 100% fix good luck with it.. add new template called Code:
vbsurvey Code:
$stylevar[htmldoctype] |
Well that template is already installed on the installation, or it did on my install, it probably failed to install on your install, so there must have been a problem in the config somewhere.
|
It does not seem to work propaly
If I want to take a survey as a guest I get "You have already completed the requested survey." also guests should not be able to create new surveys. Is this controlled via the permission system? |
Quote:
Quote:
|
does this work correctly on vB 3.6.x ?
|
I finally got mine working on 3.6.1. I had this installed on 3.5, so if you try a fresh install on 3.6.x I think you will get some database errors. The install script needs to be re-written for 3.6.x.
To get it working I had to: 1) Upload the survey directory to the main forums directory 2) AND ALSO upload the survey directory to the /forums/include directory (that's where it was looking for the templates for some reason) 3) chmod both survey directories and everything in them to 744 4) chown both survey directories to nobody.nobody (might be apache.apache for some people) And presto! It works great :) |
Quote:
|
tamarian has given me his permission to release this as a 3.6.2 port, so as and when I have completed this I shall release it under the 3.6 mod section. I will post here when that has been done.
yes it will work on 3.6.2 if you hack this existing mod, but I believe it best if it can be ported and setup properly without any further changes to the code by users. I do not know when I will finish and release this so please bear with me ;) |
I also get:
Code:
Database error in vBulletin 3.6.2: |
It will not work on vB 3.6.2 at this time without modifications to the database, phrasetypeid amongst other fields were removed from vB 3.6 by vb.com. New install script is being rewritten.
|
Quote:
|
Quote:
One thousand Thanks message send to you |
is there any update on this mod?
|
another bump.. truely hoping that a 3.6.2 version of this gread mod can be done...
|
BUMP! Me too! Anyone porting this to 3.6.3?
|
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 ;) |
Quote:
Hope that it's soon released |
Oh, that's great! waits for it
|
Quote:
|
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.
|
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...... |
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 |
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 |
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. |
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. :)
|
Can anyone help with the above? I'd love to get this fantastic add-on working.
|
*Bump* Please? Anyone?
|
Ok, one last desperate *bump* and plea for help.
This installed seamlessly...but where the heck do you go to start a survey!! There are no links on my forum, and the link to survey.php simply returns a blank 'Done' page. |
Shame this, but as support appears to be zero, I'll uninstall.
|
Uninstalled and Reinstalled updated version here:
https://vborg.vbsupport.ru/showthread.php?t=131650 |
Actually i faced some trouble with this survey system and then i found a solution for it , the problem was writing permissions to the directories under survey directory , to solve this i change the access right to 755 except this file under smarty directory which called smarty.class.php you have to keep it as 644 to work fine
i translate the template defult into arabic as i could as it was possible and you can find this in attachments thanks alot for the coder of this , this solution can help alot in researches |
I am using Spikeman's version of this for 3.6.8... this should be an easy fix, I just don't know where to find it... When I load a survey, it says "Survey Questions" then underneath it says "class="thead">" (the first and close quotations are mine). What file do I edit to fix this? Thanks in advance!
|
All times are GMT. The time now is 11:28 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|