shondalai.com Forum

Welcome, Guest
Recent activity
  • Maverick replied to the topic poll buttons not working on component's pages.

    August 28 at 6:17 am

    Yes.

    8 years ago

  • yorai ronen created new topic more options to design the answers after poll is answered.

    August 27 at 11:01 pm

    hello maverick, is it possible to use some of the following options to further cusomize the survery-answers after the survey is answered? 1. keep the question's custom CSS class when displaying the answer - currently the custom css is gone after completing the survey, causing some iconsistencies in the design - especially when using a question with a truly custom desgin. 2. remove question description after completing the survey. this make a lot of sence, since the description is used (by me at least) to provide explantion about answering the question - which become irelevant after completing the survey. removing the description is good, but what would be best is if you could add a different description that will show after completing the suvery (like the 'answer explantion' in Community Quiz). 3. show chosen answers first  on the answers layout. i have a question where the user choose 1-4 options from around 40. when viewing the result - i would like the user to see to answers he/she chose first, before all other answers in the list. 4. add global CSS classes to chosen answers - currently the chosen answer is marked by a small check-mark and a text-string ('Your Answer'). although elegant, this is not clear enough for many users and i wish i could make a global CSS rule for such cases - for example - the chosed answer will have a green background (instead of white) and a white-colored text. maybe this can be done by adding an automatic css class to the anser 'li' HTML elemnt, based on if the user chose or didn't choose this option. so we can set a global design for the chosen answers, unchosen answers, etc. i also develop a site with Community Quiz now, and this option will be even more usefull there, when the users are actively viewing the answers page and reading it to check their answers. i know i asked for a lot, hope you can add these requests to your future updates. thanks yorai  

    8 years ago

  • yorai ronen liked the topic Export CSV with ";" delimiter instead of ",".

    August 27 at 10:25 pm

    When generating a CSV export, there is no option for field separator and a normal "," comma is used. Although this is a standard, when there are free text answers and user inserts commas in the middle of the text, then it is impossible for MS-Excel to recognize the field correctly. A simple solution for that is to use ";" as field separator, that is better interpreted by MS-Excel and therefore is easier to import. This could be an option that can be configured for generating CSV Files.

    8 years ago

  • yorai ronen replied to the topic Assign Poll to an Author from Users-list.

    August 27 at 5:12 pm

    thank you, that solved it. i was sure that this option only relate to fron-end poll editing. so i disabled it as i do not want fron-end users to be able to change things like publishing date.  is there a way to not-show this tab on the front-end editing layout only? maybe thorugh a template override? thank you yorai

    8 years ago

  • yorai ronen replied to the topic poll buttons not working on component's pages.

    August 27 at 5:02 pm

    thank you maverick, i will first contact my template's developer and ask if there is an update that will solve this issue and why they are using mootools. if no fix from there, i will use the plugin u mentioned. thanks yorai

    8 years ago

  • Maverick replied to the topic Updated to version 4.2.1 and can't access surveys.

    August 27 at 8:13 am

    To know why it is not generating, we need to understand what error is causing this. Try this: -> Go to global configuration and set error reporting to maximum-> Now generate the pdf report from your survey reports page You should see some error if it could not generate pdf.

    8 years ago

  • Maverick replied to the topic poll buttons not working on component's pages.

    August 27 at 8:11 am

    The issue is caused by conflict with jQuery and Mootools. I am not sure why your template still using mootools as everyone moved to jQuery long time ago. Anywhere here is the way to fix such issues. -> Load mootools first-> Load jQuery after Mootools This way jQuery's references will not lost. You can use third party plugins like jQuery Easy to mitigate such problem. Otherwise send me a mail using contact us form and I will provide you custom code hack.

    8 years ago

  • Maverick replied to the topic Assign Poll to an Author from Users-list.

    August 27 at 7:51 am

    Go to Options and Editing Layout tab. Enable "Show Publishing Options" option.

    8 years ago

  • Karen Johnson replied to the topic Updated to version 4.2.1 and can't access surveys.

    August 26 at 7:38 am

    ok so disabling the PDF seems to have solved it. So it seems to be an error in creating the response PDF. If I go to the response in the backend and open it I can see the report. If I click on PDF it doesn't generate one that way either. So it definitely is an issue with generating the PDF. Would you be able to work out what is causing the issue though? Like I say it is just on this one particular survey and not on the other surveys we have. 

    8 years ago

  • yorai ronen replied to the topic can't assing poll category if the languaghe is not ALL.

    August 25 at 11:11 pm

    thank you, sent.

    8 years ago

  • yorai ronen replied to the topic poll buttons not working on component's pages.

    August 25 at 11:04 pm

    thank you maverick, i removed that line but the buttons still doesn't work. yorai

    8 years ago

  • yorai ronen replied to the topic Assign Poll to an Author from Users-list.

    August 25 at 10:58 pm

    Hi Maverick, thank you vor the fast response. on the poll editing page (in the backend) i don't see any "publishing" tab. please see attached screenshot. thank you yorai

    8 years ago

  • Maverick replied to the topic Community Surveys send duplicate results emails.

    August 25 at 10:29 pm

    Can you please go and check what all files present in the location media/com_communitysurveys/attachments/responses?

    8 years ago

  • Dave Gattis created new topic Community Surveys send duplicate results emails.

    August 25 at 6:12 pm

    Hi, When result emails are sent, I receive the same result multiple times instead of separate result emails.  For example: Survey has been completed 3 times and 3 emails have been received.  All 3 emails contain the results from the first of the 3 completed surveys. Any ideas? Thanks, Dave

    8 years ago

  • Maverick replied to the topic Updated to version 4.2.1 and can't access surveys.

    August 25 at 5:05 pm

    That means the developer tools console was not open when sending the request or it is disabled. Please try to refresh the page after the developer tools is open and then send request. From the message what I can understand is there is something went wrong either on server side or client side as there is no response data. This could be because of error in creating the response pdf. You can disable sending response in pdf option and check if it is cause of the issue. If yes then we need to find what could be the issue with generating the pdf.

    8 years ago

  • Maverick replied to the topic Upgrade to 3.8.

    August 25 at 4:58 pm

    Yes, the version information in the package is incorrect, but it is the right package.

    8 years ago

  • Karen Johnson replied to the topic Updated to version 4.2.1 and can't access surveys.

    August 25 at 9:03 am

    ah i just found this error message though elsewhere in the console:   cj.surveys.min.js:1206 Uncaught TypeError: Cannot read property 'message' of null

    8 years ago

  • Karen Johnson replied to the topic Updated to version 4.2.1 and can't access surveys.

    August 25 at 8:58 am

    Hi. I ran the ajax request as advised. There is nothing in the response tab. This is what is present in the header tab. Do you want me to grant you access to the website page so you can check it out? (it's currently only for superusers whilst it is not working).   Request URL: http://www.pods-online.org.uk/index.php/screening-tools?view=surveys&format=json Request Method: POST Status Code:   200 OK Remote Address: 217.160.233.160:80 Response Headersview source Connection: keep-alive Content-Length: 0 Content-Type: text/html Date: Thu, 25 Aug 2016 08:52:20 GMT Keep-Alive: timeout=15 Server: Apache Set-Cookie: 2b630e79cc11fda40cd858c2c98e3fe7=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/ X-Powered-By: PHP/5.5.38 Request Headersview source Accept: application/json, text/javascript, */*; q=0.01 Accept-Encoding: gzip, deflate Accept-Language: en-GB,en-US;q=0.8,en;q=0.6 Connection: keep-alive Content-Length: 1952 Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryPLqTWeoGVMReJn7V Cookie: __utma=152919096.150631860.1418849693.1427971161.1427981197.14; ee32c077dd0a9a2634dc140a07744936=98bf4514d46d5a2241fdc7fe4d7d5d28; e92ed11461e0c69ea1ecbe75359c3cae=77fa387d761d584070acba4cb69ddaf5; _gat=1; joomla_user_state=logged_in; joomla_remember_me_297d6c533d2b7e9a455a97ef3e312b3a=WcTJZSp0oSia0qhC.CLNcsQRMnSDlPXbc8Iyr; survey_id_last_visited=7; _ga=GA1.3.150631860.1418849693; cookie_consent=seen; b5cc30742e92792b4e04b36ca9ecdcd9=p93a4cIjHaQ21MzU Host: www.pods-online.org.uk Origin: http://www.pods-online.org.uk Referer: http://www.pods-online.org.uk/index.php/screening-tools User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 X-Requested-With: XMLHttpRequest Query String Parametersview sourceview URL encoded view: surveys format: json Request Payload ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="qid[]" 258 ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="answer-259-1488" 1495 ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="answer-259-1489" 1495 ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="answer-259-1490" 1495 ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="answer-259-1491" 1495 ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="answer-259-1492" 1495 ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="answer-259-1493" 1495 ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="answer-259-1494" 1495 ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="qid[]" 259 ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="pid" 52 ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="rid" 1065 ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="id" 7 ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="cid" 7 ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="key" ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="skey" ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="option" com_communitysurveys ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="task" response.next ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="ffc09b39d467d6d8e88f211a35befdd8" 1 ------WebKitFormBoundaryPLqTWeoGVMReJn7V Content-Disposition: form-data; name="data" ------WebKitFormBoundaryPLqTWeoGVMReJn7V-- Name   screening-tools?view=surveys&format=json

    8 years ago

  • Olivier Frascone created new topic Upgrade to 3.8.

    August 25 at 7:45 am

    I upgraded to 3.8, but in Dashboard it still shows 3.7.5, normal ?

    8 years ago

  • Maverick replied to the topic need help with i think the installation process or configuration.

    August 24 at 8:39 pm

    You need to create the menu items and also configure the options first. Also please try to use v2.0.0 which will replace v1 soon.

    8 years ago

Powered by CjForum