Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

RE: Give Maintainer Permissions to delete their own nodes?

by turnstep (Parson)
on Jun 11, 2000 at 16:16 UTC ( [id://17590]=note: print w/replies, xml ) Need Help??


in reply to Give Maintainer Permissions to delete their own nodes?

Perhaps, in addition to the much and often requested "empty post" logic check when submitting, it (the program) could also check for duplicate posts, by seeing if the content has changed at all from the previous post in the thread:

$Post = &MonkHasSubmittedPost; length($Post) or &ErrorScreen("Empty posts not allowed!"); $Post eq $PrevPost and &ErrorScreen("Duplicate post rejected");

You get the idea....

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://17590]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 05:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found