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)

Sweeks 04-27-2009 11:00 AM

When trying your demo I get this:

You have already completed the requested survey.

When I never took one.
________
CHEVROLET KINGSWOOD ESTATE SPECIFICATIONS

Spikeman 04-27-2009 11:28 AM

Quote:

Originally Posted by Sweeks (Post 1799833)
When trying your demo I get this:

You have already completed the requested survey.

When I never took one.

It is difficult to set up a demo board for guests to post as this is not how a survey is conducted, so it can be a bit hit and miss on the demo, Most demo users should be able to take the survey but all should be able to view results.

The only real way around this to to register and take survey, but I do not want anyone registering on my site just to play with a demo also registering will only let you take a survey once!

Edit Just put a temp hack in place so you should not get the You have already completed the requested survey statement

vbboarder 04-27-2009 04:18 PM

Quote:

Originally Posted by Spikeman (Post 1799545)
If you are using my previous 3.6 version do not upgrade at this time, there are no significant changes, only to the installation script for 3.8 compatability. More features will be coming soon at which time a post will be made on the 3.6 script to make you aware.


Demos look great! Looking forward to the new features. Thanks a lot :)

Hornstar 04-28-2009 04:34 AM

yeah I think this would be really great to use to get some feedback on a new event I plan to run on my site soon :)

Alfa1 04-28-2009 09:45 AM

What new features are you preparing?

Spikeman 04-28-2009 10:01 AM

Quote:

Originally Posted by Alfa1 (Post 1800415)
What new features are you preparing?

I am looking into a number of possibilities right now,

1. Insert pre made survey modules, eg..surveys on sports, computing, etc... so user can download a pre made survey and insert into the survey hack, surveys can be time consuming to setup, so i will try to make some base files that will require minimun input by the survey owners.

2. Integrate available surveys into threads, with options to show stats, ACP configurable.

3. vBa CMPS modules - Latest - random etc..


These are some ideas that i have been working on, any more let me know & will see what can be done.

Hornstar 05-01-2009 06:33 AM

They sound great! looking forward to that update :)

jazz_aaf 05-02-2009 05:04 AM

problem with adding arabic text under windows-1256 encoding. It writes well to the database, but display blank space when trying to read from the dbase. Any solution for this problem? Our forum uses windows-1256 instead of utf-8 to display arabic.

Spikeman 05-02-2009 10:45 AM

Quote:

Originally Posted by jazz_aaf (Post 1802879)
problem with adding arabic text under windows-1256 encoding. It writes well to the database, but display blank space when trying to read from the dbase. Any solution for this problem? Our forum uses windows-1256 instead of utf-8 to display arabic.

Are you using the arabic version or English? I can take a look into this and see if there is a workable fix, its not something I have come across before.

To read arabic from mysql through php

1) The field containing the arabic text should have Charset utf8 collation utf8_unicode_ci
2) In the page where you want to read this field
a)set the charset of the page to windows-1256
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
b) After establishing the connection to the MySQL write this two lines
mysql_query("SET NAMES cp1256");
mysql_query("set characer set cp1256");

let me see if I can work this in.

jazz_aaf 05-02-2009 09:33 PM

thanks for the reply. I am using the arabic version. I managed to fix it by removing the htmlentities part of the safestring class.

Anyway to have a MM answer type with a limit number of answers? For example, to present the user with a question having 10 answers and limit his choice to 3 choices only?


All times are GMT. The time now is 02:02 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
  • Page Generation 0.02075 seconds
  • Memory Usage 1,738KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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