vb.org Archive

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

BlackJacket 06-02-2009 02:51 AM

Quote:

Originally Posted by Spikeman (Post 1821727)
I have not tested it, however you will need to change the variables in survey.php to begin with and take it from there. If you need help on the changes let me know.

I need help with the changes, lol. :)

PM what you need. :) Thank you so much for your help. It is greatly appreciated!

Nadeemjp 06-02-2009 09:06 AM

Quote:

Originally Posted by Spikeman (Post 1821721)
Add this to your navbar template where you want it to appear

Code:

<!-- Survey -->
<td class="vbmenu_control"><a href="survey.php$session[sessionurl_q]" rel="nofollow">Survey</a></td>
<!-- / Survey -->


thank you very much for the help:)

Spikeman 06-02-2009 09:07 AM

Quote:

Originally Posted by NittoMOD (Post 1821763)
I need help with the changes, lol. :)

PM what you need. :) Thank you so much for your help. It is greatly appreciated!

PM sent

Spinball 06-03-2009 11:53 AM

Is it possible to embed the survey results within a post? Or below it?

Spikeman 06-03-2009 06:00 PM

Quote:

Originally Posted by Spinball (Post 1822689)
Is it possible to embed the survey results within a post? Or below it?


I am looking into making the results available within the ACP, also auto creation of thread when new surveys are posted allowing for a much greater control over permissions, users can then access the survey link from the thread with the inclusion of an invite system for greater control (for Example) invite 100, 200 random users to take survey over a specified time period.

These are just my thoughts, I have some code that is already done its just all a time factor ;)

Spinball 06-03-2009 06:58 PM

Interesting, thanks. I ask for a specific reason. We need to implement a survey to accompany a thread about a specific product. We need to display the survey results in that thread. When people take the survey they are first asked whether they own the product. If they do, then they take the next step which is 5 questions on what they think about the product, each a rating 1 to 5. Simple enough. The results of the ratings need to be displayed in the format of average scores (total scores divided by the number of responders) and a graphic score bar (as per your demo) for each question.

There are several products, each with their own thread and survey. All the surveys are roughly the same.

Can we do this - or will we soon - with this mod?
Thanks

Pottsy 06-03-2009 08:12 PM

Spikeman,

Thanks for a great mod - using the version for 3.6 on vb 3.7.2 with vbseo.

On the text results page, the next and previous buttons don't work - they give a 406 error. There were some random characters in the URL if, when removed, caused it to work. I changed results_text.tpl from:

PHP Code:

{section name="prev" loop=1 show=$button.previous}
  <
input type="submit" name="prev" value="&lt;&lt;&nbsp;Previous Page">&nbsp;
  {/
section}
                                        
  {
section name="next" loop=1 show=$button.next}
  <
input type="submit" name="next" value="Next Page&nbsp;&gt;&gt;">
  {/
section

to

PHP Code:

{section name="prev" loop=1 show=$button.previous}
  <
input type="submit" name="prev" value="Previous Page">&nbsp;
  {/
section}
                                        
  {
section name="next" loop=1 show=$button.next}
  <
input type="submit" name="next" value="Next Page">
  {/
section

And this seems to have fixed it.

socalsoccer 06-04-2009 04:10 AM

I get this error when trying to view the answers in edit mode The requested URL /forum/display_answers.php was not found on this server.

I noticed you admin directory you have for upload is empty. Could you please post the correct admin directory for upload.

thanks

andreamarucci 06-04-2009 11:30 AM

There's a problem with accented characters. If I insert a question using accented chars and save the question, all the question's text disappear. If I type, for example, perch? when I save the question, this text disappear, but if I type perche' everything works fine.

How can I fix this?

Spikeman 06-05-2009 07:12 AM

Quote:

Originally Posted by Spinball (Post 1822929)
Interesting, thanks. I ask for a specific reason. We need to implement a survey to accompany a thread about a specific product. We need to display the survey results in that thread. When people take the survey they are first asked whether they own the product. If they do, then they take the next step which is 5 questions on what they think about the product, each a rating 1 to 5. Simple enough. The results of the ratings need to be displayed in the format of average scores (total scores divided by the number of responders) and a graphic score bar (as per your demo) for each question.

There are several products, each with their own thread and survey. All the surveys are roughly the same.

Can we do this - or will we soon - with this mod?
Thanks

I am hoping to accomplish something along those lines, not sure I can give you a time frame for this but it has always been something that I wanted vBsurvey to do, so its up there on the list.

Quote:

Originally Posted by Pottsy (Post 1822959)
Spikeman,

Thanks for a great mod - using the version for 3.6 on vb 3.7.2 with vbseo.

On the text results page, the next and previous buttons don't work - they give a 406 error. There were some random characters in the URL if, when removed, caused it to work. I changed results_text.tpl from:

PHP Code:

{section name="prev" loop=1 show=$button.previous}
  <
input type="submit" name="prev" value="&lt;&lt;&nbsp;Previous Page">&nbsp;
  {/
section}
                                        
  {
section name="next" loop=1 show=$button.next}
  <
input type="submit" name="next" value="Next Page&nbsp;&gt;&gt;">
  {/
section

to

PHP Code:

{section name="prev" loop=1 show=$button.previous}
  <
input type="submit" name="prev" value="Previous Page">&nbsp;
  {/
section}
                                        
  {
section name="next" loop=1 show=$button.next}
  <
input type="submit" name="next" value="Next Page">
  {/
section

And this seems to have fixed it.

Corrected in next version

Quote:

Originally Posted by socalsoccer (Post 1823141)
I get this error when trying to view the answers in edit mode The requested URL /forum/display_answers.php was not found on this server.

I noticed you admin directory you have for upload is empty. Could you please post the correct admin directory for upload.

thanks

display_answers.php is not a file within vBsurvey, this was reported earlier and i am trying to get that fixed...

The admin directory, is empty it was originally in there for structure and I forgot to remove it, it will be used when I add the new features.

Quote:

Originally Posted by andreamarucci (Post 1823251)
There's a problem with accented characters. If I insert a question using accented chars and save the question, all the question's text disappear. If I type, for example, perch? when I save the question, this text disappear, but if I type perche' everything works fine.

How can I fix this?

I will take a look into this, and get back to you.


All times are GMT. The time now is 05:56 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.01360 seconds
  • Memory Usage 1,777KB
  • 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_code_printable
  • (4)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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