haliphax

Results 28 comments of haliphax

Seems like the developer of that new version doesn't care much for the license: https://mindmapmaker.org/forum/unanswered

Make a pull request. Only if that fails should you make a fork.

AGPL, so... no. :frowning_face:

So you expect the author of this software to support save files from an illegal fork of his product?

Maybe this is if a post in the topic has been deleted?

`first_post_id` was completely empty for this topic in the `topics` table. I manually adjusted it and deleted the posts. I'll let you know if it happens again. I'm not sure...

That's the thing - I didn't clear it out myself, it must have happened based on some interaction with the FlaskBB app. What that interaction was, I don't know. I...

I have a plugin that handles email and RSS subscriptions for chosen forums and (optionally) tracked topics, but it doesn't deal with private messages (yet). https://github.com/haliphax/flaskbb-plugin-subby I may wind up...

I'd love to be able to allow people to read, but not post, in a particular forum... or allow them to post, but only in response to existing topics, etc....

+1 for separating classes into their own files. They could remain in basically the same namespacing structure by making use of `__init__.py` and the `__all__` magic variable.