1
erzon
New Members
  • 2005/2/3 14:58

  • erzon

  • Quite a regular

  • Posts: 211

  • Since: 2005/1/1 3


i just add the new members block on my site..

how can i made the new member will show their username and beside is their registration date the date when they join?

how can i do that? as of now my members only show their username and nothing more...

2
erzon
Re: New Members
  • 2005/2/4 10:48

  • erzon

  • Quite a regular

  • Posts: 211

  • Since: 2005/1/1 3


any help on this one?

3
Montisarts
Re: New Members
  • 2005/2/4 11:00

  • Montisarts

  • Not too shy to talk

  • Posts: 158

  • Since: 2003/1/26


Edit your system_block_newusers.html in your template set manager and change it to:

le="color: #000000"><?php <table cellspacing="1" class="outer"> <{foreach item=user from=$block.users}> <tr class="<{cycle values="even,odd"}>" valign="middle"> <td align="center"> <{if $user.avatar != ""}> <img src="<{$user.avatar}>" alt="" width="32" /><br /> <{/if}> <a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>"><{$user.name}></a> </tr> <{/foreach}> </table>


(I removed the joindate)

greetz Frank

4
jdseymour
Re: New Members

Mine does it by default. Check your template and make sure that this is in it:

Quote:
<td align="center"><{$user.joindate}></td>

Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits