Support Tickets - user logged

user logged

Live Chat 19.04.2016 2350 Support Status: Closed Solution: Yes endy300


whether it is a button to add a variable user logged in to the client had immediately set the name you see the administrator?
e.g:
/index.php?p=start&user=mail@mail.pl;lang=pl&slide=2
or in some other way?


Replies (3)

  • avatar Jerome

    Thank you for opening a support ticket.

    With the quickstart (no login) option that is not possible at this moment.

    We have added your suggestion on our list and hopefully it will be available within the next release.

    19.04.2016 0
  • avatar endy300

    I worked it out in a trivial way
    It may not be pretty but it works - I am presenting to others :)
    I give the log:

    setcookie ('mailchat' $email_chat, time () + 3600 * 24);

    and then in language file:

    $jkl['g51'] = filter_var($jkl['g51'], FILTER_SANITIZE_STRING);
    if (isset($_COOKIE['mailchat'])) $jkl['g51'] = $_COOKIE['mailchat'];

    That change would apply in the quickstart.php file on line 163.

    19.04.2016 0
  • avatar Jerome

    I have edited your code to make it simpler and shorter and it would be added into the quickstart.php

    19.04.2016 0