shondalai.com Forum
-
SSV Lützenkirchen replied to the topic Update Community Surveys Package 4.1.9 -> 4.2.1.
September 1 at 5:59 pm
its the right key, and i am just in time of the 6 month....... but it didnt works... -
Maverick replied to the topic You are unauthorized....
September 1 at 5:57 pm
RC=101 means you do not have respond permission. You must give respond permission to the users to allow them to take survey. -
Matt Martel created new topic Can't Change Styles.
September 1 at 4:37 pm
I can't find the CSS where I can adjust the div. When I apply the CSS in the survey for a title it doesn't apply. When I delet the div.panel-title in my web inspector then my style applys. Something is being blocked. I have modified the /administrator/components/com_communitysurveys/assets/css/cj.surveys.admin.min.css but it doesn't change anything. Please advise where I can make these text and panel style changes. I would like the title to be 'promo2' for example https://traxxisgps.com/maxoptra-profile -
Matt Martel replied to the topic How to get Progress Bar working.
September 1 at 3:44 pm
This is a common problem. I have fixed my issue by using #cj-wrapper .progress-bar {height: 20px; background-color: #d97d3e;} in my template CSS override. That orange is one of our brand colors...use whatever. The real fix I would like to have is the animated progress bar that is supposed to load from the component CSS loaded from the media folder. It is being blocked on my site for some reason. -
La Ree A Yochum replied to the topic EMAIL NOTIFICATIONS - NOT SUBMITTING.
September 1 at 3:30 pm
ONE MORE THING... Can the repsponse include all of the questions / answers to the quiz? -
La Ree A Yochum created new topic EMAIL NOTIFICATIONS - NOT SUBMITTING.
September 1 at 3:20 pm
Hello, I have the plugin - Community Quiz - Quizzes published and selected to submit emails but not receiving any emails when quizes are filled out. Not sure what the problem is and looked everywhere.... Can I get assistance with this? -
Matt Martel replied to the topic You are unauthorized....
September 1 at 3:10 pm
Hey there. What helped me was manually overriding the permission in the component options for 'Public'. See attached. -
Matt Martel replied to the topic You are unauthorized....
September 1 at 2:13 pm
If I am logged in with super admin credentials it works but this isn't what I need. -
Matt Martel replied to the topic You are unauthorized....
September 1 at 2:12 pm
I am getting a similar message as well You are not authorised to respond to this survey.| RC=101 -
Pierre van Lier created new topic You are unauthorized....
September 1 at 2:01 pm
I have set up a survey and invite people to participate. But I do get the followiing error You are unauthorised to respond to this survey.| RC=5 My survey is not private. Am I overlooking something> -
yorai ronen said thank you to Maverick for his/her reply to the topic Assign rank based on points instead of number of posts?.
September 1 at 9:04 am
Yes, change select topics + replies from #__cjforum_users where id = '.$user->id to select points from #__cjforum_users where id = '.$user->id The only other problem is this function will be called when the user created topic or replies or do somthing else on the cjforum. but you need to do similar function call everytime user is awarded points in Community Quiz. Community Quiz has different plugin which handles awarding points (plugins/communityquiz/quiz/quiz.php). You need to do similar db update in awardPoints function of that plugin also. -
yorai ronen liked a reply to the topic Assign rank based on points instead of number of posts?.
September 1 at 9:04 am
-
Pam Lovatt replied to the topic Previous Button and Mandatory Questions.
September 1 at 5:13 am
Thanks! -
Pam Lovatt replied to the topic How to get Progress Bar working.
September 1 at 5:11 am
Here it is http://www.teamrpt.com/index.php/supplier-survey-2016 Thanks -
Maverick replied to the topic Community Surveys - validate responder.
August 31 at 5:22 pm
You can validate email address by importing users into a contact group and invite only them. They can take survey only by using unique url sent to them. However validating date of birth is not possible, you can have a field to ask users, their date of birth instead. -
Maverick replied to the topic Powered by CjBlog showing on all articles.
August 31 at 5:17 pm
In CjBlog v1, this is same as before. In CjBlog v2, you can change it in components/com_cjblog/layouts/default(or bootstrap3)/credits.php -
Maverick replied to the topic Assign rank based on points instead of number of posts?.
August 31 at 5:13 pm
Yes, change select topics + replies from #__cjforum_users where id = '.$user->id to select points from #__cjforum_users where id = '.$user->id The only other problem is this function will be called when the user created topic or replies or do somthing else on the cjforum. but you need to do similar function call everytime user is awarded points in Community Quiz. Community Quiz has different plugin which handles awarding points (plugins/communityquiz/quiz/quiz.php). You need to do similar db update in awardPoints function of that plugin also. -
Tom W created new topic Community Surveys - validate responder.
August 31 at 9:45 am
Hi I'm interested in Community Surveys product, but first I'd like to check something with you. I need to validate a user at the beginning of survey - this needs to be done by 2 fields -> date of birth and email address, which means I'd like to import those 2 validation requirements/data fields per user preferably in csv format. This data would come from database of our customers. After validated user submits survey, no more submissions are allowed. Is it possible? I understand the product can be intergarted with many other software ie AcyMailing, but I have already Sendy set up for marketing campaigns and setting up another marketing software would create additional work. Thanks -
Stella replied to the topic Powered by CjBlog showing on all articles.
August 31 at 7:20 am
I believe this has changed since then. I do not see this is the files you talked about. -
yorai ronen replied to the topic Assign rank based on points instead of number of posts?.
August 31 at 6:42 am
thanks maverick, not sure i understand you do. do i need to change the file you mentioned? is the change in this 2 lines(?): ->where('min_posts <= (select topics + replies from #__cjforum_users where id = '.$user->id.')')->order('min_posts desc'); after this change will the Rank function also calculate points from the Community Quiz component? thanks