XenForo
Administrative
- Thread starter
- Admin
- #1
I have to work on a forum with
XONs conversation essentials
and another custom addon
both use
Code:
When i try to send a conversation without a title, i get an error here
(function validate doesnt exists <=> probably an error in the custom addon)
Code:
Read more
ادامه مطلب...
XONs conversation essentials
and another custom addon
both use
Code:
Code:
class Conversation extends XFCP_Conversation {
protected function setupConversationCreate()
When i try to send a conversation without a title, i get an error here
(function validate doesnt exists <=> probably an error in the custom addon)
Code:
Code:
$creator = $this->setupConversationCreate();
if (!$creator->validate($errors))
{...
Read more
ادامه مطلب...