| Author |
Message |
razor New Member


Joined: Oct 14, 2005 Posts: 19
|
Posted:
Fri Oct 14, 2005 1:35 am |
|
does anyone have or know where i could get a block that will list all the subscribers only on my site?
(i use platinum 7.6.0) thanks in advance! |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15057 Location: Kansas
|
Posted:
Tue Oct 18, 2005 8:36 am |
|
Do you mean similar to like listing members on line in a block like my User Info block? |
|
|
|
 |
razor New Member


Joined: Oct 14, 2005 Posts: 19
|
Posted:
Tue Oct 18, 2005 7:48 pm |
|
Yeah i'd like it to show a complete list of all of the subscribers and then like a little .gif pic to show if there online... It can be integrated in the user info block or in its own individual block, doesn't really matter to me lol. |
|
|
|
 |
CodyG PHP-Portal Project

Joined: Jan 02, 2003 Posts: 583 Location: Vancouver Island
|
Posted:
Tue Oct 18, 2005 10:21 pm |
|
A subscribers block is a great idea! On one of my sites, for a non-profit, I've set up some modules for the board of directors only. As I'm using CZ Modules on that site I can't also use NSN Groups, atm. So I've resorted to using the subscriber function to solve the for Board Only module problem. The thing is, I have to go searching into each individual account to see if I've subscribed the right nickname. It's a pain. A block would be great idea. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15057 Location: Kansas
|
Posted:
Tue Oct 18, 2005 11:04 pm |
|
I realize that not everyone is a programmer, but don't you have enough to work with by just looking at the code for my userInfo block and modifying the code that pulls registered users to pull subscribed users? |
|
|
|
 |
CodyG PHP-Portal Project

Joined: Jan 02, 2003 Posts: 583 Location: Vancouver Island
|
Posted:
Wed Oct 19, 2005 7:23 am |
|
$sql = 'SELECT * FROM `nuke_subscriptions`';
hmm... not I, at least I don't think so. The nuke subscriptions table I'm looking at only has user id, not the user name. And by the way, it only has records for those users who I have set to have an expired subscription date, not all subscribers. Unless I'm looking at the wrong table ..... |
|
|
|
 |
|
|
|
|