How to display firstname in showlistings.tpl

Discussion in 'Technical Support' started by vertyal, Jul 5, 2009.

Thread Status:
Not open for further replies.
  1. vertyal Customer

    Hi!

    I am trying to display the full name of the owners of the listings on the category.php page, so I added the following line to the showlistings.tpl page:

    <td{if $entry.class<>""} class="{$entry.class}"{/if}>{$entry.lastname} {$entry.firstname}</td>

    However, for some reason, the above solution does not work. :mad: If I replace the above with the following lines instead:

    <td{if $entry.class<>""} class="{$entry.class}"{/if}>{$entry.username}</td>

    then it displays the username perfectly.

    Any idea, why the full name does not work correctly?

    Thank you!
    Vert
  2. seymourjames All Hands On Deck

Thread Status:
Not open for further replies.

Share This Page