Quote from: nate22 at Mar 11, 2008, 04:00 PMFor some reason, NewsEditor is grey (unpublished) and will not turn black no matter how many times I publish it.
I don’t know which manager theme you’re using (probably MODx Light), in which case publishing a document will turn its title in the document tree from italic grey to normal grey (a little darker) if you did not tick the show in menu flag in document properties that’s why it doesn’t turn black
Quote from: nate22 at Mar 11, 2008, 04:28 PMI added NewsFolder to the menu so it will display and I see that some crap is happening, but It is exactly like any other editable content. There is nothing special about it that I can see...
Need the ability to add records, not just edit what’s already there.
Heck, NewsManager is probably not the easiest solution... NewsPublisher or FrontendDocumentManager might be easier (not to mention more recent).
Nevertheless, I think you missed something important here.
More probably than not, you’ll have to :
1) create a specific template for your news items
2) insert this snippet call before or after your content in the template you just created : [!NewsManager &folder=`7` &editformid=`[*id*]`!]
Read again the "documentation.html" in the snippet package => &editformid : document id used to modify an article ($_REQUEST[’editid’] will hold the id of the document to modify)
You can leave &postid alone in my opinion : the doc says "&postid document id to load after working with a news item. Default = current page". postid is used only to define where you’ll be redirected after posting.
Beware I never worked with NewsManager I might just be plain wrong !