shondalai.com Forum
-
tonyp liked a reply to the topic My Topics Pagination is broken.
July 18 at 6:46 pm
-
maverick replied to the topic Option for users to DM all Administrators or Moderators.
July 17 at 3:51 pm
Agree. but the PMS is designed to send messages to single user. One alternative is to duplicate the message and send it to everyone individually which needs less... -
maverick replied to the topic PM is showing names instead off login name.
July 17 at 3:48 pm
This is a bug. I will fix it in next release. -
jizkid replied to the topic Option for users to DM all Administrators or Moderators.
July 17 at 1:30 pm
There is a difference between being able to send a DM to a few other users and mass mailing ;-) -
jizkid created new topic PM is showing names instead off login name.
July 17 at 1:28 pm
When someone has send a PM, the message is showing the 'real names' in the sender and addressed fields, eventhough Joomla has been set to show the login name... -
maverick replied to the topic Questions not selected are not saved.
July 17 at 3:37 am
I am adding the change to next release, although in a little different way. Instead of making answerid to 0, I will set -1 so that it indicates skipped answer. -
-
maverick replied to the topic My Topics Pagination is broken.
July 17 at 2:38 am
From other thread: this is related to My Topics link on this forum. I am checking the issue. -
maverick replied to the topic Paginatiojn.
July 17 at 2:38 am
Sorry about that, I thought it is related to cjforum component in general and moved it over there. Its now editable. -
tonyp replied to the topic Questions not selected are not saved.
July 16 at 8:33 pm
Hello, Well the logic is null. If the value is null you work on it, i.e. the question was not filled out. In our scenario we are only using Radio Type single selection... -
-
maverick replied to the topic Questions not selected are not saved.
July 16 at 4:52 pm
Your point is valid in case of category quizzes where user may not need to answer all questions and not shown all questions also. In that case you need to have a different... -
tonyp replied to the topic Questions not selected are not saved.
July 16 at 4:39 pm
Right so think about it, you have a quiz with random questions showing and they don’t answer 1/2 of them How do you know which half they couldnt answer? You don’t, it’s called... -
maverick replied to the topic Questions not selected are not saved.
July 16 at 4:34 pm
What you are doing is saving the answers which the user is not answered. Why do you want to add junk responses which user did not give? Its simple, if there is no answer found... -
maverick replied to the topic Prevent Saving new questions if no answered is marked?.
July 16 at 4:33 pm
This is a known issue and is already being fixed. -
maverick replied to the topic My Topics Pagination is broken.
July 16 at 4:31 pm
Where can I see the issue? One quick way to avoid such unknown issues with Joomla router is to create menu items for each of the top level categories. -
maverick replied to the topic One question at a time.
July 16 at 4:29 pm
Edit components/com_communityquiz/models/questions.php and find $query->order($this->getState('list.ordering', 'a.sort_order') . ' ' ....