Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 10, 20205 yr Simple suggestion to make third-party stuff a bit more neat. I may want to add a header to separate my content when inserting form elements like so, /** * Add Input * * @param \IPS\Helpers\Form\FormAbstract $input Form element to add * @param string|NULL $after The key of element to insert after * @param string|NULL $tab The tab to insert onto * @return void */ public function add( $input, $after=NULL, $tab=NULL ) But addHeader does not support $after and $tab as arguments at the moment, /** * Add Header * * @param string $lang Language key * @return void */ public function addHeader( $lang ) Very minor, but would be an appreciated addition!
Archived
This topic is now archived and is closed to further replies.