Jump to content

WildRAID

Friends
  • Posts

    32
  • Joined

  • Last visited

2 Followers

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

WildRAID's Achievements

  1. Is there any way to overload functions in classPost\classPostForms without direct code editing? Only with hooks. For example, I want to add an additional field like "Topic Description". It's expected to be processed with common fields and saved to database by extending the common "insert\update topics". No additional queries. Is that possible to reload compilePostData? Or interfere between constructions like $topic = array( 'title' => $this->_topicTitle, and $this->DB->insert( 'topics', $topic ) Seems "no", but i probably miss something important.. +++ Added later: Also, it seems that i cant process the additional field even with extra query. Because function saveForm in 'post' section doesnt return anything. It ends with silentRedirect or with error. So, u cannot add an 'action overload' hook after this. >_<
×
×
  • Create New...