Hi
I have some software installed by a third party and I am trying to update some elements
In a particular view I have added the following
'id' => array(
'html' => $user['user_id'],
),
and this works fine and displays the user ID as expected
Now how can I turn this into a hyperlink - iI have attempted to but keep failing - Im sure its about Syntax
Pointers appreciated
John B