1

Topic: Latest_visitors by gender

Is this posibble?

Show latest visitors by gender?  maybe 1 section for men  and other for woman?

How can i add latest visitors in a new or custom page?
How to change the style to show latest visitors?  if i put latest show me the 6 , but if i put more it shows in a 1 line
How to put latest by order  eg:

latest member     latest member    latest member     latest member

latest member     latest member    latest member     latest member

latest member     latest member    latest member     latest member

latest member     latest member    latest member     latest member

thanks...

2

Re: Latest_visitors by gender

yes, it is 
just have a different call for each gender you want do display [in your homepage.tpl ]

for example:
{latest_visitors:gender="1",limit=4,pictures=1,cache_time=10,cache_name="female"}-----> show women
{latest_visitors:gender="2",limit=4,pictures=1,cache_time=10,cache_name="male"}-----> show men

will display
4 latest visitors [ women ]
4 latest visitors [men ]

Last edited by seeme101 (2008-04-10 18:12:35)

Not only am I a Staff member,  I'm also a Client

3

Re: Latest_visitors by gender

can the similar be done, but without photo display, just useername & link, as user1 | user2 | user 3 | user 4 | ?

4

Re: Latest_visitors by gender

yes,
that would require you to make changes to the current extension or make a new extension

To make a new extension:
copy and rename the ext.php and the ext.tpl

modify (hack) the renamed ext.php and ext.tpl
to display and/ or do what you want it to do

To oversimplify things

Last edited by seeme101 (2008-04-13 15:14:23)

Not only am I a Staff member,  I'm also a Client

5

Re: Latest_visitors by gender

Thanks, if you can give me idea of script for such new extension I would be very greateful

6

Re: Latest_visitors by gender

yes,
*****Note: this is kind-of advanced and you should know a little about PHP and HTML****

that would require you to [make changes] to a [current] extension to make a new extension

copy and rename the extension you want to modify
as in, an extension you already have,
e.g.  ext.latest_visitors.php and ext.latest_visitors.tpl

modify the renamed extensions
ext.new_latest_visitors.php and ext.new_latest_visitors.tpl
to display and/ or do what you want it to do

upload the new extension files
place the new extension PHP calls on the pages you want

*****Note: this is kind-of advanced and you should know a little about PHP and HTML****

Last edited by seeme101 (2008-04-13 17:15:22)

Not only am I a Staff member,  I'm also a Client