Hi Krileon,
Sorry about this. I ended out using the onAfterBackendUsersList when i found the other code, but forgot to write it.
Indeed onAfterBackendUsersList should work if the code action is configured properly as it will cause a return/echo (if configured to do so)
This is exactly the conclusion I had reached the first time. But what is properly configured? Could you give me at least one example of some working code then I should be able to figure out the rest by my self. Even doing something simple as:
$test = \"testing\";
return $test
is returning a empty array if using php eval and giving me the following error when trying php function:
Parse error: syntax error, unexpected '"', expecting T_STRING in /public_html/components/com_comprofiler/plugin/user/plug_cbautoactions/models/code.php(38) : runtime-created function on line 1
Fatal error: Function name must be a string in /public_html/components/com_comprofiler/plugin/user/plug_cbautoactions/models/code.php on line 39
Best regards
Tobias
PS: I have written around 10 joomla component by my self so no need for assistance on the debugging...