shondalai.com Forum

Welcome, Guest
Recent activity
  • Maverick replied to the topic structuring SEF urls for polls .

    September 5 at 5:14 pm

    If you have setup the category menu items, your users will always looks like this: domain.com/top-category/sub-category/45-poll-alias But not domain.com/45-poll-alias So there must be something else wrong with the sh404sef configuration. Please send me your website admin details so that I can check it.

    8 years ago

  • yorai ronen created new topic structuring SEF urls for polls .

    September 5 at 4:14 am

    hello maverick, i'm looking into the best way to create good SEF urls for all my polls. i'm using sh404SEF but as for CP it's disabled, meaning CP use the default Joomla Router. i followed the practices you describe in the documentation (of other components) and created menu items for all poll categories. the menu items structure is the same as the categories structure in CP. now the urls of the categories looks great, something like: domain.com/top-category/sub-category but polls urls look like this: domain.com/45-poll-alias (containing the poll ID and alias). what i want is each poll url to follow it's category's url - so an example poll url would be: domain.com/top-category/sub-category/45-poll-alias the polls non-sef urls have the correct menu ID (the ID of the menu item displaying the poll's category), but the url itself does not inherit the category's or menu item's alias. is there any way of achieving this other then manully changin each poll url in sh404SEF? thank you yorai

    8 years ago

  • Maverick replied to the topic 403 error while editing quiz.

    September 2 at 7:46 pm

    If the user has edit permissions given, he can edit the quiz. 

    8 years ago

  • Maverick replied to the topic Add quizzes integrated inside articles.

    September 2 at 7:45 pm

    You can add quiz inside article using quizform module.  https://docs.joomla.org/How_do_you_put_a_module_inside_an_article%3F  

    8 years ago

  • Mentorware created new topic 403 error while editing quiz.

    September 2 at 11:41 am

    Getting 403 error when a register user tries to edit a quiz that is created by super admin.Is there any solution for this issue?  

    8 years ago

  • Christophe Ralle replied to the topic Add quizzes integrated inside articles.

    September 2 at 10:13 am

    Hi How to add a quiz in an article?It would be too much power generate shortcodes for Quizz

    8 years ago

  • Pierre van Lier replied to the topic You are unauthorized....

    September 2 at 7:46 am

    Thank you. Problem solved....

    8 years ago

  • Pam Lovatt said thank you to Matt Martel for his/her reply to the topic How to get Progress Bar working.

    September 2 at 6:13 am

    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.

    8 years ago

  • Pam Lovatt said thank you to Maverick for his/her reply to the topic How to get Progress Bar working.

    September 2 at 6:13 am

    Thank you @Matt for the answer. Appreciate it. Yes, it is the right answer, you need to add the below css because your template's custom bootstrap css do not contain progress bar css. #cj-wrapper .progress-bar {height: 20px; background-color: #d97d3e;}

    8 years ago

  • Maverick replied to the topic Questions' category access permission problem.

    September 1 at 9:34 pm

    Access levels -> Allowed by Joomla as one of the access level can allow userPermission settings -> Not allowed as user has conflicting access on view permission. When showing categories both of the above checks are made. It is the same Joomla ACL manager which decides the access, the component do not calculates any permissions here. Hope this helps. 

    8 years ago

  • yorai ronen liked a reply to the topic improve responses page on backend.

    September 1 at 6:40 pm

    8 years ago

  • yorai ronen liked the topic CJ user points in Acymailing.

    September 1 at 6:17 pm

    Hi, just created a AcyMailing plugin with which it is possible to add the receiver's total CJ user points to the newsletter. If anybody is interested, please let me know. regards, Ruud.

    8 years ago

  • Maverick replied to the topic Error at the end of the survey.

    September 1 at 6:15 pm

    Can you please let me know the survey url?

    8 years ago

  • Maverick replied to the topic Update Community Surveys Package 4.1.9 -> 4.2.1.

    September 1 at 6:15 pm

    It might be because your server could not download the file from amazon aws. Are you able to update other components? Can you please send me your website details using contact us form so that I can check what could be the issue? P.S. Meanwhile, please update it manually by downloading it from downloads section.

    8 years ago

  • Maverick replied to the topic Can't Change Styles.

    September 1 at 6:07 pm

    Front-end css file is available at media/com_communitysurveys/css/cj.surveys.min.css However if you want to add some custom css classes to question titles, please use the customize options available on your question edit page.

    8 years ago

  • Maverick liked a reply to the topic How to get Progress Bar working.

    September 1 at 6:05 pm

    8 years ago

  • Maverick said thank you to Matt Martel for his/her reply to the topic How to get Progress Bar working.

    September 1 at 6:05 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.

    8 years ago

  • Maverick replied to the topic How to get Progress Bar working.

    September 1 at 6:05 pm

    Thank you @Matt for the answer. Appreciate it. Yes, it is the right answer, you need to add the below css because your template's custom bootstrap css do not contain progress bar css. #cj-wrapper .progress-bar {height: 20px; background-color: #d97d3e;}

    8 years ago

  • SSV Lützenkirchen created new topic Error at the end of the survey.

    September 1 at 6:01 pm

    Hi there, after the last Question of my survey i bekome this message if i want to finisch the survey: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data. I think the answers are not saved and the "after-page" woult not be displayed Help me please. thanks.....

    8 years ago

  • Maverick replied to the topic EMAIL NOTIFICATIONS - NOT SUBMITTING.

    September 1 at 6:01 pm

    Go to Components->CjLib->Email Queue and check if the emails are queued or not. If yes, that means the cron is not triggered yet to send emails. You can setup automatic cronjob to get them triggered. By default it is manual, i.e. when someone visits front-end pages of quiz the emails will be sent. http://wiki.corejoomla.com/Setup_cronjob_to_trigger_emails_automatically The email do not include user answers. Rather link to reports.

    8 years ago

Powered by CjForum