A couple more feature requests

KAC

Joined: 2004-12-01
Posts: 164
Posted: Thu, 2004-12-02 20:44

It would be nice to be able to see how many times a specific picture has been downloaded.

Also to see "Who's logged on right now: xxxx, xxxx, xxxx, etc"

:D

 
volksport
volksport's picture

Joined: 2002-10-06
Posts: 239
Posted: Thu, 2004-12-02 21:42

I am actually in the middle of making a
who is online addition to the members module.

As for times downloaded, the "Views: xxx" should tell you that.

 
KAC

Joined: 2004-12-01
Posts: 164
Posted: Fri, 2004-12-03 00:42
volksport wrote:
I am actually in the middle of making a
who is online addition to the members module.

Are you? SWEET!

volksport wrote:
As for times downloaded, the "Views: xxx" should tell you that.

Well the Views:xxx tells you how many times someone looked at the pictures but it doesn't tell you how many times it was downloaded by the viewer. Am I right?

 
baschny
baschny's picture

Joined: 2003-01-04
Posts: 328
Posted: Fri, 2004-12-03 01:48

KAC, looking at an item assumes that the item has been downloaded. :) The view counter is now being incremented as items are downloaded, I think this was changed some weeks ago so now (alpha-4) you get the expected results.

 
fryfrog

Joined: 2002-10-30
Posts: 3236
Posted: Fri, 2004-12-03 04:40

I think he may mean how many times it was downloaded via the zip cart or something maybe? There really isn't any way to distinguish between someone right clicking and choosing "save image as" and a simple page request I don't think, but I suppose in theory it would be possible to track the number of times it was added to a cart?

 
baschny
baschny's picture

Joined: 2003-01-04
Posts: 328
Posted: Fri, 2004-12-03 13:25

fryfrog, a "added to cart" counter is something the cart-module can implement. Just replicate the view counter map, add code to count in cart, add a callback to getItemSummary in the module.inc and it will be displayed under each item. Wanna try to do it? ;)

 
KAC

Joined: 2004-12-01
Posts: 164
Posted: Fri, 2004-12-03 15:01
fryfrog wrote:
I think he may mean how many times it was downloaded via the zip cart or something

Yes, this is what I meant. Right now, viewing it doesn't mean they actually downloaded it.

I was thinking of using this to feature on the main page a "Most downloaded Picture" image.

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Fri, 2004-12-03 17:01

well, of course viewing it does mean they downloaded it (their browser did).. people can always save an image locally via the browser.. so counting add-to-carts or zip-cart-downloads would give a different count, but you can't get an accurate count of how often an image is saved to users' local systems because there are many ways to do that..