Class extension only functional with extreme execution order

  • Thread starter Thread starter Justis R
  • Start date Start date

Justis R

Guest
Member
Hey there, I’m just getting started with XF development and I’m both baffled and confused at the moment.

My understanding of the class extension system was that as long as your class extension has a higher execution order than all of the others, it’ll be executed last and therefore have the final say in the return value.

My website is using an addon (SV\ContentRatings) which overrides XF's ConversationMessage#reactionsCounted implementation to return true rather than false. This wasn’t...

Read more

Continue reading...
 
Top