shondalai.com Forum
-
Maverick replied to the topic cant create quiz, 500 JHtmlBehavior::formvalidator not found.
September 30 at 6:03 pm
Sorry, my bad. this function is newly introduced in Joomla 3.4.1 and hence the error. Unfortunately this function is not backward compatible (Joomla developers chose that way). Couple of options to fix it. 1. Update to latest Joomla version, recommended 2. Edit components/com_communityquiz/views/form/tmpl/edit.php and find JHtml::_('behavior.formvalidator'); change it to JHtml::_('behavior.formvalidation'); -
John Howell replied to the topic cant create quiz, 500 JHtmlBehavior::formvalidator not found.
September 30 at 5:22 pm
I'm using joomla 3.3.6 but still the error keep showing whenever i want to create a quiz what should i do sir thank you -
Ruud van Lent replied to the topic Social Sharing button in CJBlog holding us back....
September 30 at 1:04 pm
Just pushed my changes to one of my production sites #livingontheedge :) see here for working example: https://onlinecommunityhub.nl/organisatie/43-mijn-website-doet-het-altijd-nooit-problemen-mee Very pleased that it is working. And wow: responsive out of the box! (see image below) -
Osianama Learning Experience Pvt. Ltd. replied to the topic CommunityQuiz 4 Documentation.
September 30 at 10:50 am
I have given you the details of my site with the help of contact us form yesterday. Can you please check the view which we are talking about. Thanks! -
Maverick replied to the topic 4.2.7 - Download links to 4.2.6.
September 30 at 3:03 am
Fixed the link. -
P.V.T disliked a reply to the topic RC 15: You do not have enough credits available to create survey urls.
September 30 at 1:31 am
-
-
Andreas replied to the topic Social Sharing button in CJBlog holding us back....
September 29 at 9:22 pm
Maverick wrote: ...will integrate this in my next release. Great! Would love to have it in all your extensions! -
Edfel Rivera created new topic 4.2.7 - Download links to 4.2.6.
September 29 at 7:45 pm
Hi: Please check download link and file. Thanks. -
Ruud van Lent replied to the topic Social Sharing button in CJBlog holding us back....
September 29 at 7:34 pm
-
Malcolm Carter replied to the topic Community Surveys - Next Button inactive.
September 29 at 7:33 pm
I've uninstalled JCH Optimize which I installed thinking it may help form a forum post I found here. It didn't, so same issue with it uninstalled. -
Ruud van Lent replied to the topic Social Sharing button in CJBlog holding us back....
September 29 at 6:46 pm
Maverick wrote: That looks awesome to me as well. With over just 10KB it does what we need, although limited functionality. But its better than loading heavy script, will integrate this in my next release. Hi Maverick, if you are referencing jsSocials, I already built it into cjblog: in my own 'clucnky-way' probably :), but I can sent you the changed files... Would at least save you some work :) -
Ruud van Lent replied to the topic Social Sharing button in CJBlog holding us back....
September 29 at 6:44 pm
Andreas wrote: Hello Ruud, I was looking for some other share-functionality too. The most important share-button in year 2015 is "WHATSAPP". I am using http://www.xadomir.de/webentwicklung/cms/joomla/plugins/18-myshariff-en.html Plugin + Module with better privacy for your users! Hi Andreas, that one looks good! One downside for me is that it is 'to complicated' as it is a combination of scripts and plugins: that then also needs to be maintained. jsSocials is as simple as it gets. Furthermore it is easily extendable with every social media channel, so there are almost no limits as to what you can share on: see here for more information > http://js-socials.com/docs/#custom-share I have some users asking for whatsapp (when browsing our site via their mobile), will have a quick look to see if that can be integrated... -
Maverick replied to the topic Social Sharing button in CJBlog holding us back....
September 29 at 5:25 pm
That looks awesome to me as well. With over just 10KB it does what we need, although limited functionality. But its better than loading heavy script, will integrate this in my next release. -
Maverick replied to the topic Community Surveys - Next Button inactive.
September 29 at 5:21 pm
Can you try disabling JCH optimize plugin? -
Maverick replied to the topic How to Print A Quiz to Pdf.
September 29 at 5:18 pm
That needs little bit of code hacks. Edit components/com_communityquiz/views/quiz/tmpl/default_quiz.php Find if($params->get('social_sharing', 1) == 1) change it to if(!$this->print && $params->get('social_sharing', 1) == 1) And now in your quiz url, add print parameter like this myquizurl?print=true -
Maverick replied to the topic No maps on HTTPS.
September 29 at 5:13 pm
Yes, that also needs to be fixed for https sites. in the file. plugins/content/gpscontent/gpscontent.php -
Maverick replied to the topic Community feedback email.
September 29 at 5:12 pm
There is no such feature present. You can either attach the pdf result or simply send confirmation email without any results. -
Maverick replied to the topic CommunityQuiz 4 Documentation.
September 29 at 5:11 pm
components/com_communityquiz/views/myquizzes You should see the My Quizzes menu on toolbar. Click on it and it will show the list. If not, please send me your website details, I will check it. -
Andreas replied to the topic Social Sharing button in CJBlog holding us back....
September 29 at 3:11 pm
Hello Ruud, I was looking for some other share-functionality too. The most important share-button in year 2015 is "WHATSAPP". I am using http://www.xadomir.de/webentwicklung/cms/joomla/plugins/18-myshariff-en.html Plugin + Module with better privacy for your users!