Not working ActiveUser.id January 24, 2019, 10:38:23 AM Text field :ActiveUser.id is not working in Add PageParse error: syntax error, unexpected 'id' (T_STRING), expecting ',' or ')' in C:\xampp\htdocs\mymm\app\views\partials\education\my_education.php on line 56 Quote Selected Last Edit: January 24, 2019, 10:48:20 AM by arun
Re: Not working ActiveUser.id Reply #1 – January 25, 2019, 02:51:51 AM please anybody help me how to get there ACTIVE USER ID Quote Selected
Re: Not working ActiveUser.id Reply #2 – January 25, 2019, 03:47:38 AM This is a new bug introduced with the latest release.Please use <?php echo USER_ID ?>Here are other user fields record you can use for setting default value in a textbox.USER_NAMEUSER_EMAILUSER_PHOTOUSER_ROLE Quote Selected
Re: Not working ActiveUser.id Reply #3 – February 13, 2019, 06:42:55 PM Do you have an ETA on a bug fix for this issue? Even if it is only 2.4.2 or something? Quote Selected
Re: Not working ActiveUser.id Reply #4 – February 22, 2019, 03:42:57 PM HiI had maybe the same, maybe a similar problem.Solves like this: I added the field which needs to have the user_id later in ADD / EDIT forms (mark checkbox, that the field is shown), bit then display as NONE and set the USER_ID there as default.Also make sure, you have configured phprad to actually use authentication - as this is where you define the user id which seems to be used later for this purpose.Olaf(working with vue 2.62) Quote Selected