shondalai.com Forum
-
fatemah saeed basunbul said thank you to Maverick for his/her reply to the topic STARTDATE and ENDDATE display.
September 11 at 7:04 pm
1. No 2. There is no such concept like invalid votes. you can make a question mandatory and they must answer it. However you cannot force sombody to select only particular option. If that is what you expect, community quiz is the best choice than CS. -
Maverick replied to the topic Community Polls - Hide results but show number of votes.
September 11 at 5:51 pm
Yes, total votes will always be displayed. The results can be shown on a specified date. -
Maverick replied to the topic Help! I do not want to see the results of questions..
September 11 at 5:50 pm
Did you enabled showing final report? The message will be displayed at the bottom of the final report based on score the user made. -
Victor Becerra liked a reply to the topic Random poll error.
September 11 at 2:03 pm
-
Eduardo Cardoso created new topic Community Polls - Hide results but show number of votes.
September 11 at 11:17 am
Hi, I'm interessed in your product for a site i'm developing and have a particular requirement. Is it possible to hide the votes until the end of end of the poll but show still show the number of votes until that moment? Thanks -
federico replied to the topic Help! I do not want to see the results of questions..
September 11 at 9:46 am
Sorry, another problem ... why can not I see the messages I have added Scorewise Messages ? -
Maverick replied to the topic Random poll error.
September 11 at 2:19 am
Public users do not have any date settings, so you cannot predict the outcome. It will be differed by max the amount of difference in timezone. -
Maverick replied to the topic STARTDATE and ENDDATE display.
September 11 at 2:17 am
1. No 2. There is no such concept like invalid votes. you can make a question mandatory and they must answer it. However you cannot force sombody to select only particular option. If that is what you expect, community quiz is the best choice than CS. -
Victor Becerra replied to the topic Random poll error.
September 10 at 8:42 pm
Thank you Maverick, in CP permission settings, I have as "allowed" Vote and View Results for public: Its funny it only happens when trying to create a new Poll as Public. Victor -
fatemah saeed basunbul replied to the topic STARTDATE and ENDDATE display.
September 10 at 6:45 pm
Mnay thanks Maverick 1- i try the trick for start and end date but it is display the date by the week . can i make it as the date like 12-9-2015 see the attachment pic. 2- the cahrt it is display the columns thanks alot also i need some support in the follwing 1- can i make the report chart result for all question in the survey as a total result or for every section not only for every question? 2- in the survey when the responses close the browser before complate the survey can i display these responses in reports as an invalid vote? again many thanks for your support. -
fatemah saeed basunbul liked a reply to the topic STARTDATE and ENDDATE display.
September 10 at 6:43 pm
-
fatemah saeed basunbul said thank you to Maverick for his/her reply to the topic STARTDATE and ENDDATE display.
September 10 at 6:43 pm
1. Edit components/com_communitypolls/views/survey/tmpl/default.php and find echo JText::sprintf('TXT_LIST_ITEM_META', $user_name, $category_name, $formatted_date); Change it to $published_date = CJFunctions::get_formatted_date($item->publish_up);$unpublish_date = CJFunctions::get_formatted_date($item->publish_down);echo JText::sprintf('TXT_LIST_ITEM_META', $user_name, $category_name, $formatted_date, $published_date, $unpublish_date); Now find below string your language file languages/en-GB/en-GB.com_communitysurveys.ini TXT_LIST_ITEM_META="Submitted by %1$s in %2$s, %3$s." Change it to TXT_LIST_ITEM_META="Submitted by %1$s in %2$s, %3$s. Publish date: %4$s. End date: %5$s" 2. Edit media/com_communitysurveys/js/cj.survey.min.js find var chart = new google.visualization.PieChart(document.getElementById($(this).find('.chart-wrapper').attr('id'))); change it to var chart = new google.visualization.ColumnChart(document.getElementById($(this).find('.chart-wrapper').attr('id'))); -
Maverick replied to the topic STARTDATE and ENDDATE display.
September 10 at 4:54 pm
1. Edit components/com_communitypolls/views/survey/tmpl/default.php and find echo JText::sprintf('TXT_LIST_ITEM_META', $user_name, $category_name, $formatted_date); Change it to $published_date = CJFunctions::get_formatted_date($item->publish_up);$unpublish_date = CJFunctions::get_formatted_date($item->publish_down);echo JText::sprintf('TXT_LIST_ITEM_META', $user_name, $category_name, $formatted_date, $published_date, $unpublish_date); Now find below string your language file languages/en-GB/en-GB.com_communitysurveys.ini TXT_LIST_ITEM_META="Submitted by %1$s in %2$s, %3$s." Change it to TXT_LIST_ITEM_META="Submitted by %1$s in %2$s, %3$s. Publish date: %4$s. End date: %5$s" 2. Edit media/com_communitysurveys/js/cj.survey.min.js find var chart = new google.visualization.PieChart(document.getElementById($(this).find('.chart-wrapper').attr('id'))); change it to var chart = new google.visualization.ColumnChart(document.getElementById($(this).find('.chart-wrapper').attr('id'))); -
Maverick replied to the topic conditional "show question..." not working for text questions.
September 10 at 4:21 pm
I created a rule and it saved without issue. Is this happen only for newly created survey or for everything? -
Maverick replied to the topic Multiple Questions.
September 10 at 4:20 pm
For 2: There is a css conflict. Add below code in your template css/override file. .cs-nav-collapse {overflow: inherit;} -
fatemah saeed basunbul created new topic STARTDATE and ENDDATE display.
September 10 at 7:56 am
1- Can help me to display survey start date and end date in LIST_ITEM_META_DATA? 2- Can i change the circles in report chart to columns? and make the report for all survey not only for every question? please help me asap. Thanks for all, -
jcnewbie01 replied to the topic conditional "show question..." not working for text questions.
September 10 at 5:15 am
Hi, Maverick,I still encounter this error each time a new survey is created. Each time, it resolves itself once I refresh the page - and the condition will then be saved. Could you please help rectify this issue?Many thanks! -
Maverick replied to the topic Random poll error.
September 10 at 3:01 am
Here are the list of conditions you need to check. If all these satisfy, then only results will be shown. View Results permission is given to the user group (in CP permission settings) Results up date is less than current date (which you already have) So the only condition you need to check is the permission settings. -
Victor Becerra liked the topic Previous and next button.
September 9 at 11:30 pm
Is there a way to add previous and next button to the poll view page? So the users goes to the next poll he or she is autorized to? AS is couldn't answer then by this way... Thnx for the reply. That's why I couldnt find the feature :-) -
Victor Becerra replied to the topic Random poll error.
September 9 at 11:11 pm
Hello Maverick, I just did that. Even when I set date to September 1st, the message persists and doesn't display results. Here is the screenshot: Thank you for your help, as always you give great support. Victor