Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
BomAle Posted April 15, 2017 Posted April 15, 2017 The code here could be improved call buildEditForm instead of: $form = new \IPS\Helpers\Form( 'form', isset( \IPS\Member::loggedIn()->language()->words[ $recordClass::$formLangPrefix . '_save' ] ) ? $recordClass::$formLangPrefix . '_save' : 'save' ); $form->class = 'ipsForm_vertical'; foreach( $formElements as $name => $field ) { $form->add( $field ); } this permise developers to add for example new tab @Matt some details into mp (remove $collection)
bfarber Posted July 18, 2017 Posted July 18, 2017 Right now we are focused on 4.2 for the most part I can't say whether this will change in 4.3 yet or not.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.