How to add this module from sidebar to content area above discussions?

edited November 2016 in Vanilla 2.0 - 2.8

How to add this module "Latest Post List" from sidebar to content area above discussions or categories?

This solution isn't working anymore: https://vanillaforums.org/discussion/25802/latest-post-in-page#latest

Comments

  • nvm solved it with adding

    {asset name="BeforeContent"}

    in default.master.tpl

    and setting:

    public function assetTarget() {
        return 'BeforeContent';
    }
    

    in class.latestpostlistmodule.php from plugin.

Sign In or Register to comment.