I think I understand, every Extra should be customizable I would think, but what do you want to put in the tv? Or in the space you want to make in the grid?
Oh, so you want perhaps the id number of the article, so they can click it and edit? That function isn't available?
Ok so I think we have perhaps two steps.
One, make a tv that saves a value for that article. This could be a posthook of the Articles creation function perhaps. On creating a new article then the tv would save the value ([[previous tv value]] +1).
You have to be careful when to fire it, depending on your needs. If it fires on new article creation, then if that article is deleted it could screw up consecutive numbering. Maybe that doesn't matter, you could still sort them in order by number.
Also if you fire on publication then you would just get the list same as publish date which doesn't seem useful.
So anyway fire it to connect the number with the article.
Further, it seems to me you could build the tv to grab the link to the contents of that article. Does each article get a normal id in Modx? If so it would just be the id number (as a link).
Then, you could view a page with the tv output and see your list of articles with links, I think its not a big problem to get the links right there. Is that all the data you want to connect?
Getting the tv output in the Articles manager is a different task.
[ed. note: nuan88 last edited this post 5 years, 11 months ago.]
yes that looks good, i think you can, give it a go!!
What’s the steps to make the custom tv show up in article overview/manager section is my question?
Thank you