As best I can tell, there is no way (in a default install) to allow frontend users to EDIT existing News articles that they previously submitted. They can submit NEW articles, but cannot edit existing ones. To edit articles, one must be a backend user with the appropriate permissions. Is this correct?
Assuming this is correct, has anyone developed a method for enabling frontend editing of News articles?
I'm envisioning an extra parameter for the News module, such as
[News action="fe_edit"}
By default, this would bring up a hyperlinked list of all articles (expired and non-expired) written by the logged-in frontend user. The user would then click one of the articles to get an edit screen (preferably built from a user-definable template), where he could make and save the desired changes.
The new parameter could also be used in conjunction with other existing News parameters (like {News action="fe_edit" articleid="113"}.
Any thoughts on this? I'll post in the commercial forum if no one has already been down this road.
Allowing front-end editing of existing News articles
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Allowing front-end editing of existing News articles
Your correct.As best I can tell, there is no way (in a default install) to allow frontend users to EDIT existing News articles that they previously submitted. They can submit NEW articles, but cannot edit existing ones. To edit articles, one must be a backend user with the appropriate permissions. Is this correct?
This would have to be a 'project'... not sure if I'd do it in the News module, or as a seperate module though... probably in the News module I guess.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Allowing front-end editing of existing News articles
Has there been any progression on possibilities for editing news articles in front-end modus?
Re: Allowing front-end editing of existing News articles
I'm also interrested by the answer...