shondalai.com Forum
-
Maverick replied to the topic Multi language behavior.
October 27 at 4:53 pm
The menu item name is typo, however it is still quiz search layout only. Regarding the category saving error, I am not sure how that happen. The categories section is fully controlled by Joomla. Can you send me your website details using contact us form to check it? P.S. All component categories including Joomla categories will be saved in same table XXX_categories. -
Maverick replied to the topic Update error CjLib.
October 27 at 4:49 pm
There is an issue with the build script, however what you downloaded is the latest. I am fixing this issue in next release. -
Maverick replied to the topic new version 4.0.0.
October 27 at 4:45 pm
v4 is a beta as of now. hence it is available as separate download in the same page. -
Maverick replied to the topic Annoying Link on "Discover".
October 27 at 4:43 pm
Please send me website details, using contact us form, where I can see this issue. -
PP created new topic Update error CjLib.
October 27 at 10:38 am
Hi, The CjLib Package is availble in the Joomla extension update but can not be updated: https://www.corejoomla.com/media/autoupdates/cjlib/details.xml Warning Update path does not exist. Message Error updating COM_INSTALLER_TYPE_TYPE_. Notice Before updating ensure that the update is compatible with your Joomla! installation. I tinstalled the update manually but after clearing the cache the CjLib Pakage is still listed in the available updates... CoreJoomla Framework API Library Version: 2.3.3 -
Steen Milandt created new topic new version 4.0.0.
October 27 at 9:58 am
Hi I've got a message that version 4.0.0 is available for download when I click on the link to dovnload is only version 3.8.4 vh Milandt -
PP added the topic to his favorites: EasySocial integration with community poll.
October 27 at 8:03 am
HELLO: I just bought the one year subscription for community poll believing that it integrates with easysocial, but apparently, it does not. How can integrate this component with easysocial. I do not intend to use community poll as a stand alone component. thanks for your help. -
PP replied to the topic Annoying Link on "Discover".
October 27 at 7:47 am
I do not know, maybe you can give me the instructions to inspect the js errors? This is what happens when clicking on Discover (example with Quiz) In your demo website: Discover link : corejoomla.com/quiz.html/# In my website: Discover link : my-website.com/# -
PP replied to the topic Multi language behavior.
October 27 at 7:28 am
4. Community Quiz It does not work correctly in my website. I upgraded today to latest CjLib and again downloaded and intalled Community Quiz. Categories have a different language assigned but they are listed in any language. I tried to rebuild the categories, no difference. 4.1 Then I tried to open and save the categories and there is an error now. 1054 Unknown column 'a.state' in 'field list' SQL=SELECT a.id,a.state AS state, c.published AS cat_state,a.access, c.access AS cat_access FROM xxx_answers_questions AS a LEFT JOIN xxx_categories AS c ON c.id = a.catid WHERE c.id = 160 4.2 I also noticed that a Quiz menu is now dipslaying in the Answers menu creation listing choice. Add New Menu Item > Community Answsers > Quiz Search Layout (is it only inserted or did it replace a CA menu?) -
Stephen Whitehead replied to the topic Can't add more than 3 pages to a survey.
October 26 at 11:42 pm
I have experienced this issue also, in both edge and chrome browsers, when creating surveys in the backend. My solution is to temporarily disable the browser cache when I need to create a series of pages at one time. I use a chrome extension called Cache Killer. -
David Janousek replied to the topic Support for CjForum permissions issue.
October 26 at 7:41 pm
Many thanks, I have made recomended changes and it's working now! David -
Maverick replied to the topic Configuration.
October 26 at 6:07 pm
Please follow this. Edit media/com_gpstools/js/cj.gpstools.min.js and find at line 6 $('.tooltip-hover').tooltip(); remove this line. clear browser and server cache. -
Bignon replied to the topic EasySocial integration with community poll.
October 26 at 5:56 pm
This is awesome. You are the best! -
Maverick replied to the topic Annoying Link on "Discover".
October 26 at 5:54 pm
The discover button will not do anything and will be used only as a proxy to open submenu (Bootstrap dropdown). If it is redirecting to your homepage, then there must be some javascript error on your page and bootstrap js is not loaded. -
Maverick replied to the topic Multi language behavior.
October 26 at 5:46 pm
1, 2, 3 - Will be fixed in next release 4 - done CjForum - presently not. same behavior will be inherited with next release. -
Maverick replied to the topic EasySocial integration with community poll.
October 26 at 4:28 pm
Started developing this. Will try to complete by this weekend. -
Maverick said thank you to PP for his/her reply to the topic EasySocial integration with community poll.
October 26 at 4:28 pm
Subscribed... Hey Maverivk, you should consider to add a "Subscribe" button so there is no need to write a post for this purpose ;) -
Maverick replied to the topic Support for CjForum permissions issue.
October 26 at 4:26 pm
1. This is a bug. components/com_cjforum/controllers/reply.php line 30 $topicId = JArrayHelper::getValue($data, 't_id', $this->input->getInt('t_id'), 'int'); should be $topicId = JArrayHelper::getValue($data, 'topic_id', $this->input->getInt('t_id'), 'int'); 2. This is again a bug. components/com_cjforum/models/replyform.php line 137 $asset = 'com_cjform.topic.' . $value->topic_id; should be $asset = 'com_cjforum.topic.' . $value->topic_id; 3. Remove buttons Go to Extensions->Plugins->Filter by type editors-xtd->Disable all plugins