Hey There,
I was wondering whether there was a guide to making plugins for misago. I know its only in alpha but would be interesting to see how feasible this is to do :)
Thanks,
Caus
Hey There,
I was wondering whether there was a guide to making plugins for misago. I know its only in alpha but would be interesting to see how feasible this is to do :)
Thanks,
Caus
Hey!
Plenty of things are extensible out of the box, with more things coming in eventually:
Then there's usual from Django:
Finally, Misago 0.6 is designed to play nicely with Django's ecosystem of apps, and there's nothing stopping you from writing your own app (say, image gallery), adding it to your INSTALLED_APPS
list, and then adding link to it in your forum's menu. Eventually I would like to support adding custom tabs to threads lists, user profiles and users lists, as well as search pages and (in future) moderation panel.
Thanks for the reply,
will have a look now and thanks for the links :D