1
dmented
New members List Block
  • 2005/12/31 6:20

  • dmented

  • Just popping in

  • Posts: 16

  • Since: 2004/12/29


Is there a way to eliminate the join date from the block I just want to have just the users listed

Thanks

2
Watdehek
Re: New members List Block
  • 2005/12/31 8:56

  • Watdehek

  • Friend of XOOPS

  • Posts: 130

  • Since: 2005/2/21


Goto templates and edit the System -> system_block_newusers.html block.

Remove the <{$user.joindate}> tag.

That does the job.

3
FruityB
Re: New members List Block
  • 2005/12/31 14:56

  • FruityB

  • Not too shy to talk

  • Posts: 161

  • Since: 2005/5/19


Just like Watdehek said dmented,
should look like this:-
<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>
  <{/foreach}>
</
table>
http://www.fruitybids.2babe.com
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
My xoops server is focked! using this for now!

4
plusangel
Re: New members List Block
  • 2005/12/31 16:45

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


Take a look in xm-memberstats as well…

A great module from xoopsmalaysia
The official greek support site for xoops

5
dmented
Re: New members List Block
  • 2005/12/31 18:29

  • dmented

  • Just popping in

  • Posts: 16

  • Since: 2004/12/29


Thanks I will try That

6
dmented
Re: New members List Block
  • 2005/12/31 22:21

  • dmented

  • Just popping in

  • Posts: 16

  • Since: 2004/12/29


Is There A way to separate the new member blocks in to catagories. Here is what im trying to do My father has a Oldskool BMX site and he wants to have 205 members 3006 members etc

like

2005 Team Members
1 member
2 member
3 member
4 member
5 member

2006 Team Members
1 member
2 member
3 member
4 member
5 member

Like That

Thanks
Mike

7
-FireHorse-
Re: New members List Block

Is there an easy way to change the date format from say 2006/02/26 to 26/02/06 as this is stretching the width of my nav panel.

I tried changing the time() to date("d-m-y") but no luck, i think it is controlled by formattimestamp but cant find where to change it. Using XOOPS 2.2.4

cheers
FireHorse

8
-FireHorse-
Re: New members List Block

Bump

Anyone know how I can change this join date format?

I am surprised no one has commented about this, it really does occupy unnecessary space in the nav bar

cheers
FireHorse