Forums / Developer / How to add the user information link for the author?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

How to add the user information link for the author?

Author Message

zfirst zlast

Wednesday 15 October 2008 8:48:39 pm

Hi everyone,

I want to add a link to author of articles, when people click this link, it could take them to a new page to view this author's biography. And i know the link should be like this:

<public_site_url>/Users/<group>/<firstname>-<lastname>

Then i found the following codes:

{foreach $attribute.content.author_list as $author}
{$author.name|wash( xhtml )}{delimiter}, {/delimiter}
{/foreach}

so the problem is how could i get the "group" of this author( maybe i should get the firstname and lastname of this author too )? Do i have to modify the codes in kernel or anybody who have experience about this can help me?