Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to Overview Page (edit.php) #21

Closed
mmalta opened this issue Aug 11, 2011 · 5 comments
Closed

Add to Overview Page (edit.php) #21

mmalta opened this issue Aug 11, 2011 · 5 comments

Comments

@mmalta
Copy link

mmalta commented Aug 11, 2011

Here is an excellent snippet from Yoast:
http://yoast.com/custom-post-type-snippets/

I used this in my functions.php to show information from the post in the admin area.
You can see a sample here http://cl.ly/3S0U432p0o3h2j2j0M0l

This seems like something rather simple you could implement or give an option for? Thanks!

@MarcusDalgren
Copy link

I don't think that this is all that easy if you want to implement it dynamically with settings etc.
They're all doable but I think it'll be some work to get it done well.

I'll start a feature branch for it and see how far I get.

@mmalta
Copy link
Author

mmalta commented Aug 12, 2011

Excellent, look forward to seeing what you find.

At the very least you could add the "organize by taxonomy" snippet, it works across the board.

@mmalta mmalta closed this as completed Aug 12, 2011
@mmalta mmalta reopened this Aug 12, 2011
@MarcusDalgren
Copy link

So let's start with the organize taxonomy snippet as an example for why this isn't simple.
Now you're right, if we just took that snippet and put it in the plugin then it would be pretty simple, but if you look at this page: http://codex.wordpress.org/Function_Reference/wp_dropdown_categories

You'll see that there's alot more to that function than just what's in the snippet. Ideally the plugin would offer a UI for you so you can set all these options, not just on a global level but on a custom post type - taxonomy level as well. Suddenly we're looking at a pretty large pile of work to implement this properly as a plugin.

When suggesting features like this you can't think only of your specific scenario, there has to be a bigger picture that justifies the functionality not just for you but for alot of other people as well. Now I'm not saying that the suggested features (if extended to a more generic implementation) are a bad idea, quite the reverse. I think that these features properly implemented would be awesome but I really want to push the point home that this isn't about copying code from a couple of snippets and putting them in a plugin, it's alot of work.

Now if you want that simple solution then nothing is stopping you from forking the project here on Github and rolling your own. Like I said I will probably be tackling this but I think it's a pretty big piece of work and it should be treated/respected as such.

@mmalta
Copy link
Author

mmalta commented Aug 12, 2011

Of course, I'm just trying to give a starting point from a user point-of-view. I can dable in plugins and functions but I'm no hardcore developer.

I do respect that you're even looking into this. Thank your checking this out :)

@hunk
Copy link
Member

hunk commented Aug 27, 2016

I'm cleaning the issues if you still have this problem reopen the issue. thanks

@hunk hunk closed this as completed Aug 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants