Marcus
Well-known member
My idea is like a moderator queue with the exception that the content iterator (post_id, conversation_id ...) does not increase.
Chad does lots of annoying things. I want my entity to check if its Chad again, and put Chads contributions in a special table far away from what users can access. I want that entity to not save stuff from Chad, so can I abort in preSave?. For all other users nothing will happen.
Is preSave the best way to check if the content came from Chad and put his stuff in a special table? Is everything (posts, conversations) available at XF\MVC\Entity\Entity at one single variable like $this->data (which includes everything) and can I just json blob Chads in a json table (available at mariadb 12.2)?
Chad does lots of annoying things. I want my entity to check if its Chad again, and put Chads contributions in a special table far away from what users can access. I want that entity to not save stuff from Chad, so can I abort in preSave?. For all other users nothing will happen.
Is preSave the best way to check if the content came from Chad and put his stuff in a special table? Is everything (posts, conversations) available at XF\MVC\Entity\Entity at one single variable like $this->data (which includes everything) and can I just json blob Chads in a json table (available at mariadb 12.2)?
Last edited: