Topic: snakepending
RDR02
avatar
Pizzaman
Pizzaman
Posts: 45

Posted:
Feb 05, 2005

Is there a plugin for the snakepending block to show pending membership approval ?
Chestnut
avatar
Site Admin
Posts: 1320

Posted:
Feb 05, 2005

Never used snakepending so I admit I have no idea !
:(


Chestnut ! Cool
Site Admin
RDR02
avatar
Pizzaman
Pizzaman
Posts: 45

Posted:
Feb 05, 2005

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
avatar
Site Admin
Posts: 1320

Posted:
Feb 05, 2005

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... icon_lol


Chestnut ! Cool
Site Admin
RDR02
avatar
Pizzaman
Pizzaman
Posts: 45

Posted:
Feb 05, 2005

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
avatar
Site Admin
Posts: 1320

Posted:
Feb 05, 2005

Code
  1. "SELECT count(1) FROM nuke_users_modrequest WHERE pn_uadd='1'"
  2.  


admin.php?module=NS-User&op=ListUAddRequest

Chestnut ! Cool
Site Admin