| Author |
Message |
RDR02
Joined: Jul 11, 2004
Posts: 45
Location: New Jersey
Status: Offline
|
  Posted:
Feb 05, 2005 - 05:18 AM |
|
Is there a plugin for the snakepending block to show pending membership approval ? |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Feb 05, 2005 - 11:49 AM |
|
Never used snakepending so I admit I have no idea !
 |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
RDR02
Joined: Jul 11, 2004
Posts: 45
Location: New Jersey
Status: Offline
|
  Posted:
Feb 05, 2005 - 02:54 PM |
|
That stinks ..... It shows everything else except that . O well .......
BTW I heard that snakepending is supposed to be incooperated into the .8 release have you heard anything about it . |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Feb 05, 2005 - 04:14 PM |
|
Nope... but I guess it is very possible.
If it is only a plugin that is needed, why not create it ? You copy an existing plugin, rename it and chage things here and there so it gets the information...
... ... or it is more complicated than I think...  |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
RDR02
Joined: Jul 11, 2004
Posts: 45
Location: New Jersey
Status: Offline
|
  Posted:
Feb 05, 2005 - 05:28 PM |
|
I think its more complicated then a plugin. Here is one line of an entry.
Referers admin.php?module=NS-Referers&op=main SELECT count(*) FROM nuke_referer Edit | Delete
Select count is pointing to an sql command to show some information . This command is pointing to the referers page. What is the url link and sql command for checking to see if you have a membership waiting approval.
here is an enrty to show registered users
reg. User modules.php?op=modload&name=Members_List&file=index SELECT count(*) FROM nuke_users |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Feb 05, 2005 - 06:34 PM |
|
| Code: |
"SELECT count(1) FROM nuke_users_modrequest WHERE pn_uadd='1'"
|
admin.php?module=NS-User&op=ListUAddRequest |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
|
|
| |