Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

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.