Copy link to clipboard
Copied
Visitors to my website will be able to post information and upload photos. At the same time I would like for them to be able to delete or edit their information. Does anyone know how I would do this?
Thank you.
Copy link to clipboard
Copied
Your question is quite vague. Without more specifics, all I can tell you is this:
Once logged in you can execute a query that returns database rows associated with that user. The user can click on a result row and then have the option to update or delete the row. You can use DW master/detail and update behaviors for much of this. You'll probably need to write custom code too.
Copy link to clipboard
Copied
Sorry for being so vague. My website is go to function very similar to Craigslist. So I want visitors to be able to log in and edit or delete their postings. I'm not sure where to start. I would like for visitors to sign in and see their postings so that they can edit and/or delete them. I'm not sure where to start. Do I have to create an edit/delete page? I used a tutorial before that taught me how to create a delete page but it was for administrators. http://www.adobe.com/devnet-archive/archive/dreamweaver/cs4/first_dynamic_site_pt3_05.html Would I follow this to allow visitors to edit/delete their posts? If so, how do I modify this so that they can edit/delete their posts only?