hi, how can show in EDIT, the cagory of the entrie, that is very usseful, any plugin? see the fake photoshop (in red) screenshot attach
thanks
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
September 16, 2010 1:25pm
Subscribe [2]#1 / Sep 16, 2010 1:25pm
hi, how can show in EDIT, the cagory of the entrie, that is very usseful, any plugin? see the fake photoshop (in red) screenshot attach
thanks
#2 / Sep 16, 2010 10:54pm
That is not possible out of the box, Bmovie. It would require a custom add-on. You might check over at Devot-ee to see if one exists.
#3 / Sep 16, 2010 11:23pm
thanks Lisa! mmm I try to check, any tip of how search it? mmm “show category in edit list” or something like that, well thanks 😊
#4 / Sep 16, 2010 11:57pm
I sent an email, but thought I’d post here as well in case anyone else needs a head start.
I wrote an add-on (extension) called “MD Show Expired” which added a column to the Edit list that displays the expiration information (I also did one called Weegee that puts images there). See:
http://devot-ee.com/add-ons/md-show-expired/
http://masugadesign.com/the-lab/scripts/md-show-expired/
http://github.com/mdesign/md.show_expired.ee_addon
http://devot-ee.com/add-ons/weegee/
http://masugadesign.com/the-lab/scripts/weegee/
http://github.com/mdesign/md.weegee.ee_addon
You could use either of those as the base. You would just want to query for the entries’ categories instead. The two key hooks in use are edit_entries_additional_tableheader and edit_entries_additional_celldata.
I did a quick search on devot:ee to see that there are actually 14 add-ons that use these hooks, so there are plenty of examples to choose from. See: http://devot-ee.com/hooks/ee/edit_entries_additional_tableheader/
#5 / Sep 17, 2010 12:04am
Ryan, I got the point, I try it 😉 really thank you!
#6 / Sep 17, 2010 10:43am
Glad to see you have a few options. Please post again as needed.