#URL_AUTEUR

#URL_AUTEUR displays the URL address for the spip.php?auteurxxx page.

  • New in : SPIP 1.0

When used in an AUTEURS loop, #URL_AUTEUR displays the address of the author’s page: spip.php?auteurxxx (where xxx is the author’s identifying number).

Example of an AUTEURS loop, which when nested inside an ARTICLES loop, displays the name of the author of the article with a link to the author’s page:

<BOUCLE_authors_article(AUTEURS){id_article}>
	<a href="#URL_AUTEUR">#NOM</a>
</BOUCLE_authors_article>

Example of the AUTEURS loop which displays the logo of the author, left-aligned and accompanied by a link to the author’s page:

<BOUCLE_author(AUTEURS){id_auteur}>
	[(#LOGO_AUTEUR{#URL_AUTEUR,left})]
</BOUCLE_author>

See also

To return a connected author to his page, use the #URL_PAGE tag. Example

[<a href='(#URL_PAGE{auteur,id_auteur=#SESSION{id_auteur}})'>Ma page</a>]

Author Mark, squirrel Published : Updated : 08/07/23

Translations : català, English, Español, français, Nederlands