[RSS Feed/News] add more required="required"

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I have to work on a forum with
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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom