Gossamer Forum
Quote Reply
Comment Plugin wanted
I would like someone to quote on writing a "Comment" plugin that will do the following:

• Comments are added to db immediately (new table)
• No emails need to be sent whatsoever
• Registered Users and Visitors can leave comments
- If a logged-in User submits comment, ask for comment only.
- If a visitor adds a comment, must take Name/Email
• Maximum of x comments per link, oldest gets deleted when new is added
• Comments are editable/deletable by comment owner and link owner.

Database table would need the following fields:
comment_id - unique identifier
comment_link_id - link id that comment belongs to. (So comments can be listed for particular link)
link_owner - owner of the link (so owner of link can edit/delete comments)
comment_owner - Email address (or Username) of poster. Might be same as link_owner
visible_name - Name (or Username) of poster
comment - the actual comment

Edit/Delete links display for each comment. When clicked...
If logged in (and link_owner), display edit_comment form or confirm_delete
If not logged in, ask for email address and if input matches comment_owner email, allow edit/confirm delete.

I have been hacking "Reviews" to work as comments, by simply:
• Displaying different form fields on add_comment based on login status
• Using hidden form fields for the required fields, Rating, Subject, ByLine
• Deleting a bunch of stuff from sub _add_this_review in Review.pm.

Please quote on writting this plugin along with estimated completion time-frame.
I will have to write it myself if the price is more than say $200. In which case I might need some pointers :-)

Thank you,
Chris
RGB World, Inc. - Software & Web Development.
rgbworld.com
Subject Author Views Date
Thread Comment Plugin wanted rgbworld 22721 Apr 1, 2005, 6:38 PM
Thread Re: [rgbworld] Comment Plugin wanted
minesite 22468 Apr 1, 2005, 11:11 PM
Thread Re: [minesite] Comment Plugin wanted
webslicer 22449 Apr 2, 2005, 1:38 AM
Post Re: [webslicer] Comment Plugin wanted
minesite 22352 Apr 2, 2005, 1:56 AM
Thread Re: [rgbworld] Comment Plugin wanted
pugdog 22343 Apr 2, 2005, 7:52 AM
Thread Re: [pugdog] Comment Plugin wanted
rgbworld 22378 Apr 2, 2005, 10:22 AM
Thread Re: [rgbworld] Comment Plugin wanted
pugdog 22360 Apr 2, 2005, 9:57 PM
Post Re: [pugdog] Comment Plugin wanted
pugdog 22309 Apr 4, 2005, 12:41 AM
Thread Re: [rgbworld] Comment Plugin wanted
pugdog 22294 Apr 4, 2005, 8:07 PM
Thread Re: [pugdog] Comment Plugin wanted
pugdog 22303 Apr 5, 2005, 4:59 PM
Thread Re: [pugdog] Comment Plugin wanted
rgbworld 22239 Apr 6, 2005, 11:01 AM
Thread Re: [rgbworld] Comment Plugin wanted
pugdog 22205 Apr 7, 2005, 2:08 AM
Thread Re: [pugdog] Comment Plugin wanted
pugdog 22207 Apr 11, 2005, 2:06 PM
Thread Re: [pugdog] Comment Plugin wanted
pugdog 22151 Apr 20, 2005, 9:23 AM
Post Re: [pugdog] Comment Plugin wanted
sangiro 22096 May 22, 2005, 12:58 PM
Thread Re: [pugdog] Comment Plugin wanted
webslicer 22072 May 23, 2005, 4:05 PM
Thread Re: [webslicer] Comment Plugin wanted
pugdog 21785 Aug 16, 2006, 12:02 AM
Thread Re: [pugdog] Comment Plugin wanted
MJB 21198 Aug 4, 2009, 11:44 AM
Thread Re: [MJB] Comment Plugin wanted
pugdog 20804 Aug 5, 2010, 8:23 AM
Thread Re: [pugdog] Comment Plugin wanted
Payooo 6578 Aug 6, 2010, 7:13 AM
Post Re: [Payooo] Comment Plugin wanted
pugdog 6479 Aug 9, 2010, 12:55 AM
Post Re: [pugdog] Comment Plugin wanted
MJB 6325 Mar 15, 2011, 8:43 AM
Thread Re: [MJB] Comment Plugin wanted
Andy 20758 Aug 5, 2010, 8:29 AM
Thread Re: [Andy] Comment Plugin wanted
MJB 20791 Aug 5, 2010, 8:50 AM
Post Re: [MJB] Comment Plugin wanted
Andy 20671 Aug 5, 2010, 9:20 AM
Thread Re: [MJB] Comment Plugin wanted
Matthias70 20683 Aug 5, 2010, 11:06 AM
Post Re: [Matthias70] Comment Plugin wanted
MJB 6534 Aug 5, 2010, 11:58 AM
Thread Re: [Andy] Comment Plugin wanted
pugdog 6534 Aug 5, 2010, 11:57 PM
Thread Re: [pugdog] Comment Plugin wanted
Andy 6549 Aug 6, 2010, 12:06 AM
Thread Re: [Andy] Comment Plugin wanted
pugdog 6509 Aug 9, 2010, 12:54 AM
Post Re: [pugdog] Comment Plugin wanted
Andy 6479 Aug 9, 2010, 4:00 AM
Thread Re: [rgbworld] Comment Plugin wanted
rgbworld 22278 Apr 6, 2005, 11:32 AM
Post Re: [rgbworld] Comment Plugin wanted
ccunet 22242 Apr 6, 2005, 1:29 PM