• Members 7 posts
    Oct. 1, 2014, 4:26 p.m.

    third party plug-in supports standard ?
    plan ?

  • Oct. 1, 2014, 6:19 p.m.

    Numerous places in Misago already support plugins and middlewares. You can already add your own tabs to user control panel, users lists and user profiles. There are request middlewares that allow you inject custom code into request processing. There are signals that allow your code to do something when say, thread is deleted. Finally there is hooks system with example plugin, Misago-GA, demonstrating how to use:

    misago-project.org/thread/extensibility-features-81/#post-244

    However as with many other things, Misago 0.6 brings changes to extensibility as well. There are documents explaining how to write custom admin sections, how to add custom admin pages to existing admin views, tabs to profiles, features to posting process. Template hooks too will be simplified, reduced to template tag {% misago_hook hook_name %}.

    Monolitic templates were split into few smaller ones to allow you to keep your overrided templates smaller and easier to maintain.