Closed (fixed)
Project:
Simplenews
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2008 at 20:33 UTC
Updated:
1 Feb 2010 at 12:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
sutharsan commentedIt was removed in the conversion to 5.
Comment #2
AlexisWilke commentedSutharsan,
Did you remove it to avoid counting all the entries (i.e. make it faster) or because the system does not give the information by default?
I, too, would like to get that counter!
If it is a speed issue, I would suggest we add another tab named "Stats". A few other elements which, I think, would be neat are:
* Time & Date when the user last subscribed
* Time & Date when the user last unsubscribed
* How many emails were sent to the user using simplenews
What do you think? Would you apply such a patch?
Thank you.
Alexis Wilke
Comment #3
sutharsan commentedIt was removed (or not added) before I maintained the module. I can not tell you the reason.
Performance is not critical for the admin section. Yes, a patch would be accepted.
Last (un)subscribed is a welcome addition too. However maintaining unsubscribed users requires that a subscriber is not deleted when unsubscribed from the last newsletter (which currently is the case). When we maintain unsubscription, the mass import should not re-subscribe previously unsubscribed addresses.
Number of emails sent is the first of things I would like to see in a new simplenews_statistics module.
Comment #4
sutharsan commentedThe number of subscribers in on the Newsletter page: Home › Administer › Content management › Newsletters › Newsletters
Comment #5
alexandreracine commentedI saw that :) This is why I left it to minor :)
But for this issue, I refered to the numbers to the left of the email list at admin/content/simplenews/users
Comment #6
sutharsan commentedI don't have a 4.7 simplenews version, but I think you mean the number of newsletters a subscriber (email address) is subscribed to or the number of emails send to a subscriber address?
Comment #7
alexandreracine commentedYou lucky you! :) I still have my 4.7 on my test machine. It took me minimum one minute to find where was the correct menu in this old version! Wow D6 is simpler! :)
See attached file.
Comment #8
sutharsan commentedBut that's the subscriber ID. Why do you need this?
btw thanks for the the D6 complement :)
Comment #9
sutharsan commentedre-reading your initial request I understand you used this number to know the number of subscribers. But this number is (probably) just the ID, unsubscribed users and (initial) test users are also counted. I will not bring the subscriber id back to the interface. The work-around to get the subscriber id is to hover over the 'edit' link on the Subscription admin page (Home › Administer › Content management › Newsletters › Subscriptions) and you find the id in the url (e.g. admin/content/simplenews/users/edit/34).
I leave the issue open for (un)subscription time/date and number of emails sent.
Comment #10
AlexisWilke commentedSutharsan,
I agree that the if it is the ID it is useless. If it is just a line number, then it indicates the number of users when you go to the last page.
The ID could have "holes" if you delete a user.
Thank you.
Alexis Wilke
Comment #11
alexandreracine commentedNo, this is really a counter. Here are two files. Before deleting number 408 and after. Also, it is always showing 15 users per page. Well except in those screenshots since I went to the last page.
Comment #12
AlexisWilke commentedAlexandre,
Oui, c'est ce que je pensais. Un compteur de lignes.
A+
Alexis
Comment #13
alexandreracine commented>Oui, c'est ce que je pensais. Un compteur de lignes.
Correct.
Comment #14
sutharsan commentedIt is available in 6.x-2.x-branch.