-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Personal Conversation Schema proposal #3350
Comments
Honestly I'm not sure why the install has the version number in it, it should not... I like the schema, it's something like what I started in the past, but never finished.
Just a stub, I didn't put that much thought in it. That said, I'm not sure if what I proposed is really in scope of the "conversations" that could happen via "personal messages" in a forum. |
Dammit, sorry for closing it! |
Yes, the invites_open determines if the author or others can invite. 0 - only admins with override can invite. 1 - only author or admins with override can invite. 2 - any conversation member can invite. The status column determines if a conversation has been left/hidden, stickied, or ignored. Another column, can_kick, could allow the author to kick people or not if they have the permission. Again, 0 - only for admins with the override permission, 1 - the author can kick participants. Voting for kicks/invites should be a 2.1 thing. We're already well in advance of Xenforo's offering here. A part of me wants to also denormalize the labels system, as it does rather suck. |
/me is blind xD hmm... I'm not convinced about giving special permissions in this case to admins. The reason is mostly psychological: every so often people participating in forums raise the question "can the admin see my conversations?" (to which the answer is "anybody with access to the database can see them"), mentioning admins with the risk of the word slip into the documentation or somewhere would make it confusing (I know... I'm also pretty sure the intention is not to have the fact that admins can manage members, but I'm also pretty sure one way or another it will end up around) for people that will start thinking admin can manage the participants to any conversation, and as a consequence they can see the conversations. And the reason for the log, was to actually show when a certain person was invited/kicked/etc from the conversation, to make it more transparent to all the participants. |
heh. |
That is the nicest thing ever said about the labels system ! |
My forum members would castrate you for saying such a thing. We are going on twelve million pms. A threadmark/bookmark system for individual posts/pms would be a different concept. It's really popular and I've been asked to extend XF's bookmarks system to PMs on my Xenforo forum. |
Vekseid wrote on 03/11/2019 02:39:
TBH I'm not even sure labels are actually useful at all.
My forum members would castrate you for saying such a thing.
LOL
/me runs!
|
Thought about putting this into a PR but am not sure if you plan to make a 2.0 install file. So for now I'll just put this in an issue and close it in favor of #1980 after this has been reviewed and stuff can be submitted.
The text was updated successfully, but these errors were encountered: