Gossamer Forum
Home : Products : DBMan : Customization :

Delete from link and delete all

Quote Reply
Delete from link and delete all
Hi Everybody

Anybody knows how to do that?

I'm trying to set up a link called "delete user" that would link to the dbman procedure that delete a username and password from the pass file, so that I can delete a user directly from the "View All" listing (in admin mode). By passing the userid and "Delete", it should delete it from the pass file. How can I do that? In other words, what are the parameters I need to pass to db.cgi in order to do that?

Also, how could I have a "Delete All" function, which would already pre-check all the check boxes so that I simply need to press the "Delete" button, without having to check 100 or more boxes for example. I would like to keep the 2 possibilities: boxes unchecked and boxes all checked. It might be easier to create a new delete function modified from the "normal" delete function, rather than including both functions in it. I don't know...How can I do that?

Thanks!


[This message has been edited by Arthur (edited September 20, 1999).]