DroidHost Well-known member Licensed customer Jun 9, 2011 #1 when you use this code: PHP: public function getAttachmentConstraints() { return XenForo_Model::create('XenForo_Model_Attachment')->getAttachmentConstraints(); } is that will include our extended model ?
when you use this code: PHP: public function getAttachmentConstraints() { return XenForo_Model::create('XenForo_Model_Attachment')->getAttachmentConstraints(); } is that will include our extended model ?
Jeremy P XenForo developer Staff member Licensed customer Jun 9, 2011 #2 If you extend it via the load_class_model code listener, it should.
DroidHost Well-known member Licensed customer Jun 9, 2011 #3 I did use that but some value ... yes they are changing but some of them aren't !
DroidHost Well-known member Licensed customer Jun 16, 2011 #5 Hello ragtek I found that Kair is using strange behavior in coding the attachment .... there are fragment of the code all over ... and checking and setting value also. and being difficult to track but I did resolve the problem ...
Hello ragtek I found that Kair is using strange behavior in coding the attachment .... there are fragment of the code all over ... and checking and setting value also. and being difficult to track but I did resolve the problem ...