It’s working well now, the only thing is the email notification of new dooodls isn’t working but I think you know that – all the code is commented out for that feature!
I’ve made some changes such as passing the user id in to the post author field when the post is saved… I realise i’m using the plugin differently to its intended use whereby random visitors can post dooodls but it works really well in a community setting if the post id is set to the id of the user as then the posts can be called on to users profiles etc with get_posts(). Another thing is i’ve changed lots of the input fields on the save dooodl screen to hidden as for my purpose (and I saw someone else said they weren’t too keen on this) it’s too much information to ask for on the save screen. Anyway just thought I’d let you know how I’m using it and that it’s gone down well with the members on my site!
Oh and I’ve also added a function so users can ‘like’ each others dooodls, this creates 2 postmeta records, one called ‘likes’ that records the number of likes and one called ‘liked_by’ that records the user_id of whoever liked the post so they can only like it once. Again more of a community type feature.
Jim