• Hello all,

    I am a wordpress developer trying to extend/modify courseware.
    I’ve spent the last few days trawling the internet and had a good tinker with the code in the courseware plugin. I’m finding it difficult to extend using the extensive list of hooks and filters it uses. Is anyone aware of some good documentation of this nature with a reasonably thorough list of hooks/filters etc and an explanation for each?

    Thanks

    http://wordpress.org/extend/plugins/buddypress-courseware/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author S

    (@sushkov)

    There’s no API documentation for BuddyPress Courseware mainly because lack of motivation.

    If I can help you in one or another way, please let me know. Searching through the codebase I found like 40 calls to do_action and another 30 calls to apply_filters (a lot of them repeating). Action and filter names are very human friendly, so there should be no issues understanding where it applies.

    Thread Starter bakedbean

    (@bakedbean)

    Thanks. To be honest I’m a bit of a wordpress noob and i’m struggling with the filters / actions thing at the moment although I’m sure I’ll get the hang of it. I want to display the dashboard screen under the courseware tab on the group home instead of the feed which displays on the group home by default. I have tried various actions and changing parameters by adding filters and trying to include templates etc but I can’t get it to display how I want. How would you go about doing this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Are there any Courseware developer's docs for extending plugin?’ is closed to new replies.