shondalai.com Forum
-
Gerhard Weninger replied to the topic Cannot edit questions.
April 15 at 8:57 am
hi, there is unfortunately no error shown... -
DMT direktmarketingtool.de GmbH created new topic Bug: Mixed Usernames and Names.
April 15 at 8:51 am
Depending on the settings > integration whether the username or the name it used, it should appear constantly according to this setting. My setting is to display username. At questions the username is displayed correctly, at the replies, in leaderbord and in user overview appears the name. Please fix it! Many thanks, Jürgen -
Francesco liked a reply to the topic assign negative score to answer?.
April 15 at 7:12 am
-
Francesco said thank you to Maverick for his/her reply to the topic assign negative score to answer?.
April 15 at 7:12 am
Yes -
Francesco replied to the topic quiz duration in seconds?.
April 15 at 7:00 am
So you could allow duration in seconds and put a control to disallow to insert less than 60 seconds. However thanks for your reply. Best regards -
DMT direktmarketingtool.de GmbH replied to the topic Tags Behaviour: Is it possible to use tags in CA local?.
April 15 at 6:16 am
I know this. For a section of our page we have a modul, that limits the results of a search by category, keywords, description and tags to a category and all it's subcategories. We like to give the user this advanced experience in CA. That means: If the users clicks on a tag in CA he will get a result page with all relevant items in CA. If this functionality is not possible at the moment and not on the roadmap, we will have a view on it and think about, how to integrate. -
DMT direktmarketingtool.de GmbH replied to the topic Edit and delete links: How to get them work correctly?.
April 15 at 6:08 am
Nice to hear. I know this question is annoying: When do you will distribute the next release? Do you have a github repository, where I can access the latest files?I know deleting by an user is trashing. I think its irritating for a user, if he "deletes" a question and admin is republishing it. If the admin can't prevent the question for trashing it may become an endless replay (User deletes > Admin restores > User deletes > Admin restores ...) -
Maverick replied to the topic Tags Behaviour: Is it possible to use tags in CA local?.
April 15 at 6:06 am
Tags uses Joomla tagging system, they are rendered by the Joomla tags API. -
DMT direktmarketingtool.de GmbH created new topic Tags Behaviour: Is it possible to use tags in CA local?.
April 15 at 6:02 am
At the moment the global joomla tag component is integrated. If I click on a tag I get all results from my page back. Is it possible to use tags as filters restricted on CA or have a own result page in CA, where the results are limited to CA? -
Maverick replied to the topic Edit and delete links: How to get them work correctly?.
April 15 at 6:01 am
This issue is already fixed and will be there in next release. Delete action is not complete delete rather trashing. You can restore it later. But anyway, will add confirmation dialog there. -
DMT direktmarketingtool.de GmbH created new topic Edit and delete links: How to get them work correctly?.
April 15 at 5:53 am
Please clarify if this behaviour is correct or I made some mistakes in configuration. If it is correct, how can I change it:Access rights settings:- Usergroup A: Edit Own | Edit Own State- Subgroup A1: Edit Own | Edit Own State- Subgroup A2: Edit Own | Edit Own StateUser of A1 creates a question Q1: He can edit and delete it's own question (Tipp: Maybe it's helpful to open a popup "Deleting? Ok?") and can edit and delete his own replies. That's fine. User of A2 creates a reply on Q1: He can't edit and delete it's own replies. Is this right? How can I give him the rights? Is it possible that the user right settings will become global in CA. That means: If I give the user the right to edit it own items and state, he should do this on all his own items he has published in CA. Maybe it would be helpful to integrate a alert popup before deleting anything. This one-click delete is a little bit surprising... ;o) Best regards,Jürgen -
-
Maverick replied to the topic quiz duration in seconds?.
April 15 at 5:50 am
Because no quiz can be completed in less than 1 minute (including network delay factors). -
DMT direktmarketingtool.de GmbH replied to the topic TIPP: How to show edit & delete buttons only for creators of replies and admins.
April 15 at 5:38 am
;o). Short code is better. -
Francesco created new topic assign negative score to answer?.
April 14 at 8:29 pm
Can i assign also negative number (score) to answer, for example -5? -
Francesco said thank you to Maverick for his/her reply to the topic language string not translated.
April 14 at 8:12 pm
Add below strings in administrator/language/en-GB/en-GB.com_communityquiz.sys.ini COM_COMMUNITYQUIZ_SEARCH_VIEW_DEFAULT_TITLE="Search"COM_COMMUNITYQUIZ_SEARCH_VIEW_DEFAULT_DESC="Display advanced search form to search quizzes." -
Francesco said thank you to Maverick for his/her reply to the topic Allow multiple responses only till when user didn't pass the quiz yet.
April 14 at 8:10 pm
That can be done. Will add to my future to-do list. -
Francesco liked a reply to the topic Allow multiple responses only till when user didn't pass the quiz yet.
April 14 at 8:10 pm
-
Francesco created new topic quiz duration in seconds?.
April 14 at 8:09 pm
Why quiz duration in minutes instead of seconds? -
Maverick replied to the topic TIPP: How to show edit & delete buttons only for creators of replies and admins.
April 14 at 6:03 pm
The following like does all the work already if($params->get('access-edit')){ If it doesn't, then there is some issue with the permission settings on your site.