View Single Post
  #51  
Old 06-05-2009, 07:12 AM
Spikeman Spikeman is offline
 
Join Date: Aug 2006
Location: UK
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spinball View Post
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 View Post
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 View Post
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 View Post
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.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01197 seconds
  • Memory Usage 1,792KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete