Plugin: BuddyPress ScholarPress Courseware

Join this plugin group to follow comments, support topics and reviews.

unique plugin to remove a filter or option from courseware (4 posts)

Started 9 months, 3 weeks ago by: inventanew

  • Profile picture of inventanew inventanew said 9 months, 3 weeks ago:

    I wanted to remove the courseware course header from my main group page (seems kind of redundant). I was wondering if the best way to do it was to make a plugin and do a remove_filter. I wasn’t sure the best way to do this, I don’t want to remove this from the actual plugin, thanks for this plugin, it will be ESSENTIAL to teaching many kids in high school. I also plan to promote this to other schools so they will ditch moodle and blackboard which are absolutely horrible.

  • Profile picture of Andrea_r Andrea_r said 9 months, 3 weeks ago:

    I dunno if there’s a proper way, but I was in a hurry and use css and some display:none magic to hide a few things we weren’t using.
    :D

  • Profile picture of inventanew inventanew said 9 months, 3 weeks ago:

    aaahhh that sounds good thanks for the tip Andrea

  • Profile picture of Stas SuČ™cov Stas Suscov said 9 months, 3 weeks ago:

    @inventanew really nice to hear that!

    About the best way to hide things, some things are really hackable through hooks, some might be not (it’s kinda hard to fulfil everyone’s request). So if you can get it done via filters great, if not, use the courseware.css as @andrea_r pointed.