• At long last, it’s finally ready for an initial release. Announcing the Enhanced Views plugin for WordPress. This plugin replaces the original Posts and Pages functionality in the WordPress administration interface with new versions that include increased functionality, including:

    * Paging through posts with easy-to-use Next and Previous page links as well as links to individual page numbers.
    * Easily selectable number of posts per page.
    * Browsing by Category, Author, and Date.
    * Sorting by selectable columns.

    This version is an alpha version which does not replace the Pages functionality. That functionality will come in a follow-on release. If you want it, go get it.

Viewing 11 replies - 16 through 26 (of 26 total)
  • Thread Starter ColdForged

    (@coldforged)

    A query for you people interested in this functionality:

    I’m limited in a lot of ways by making this plugin strictly a plugin. I have to pull a lot of Javascript magic that, frankly, breaks in various mysterious ways in many environments. There’s been talk that “this is the way it should work in the core WordPress code” and I somewhat agree, but I’ve never gotten a definitive answer on how best to introduce functionality into the code base. The first time I asked was when I had my “paged comment editing” idea and the only response I got was from someone who recommended I make a plugin out of it and the rest fell into place.

    So, I’ve been making these enhancements into plugins. In this case it’s less than optimum: I have to use Javascript which has limitations, I’m hampered by the core code’s dependence on the real loop for generating the post list so I can’t control all possibilities (e.g. order by post ID), by the time the plugin has a go at the query it’s all done, so if you’ve, for instance, paged past the end of something in a query I have to have an ugly “refresh to get posts” link instead of being able to correct it beforehand, etc.

    Here’s my query: would there be interest in a version of the “plugin” that did more, did it better (read: without Javascript), but did it slightly outside the scope of a plugin? Meaning, you’d have to add a file to the wp-admin hierarchy. Note, disabling the plugin and getting back to the core installation would still be a matter of deactivating the plugin, the core files still wouldn’t change. This would merely be adding one to the list.

    That would be perfect. A plugin to me is just adding files and activating, not dictating where the plugins have to be installed or even how many files have to be installed. The key thing is that core code is not changed. If you can do that, GO FOR IT! ??

    Ditto philpeeps. I rather abhor js…. I will use it if it provides a particular functionality I can’t get any other way, but if you can do this without it, PLEASE do so!

    Me three!

    Must have missed this when it was announced. Installed[1], activated, works nicely. Any enhancements would be gratefully accepted, and I’d be quite happy with files going in wp-admin.

    Nice work, really is an improvement to the interface. Thanks ??

    [1] Small suggestion: have the images directory going in “plugins” rather than in “wp-content”. I think this is tidier and makes it easier to keep track of where the support files for plugins live. It also makes it easier to extract the files from a zip into a folder whose contents can be uploaded in one operation.

    Thread Starter ColdForged

    (@coldforged)

    have the images directory going in “plugins” rather than in “wp-content”.

    I agree in spirit, but if I want to be One-Click install compatible with the WPPM this is the way it is.

    As an update to the “how would you feel about an enhanced version that requires a file in wp-admin” I just wanted to say that I’m punting on it. It’s simply not possible to only add a file to replace the “Manage Posts” functionality because it is a parent menu. All of the files that are submenus would have to change as well.

    So where does that leave us? The plugin will obviously exist. I may update it depending on need and further feature development. What I will also do is simply write a complete replacement file for the base edit.php. I’ll then submit it for possible inclusion into the code base and leave it up to Matt and Ryan whether it gets in or not. I figure that’s the only way to get a truly clean install. Less glory that way, but this is open source development, isn’t it? ??

    Thanks for the update. Just getting ready to mess with it now, I’ll take it with the js and hope it gets sorted without it later. Thanks CF- you’re a prince!

    And that was probably the slickest install I ever did anywhere. Works first time OOB without one hitch, glitch, or idiocy. Thanks again!

    Thread Starter ColdForged

    (@coldforged)

    Awesome news, that’s what I like to hear on the weekend :).

    Has anyone set up something like this plugin for use on the main page? I’m setting up a collaborative blog and I’d like viewers to be able to search by author and category simulataneously. The hack I’m using at the moment is just to include the authors as categories, but that only allows searching either for author or category.

    Is there a better way to search by author that’s already out there?

    Thanks,

    =D

    Anyone looking for this plugin should now refer to this page:

    https://dev.wp-plugins.org/browser/enhanced-views/trunk/

Viewing 11 replies - 16 through 26 (of 26 total)
  • The topic ‘[ANN] Enhanced Views plugin’ is closed to new replies.