Quote:
Originally Posted by iguta
Thanks for the response. Perhaps the work you did is more than I need. What i would like to do is allow contributors to edit their own articles, i.e. meaning not see other peoples articles in the article list. Would employing your work achieve this goal?
Regards.
|
iguta,
I had the concept of a 'homepage' table and had inserted the homepageid as a FK into the articles table. you could perhaps create a similar type of relationship and then examine the logged in user and only allow an edit if they are the UserID on the article.
something along those lines anyway...