Hi,
I have another question
I can’t get the occupation of a comment’s author to be displayed…
I have a single entry page with that code in it:
<div id="avis">
{exp:comment:entries weblog="{albums}" limit="25"}
<div class="commentaire {switch='impair|pair'}">
<div class="commentaire_details">
<ul>
<li class="auteur">{author}</li>
<li class="occupation">{occupation}</li>
<li class="signature">{signature}</li>
<li class="commentaire_date">{comment_date format='%d %F %y'}</li>
</ul>
</div>
<div class="commentaire_texte">
{comment}
</div>
</div>
{/exp:comment:entries}
</div>
author, signature, date work well, but the members’ occupations are always {occupation} with the curly brackets…
Is there a preference to turn on to use the {occupation} tag?
Thanks in advance for your help and your time.
