Marcus
Well-known member
When I extend XenForo_DataWriter_Forum and increase the title length it works great.
However my first idea was to only extend the parent class XenForo_DataWriter_Node and increase the title length there. But that does not work, instead I get the "please restrict your title length to 50 characters" message when saving a forum with a larger title.
It would help my understanding of XenForos Class System greatly if I figure out why it works how it works.
However my first idea was to only extend the parent class XenForo_DataWriter_Node and increase the title length there. But that does not work, instead I get the "please restrict your title length to 50 characters" message when saving a forum with a larger title.
It would help my understanding of XenForos Class System greatly if I figure out why it works how it works.