Forums / Developer / How to add the user information link for the author?
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?