Viewing 5 replies - 1 through 5 (of 5 total)
  • I followed your solution, i’ve created a small plugin, activated it but still show me the same warnings…. What i don’t understand is why in a local site it works whereas in the online site doesn’t it gives me warnigs

    Plugin Support angelo_nwl

    (@angelo_nwl)

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    1. if you’re copying a snippet from a class, replacing $this is inevitable

    2. we need to simplify the whole tutorial, there’s things I’d do differently now. that’s a good idea, although I’d hope people first read WP docs before trying to make changes in wp 🙂 : http://codex.wordpress.org/Writing_a_Plugin

    Thanks @marcus 🙂

    Thread Starter Daedalon

    (@daedalon)

    Marcus, quite so, telling these to users in the tutorial allows them to make the most out of EM with the least amount of site breakage time.

    Regarding the WP docs, I expect most EM users would create custom plugins only to augment the functionality of EM. Getting them up and running with the least amount of hassle will increase their happiness with EM, just like the “famous 5-minute setup” of WordPress has been a major contributor for the large and happy userbase of WordPress.

    After the user has their first EM customization plugin is up and running (a 5-minute task with appropriate instructions), it’s good to give them a link to more in-depth instructions so they can understand the proceedings in more depth. Having a working plugin first provides both a confidence boost and a bit of hands-on experience, which most of us will not learn without.

    As a personal experience when I tried to understand OO programming some ten years ago by reading tutorials and theoretical background it was of no use. I had no practical need for the solutions of OO, so the topic felt like a complicated overkill for my purposes. I’ve then gone on to learn most of what I know about OO through augmenting EM, because there always was a practical need and the solution was never far out of my reach. I had began with copy-paste plugins and modifying EM core to try things out, and I then read documentation and code bit by bit to solve any particular need at a time. If at any point I wouldn’t have been able to continue without reading an 8-page mammoth like the WP codex page, I would have been pursuing other things instead.

    EM has taken a better direction and has IIRC at maximum 2-3 page tutorials. Out of those most are already very neat, and when you rewrite the conditional placeholder one, and provide the helpers for using placeholders from EM, you’ve covered the one that we found in need of update the most.

    Of course it’s a bit silly for me to advocate this, as I’m hoping you’d update the recurrence system instead, but if updating that tutorial saves you time in support or increases your revenue allowing you to develop more efficiently, then this thread has been an excellent use of my time 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Expanding the tutorial for creating conditional placeholders’ is closed to new replies.