Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter jimme595

    (@jimme595)

    I get this error:

    Parse error: syntax error, unexpected ‘[‘ in /wordpress/wp-content/plugins/dooodl/includes/handlers.php on line 78

    Plugin Author noCreativity

    (@nocreativity)

    Looking into it as we speak… Keep you posted.

    Plugin Author noCreativity

    (@nocreativity)

    Found the cause of this error. Turned out to be a code style issue that was only on older versions of PHP. Fixed in 2.0.9 and has been commited to the WordPress repo’s. Update should pop up in the next couple of minutes. Let me know if anything else comes up ??

    Thread Starter jimme595

    (@jimme595)

    Nice one, new version works well ??

    Thread Starter jimme595

    (@jimme595)

    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

    Options around all the items mentioned by jimme595 would be useful features in the future.

    Thread Starter jimme595

    (@jimme595)

    I guess limiting users to 1 like is trickier if they aren’t always logged in users like on my site.

    Plugin Author noCreativity

    (@nocreativity)

    Yup, those seem like interesting features. They go on the list.
    I will however focust first ont he quality of all features (responsiveness, code structure, workflow, etc).

    This will not be a feature that will come with a first release, I’m afraid ??

    Thread Starter jimme595

    (@jimme595)

    Cool, I reckon one for the pipeline should be a sort of storyboard type layout where you can create a series of dooodls and save them as an animated gif! That would be really cool! I’m just putting it out there…

    Hello. Just wondering if there has been any progress on an update. jimme595 if you pick up this reply I was wondering if you’d be willing to share the changed version you made?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘2.0.8’ is closed to new replies.