• I haven’t seen a plugin for WordPress for this, but I wanted to maintain a list of things (like books I’m reading/recently read, music I’m listing to, films I’ve seen recently) on my WP.
    So, last night, I chucked this together. It’s 0.1alpha (and my first plugin!) but it should work. It has easy installation (2 files), one-click table auto-construction and a WP-themed admin interface which can be accessed via the plugins page. Requires permission level 8 to add/edit/delete items.
    Comments, bug reports, etc. most graciously received.
    P.S. While writing this I did notice a lack of plugin installation hooks… 😉

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter blu_matt

    (@blu_matt)

    Oh yeah, tried and tested with WP 1.2.1. As with all these things, YMMV…

    Many thanks, I’ve been looking for a plugin like this for the last week but everything else has been far too complex and over the top for what I wanted to achieve – this is just perfect!
    One thing, something probably really simple to do but it’s not clicked in my head. I’d like the Currently Reading and Recently Read headers to be actually formatted as headers.
    My Site
    As you can see, the headers are too small and don’t match with the rest of the sidebar. I’d like to be able to format them the same as the others, which is as h2.
    Once again, thanks for the plugin!

    Thread Starter blu_matt

    (@blu_matt)

    I was planning on adding an optional parameter to the constructor to choose how the lists were laid out, e.g. $my_stuff = new my_stuff("h2"); to make the headers as h2 and the lists as normal lists.
    As for your second post, the list won’t validate because the second embedded UL element has no LI elements (i.e. no list items)
    I’ll put this on the to-do list. 🙂

    Ahh, makes sense – I guess I’ll just have to finish reading something to fill that read list!
    Thanks for the response and, once again, thanks for the plugin 🙂

    Thread Starter blu_matt

    (@blu_matt)

    You could always put today’s newspaper 😉

    Thread Starter blu_matt

    (@blu_matt)

    Version 0.2 has now been released. Get it here.
    Comments, bug reports, suggestions welcome.

    After putting the files and in their correct directories, clicing Activate and whatnot, I went to click on “install the table” link, and got a 404. But as I saw on a comment on your site, I changed the URL in the titlebar to the correct path, and I got this instead:

    Database error: [Table ‘litaloo_wordpress.wp_mystuff’ doesn’t exist]
    SHOW COLUMNS FROM wp_mystuff LIKE ‘stuff_url’;

    Warning: Cannot modify header information – headers already sent by (output started at /home/litaloo/public_html/wordpress/wp-includes/wp-db.php:80) in /home/litaloo/public_html/wordpress/wp-admin/mystuff.php on line 137

    A little help please? TIA

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Announce: “MyStuff” list maintainer plugin’ is closed to new replies.