Conversation Essentials

Conversation Essentials [Paid] 1.14.1

No permission to buy ($45.00)
  • Thread starter Thread starter Syndol
  • Start date Start date
What does this mean please:

Screen Shot 2015-09-15 at 14.12.39.webp

I can't see where you delete a message, or does it mean a time limit on leaving a message?
 
One small issue (for me) is that when a message is copied into a thread/forum, you get an alert of a new post. That is OK, but if I copy a message from a member into e.g. a private admin forum, the admins of course get an alert that the member just "replied to a thread" they are not allowed to post in.

In one way this makes sense, but in another way it is very disconcerting to see an alert of a reply from a non-staff member in the staff forum.

It would be better if instead of "replied to a thread" the alert could make it clear that it was copied from a PC to avoid confusion.

That is extremely unlikely to change. It would go against a lot of how XenForo works by default. The thing is, these new posts are legit posts and therefore go through all the typical methods. They trigger alerts and emails for the people watching the nodes, they affect post count, they're posts. Assigning them a different/special alert would be extremely difficult, and quite frankly it'd be pretty odd as well.

I get where you're coming from but it's just not feasible to change it.
This is really good to know.

I'll have to test this but I thought that XF didn't generate alerts for threads that were inaccessible/not visible due to permissions. So if one created a thread from a convo in an area where one of the thread participants did not have permissions to view, wouldn't that block the alert from occurring?

Similarly, if one moved a thread from a public area to a private area and then replied to it, the alert & email wouldn't get generated would it?
 
I think you're misunderstanding who is getting the alert. The user who's post is being moved is not who I'm taking about. I'm talking about anyone watching a staff forum (like in @Mr Lucky's situation) and these conversation messages being moved into that area. That triggers alerts for the staff members watching, not the OP.

Your users will not see alerts for content that they cannot view.
 
Oh, I see that now. I didn't think that sounded right!! I have no problem with that as long as admins/mods know the addon is there, it shouldn't be any surprise (education)
 
@Daniel Hood, is this error got something with your post ratings compatibility add-on?

Code:
Server Error Log
Error Info
ErrorException: Fatal Error: Call to undefined method Dark_PostRating_Model_Conversation::countConversationMessagesForUser() - library/ConvEss/ControllerPublic/Conversation.php:1102
Generated By: mlaka5, Today at 12:41
Stack Trace

#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State

array(3) {
  ["url"] => string(43) "http://www.pijanitvor.com/conversations/add"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
It has to do with Conversation Essentials, the fact that PostRating is included is just a coincidence. Are you sure you have the latest files installed?
 
I'll release a patch in a few hours. Sorry about that.
Still getting server errors. I have updated both addons to latest versions.

Code:
Server Error Log
Error Info
ErrorException: Fatal Error: Call to undefined method Dark_PostRating_Model_Conversation::countConversationMessagesForUser() - library/ConvEss/ControllerPublic/Conversation.php:1154
Generated By: sobranin, Today at 14:26
Stack Trace

#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State

array(3) {
  ["url"] => string(54) "http://www.pijanitvor.com/conversations/add?to=milica7"
  ["_GET"] => array(1) {
    ["to"] => string(7) "milica7"
  }
  ["_POST"] => array(0) {
  }
}
 
The link only shows if they have permission to use the filter system (permission "Can create conversation filters"). If you want to let them keep using the filter system but don't want the link to show, you'll have to manually remove it from the template "convess_account_wrapper_sidebar_filters".
 
Back
Top Bottom