Ian Redsell

Gender Not specified
Age Not specified
Member since November 24th, 2013
Last seen 8 years ago
Topics 10
Replies 21
Points 4
About Ian Redsell: No information provided.

Recent activity
  • Ian Redsell replied to the topic User edit of a Survey (ACYMailing Invite).

    November 20 at 3:45 pm

    Its "Onymous"

    9 years ago

  • Ian Redsell replied to the topic Response Report Sorting.

    November 20 at 11:27 am

    Maverick I note that the sort order has gone wrong again in 3.8.4 . Please amend the get_questions procedure which needs to be in page sort_order then question_sort_order and not page number as previously.   Amended code   // get questions in current page        $where = '';                if($page_id > 0){                        $where = ' and page_number = '.$page_id;        }                $query = '                select                    q.id, q.title, q.description, q.question_type, q.page_number, q.responses, q.sort_order, q.mandatory, q.created_by, q.custom_choice, q.orientation, q.min_selections, q.max_selections, q.params                from                    #__survey_questions q join #__survey_pages p on q.page_number=p.id                where                    q.survey_id='.$survey_id.$where.'                order by                    p.sort_order, q.sort_order asc';

    9 years ago

  • Ian Redsell created new topic User edit of a Survey (ACYMailing Invite).

    November 20 at 8:58 am

    HI Maverick   I am using ACYMailing to send out invites with Keys which works very nicely, some users are accidentally closing their survey and they then send me an email to ask if they can continue. I have been opening up the response by zeroing the completed date this means that the users can reuse the key , however their entered data does not appear and so they have to rekey it all. I have tried changing the status to zero but again I just get a blank survey.How can I best reopen a survey for a user to continue? Version 3.8.4   Thanks Ian  

    9 years ago

  • Ian Redsell created new topic Lost Survey Key Link (ACYMailing).

    November 10 at 8:47 am

    Hi Maverick I have version 3.8.4 and have created invitations using ACYMailing tags. The Survey Key table is loaded with the Keys but when key status gets updated to complete (response number addded and response_status 1) the userid is reset to zero and the survey responses are all loaded as Guest. It would be useful if a record were kept of user IDs and Tag Keys somewhere on Newsletter creation that was not overwritten so a reference can be maintained. Can you help me pls figure out why the userid is being cleared?   thanks Ian

    9 years ago

Powered by CjForum