Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
shahed Posted March 25, 2019 Posted March 25, 2019 Settings with this form helper won't work as usual and it doesn't summon colorpallet. Is this a bug? Edit: I'm using this way for a while. $form->add( new \IPS\Helpers\Form\Color( 'setting_key', \IPS\Settings::i()->setting_key ) );
Nathan Explosion Posted March 25, 2019 Posted March 25, 2019 You might want to provide some context around how you are using it etc. Code helps.
shahed Posted March 25, 2019 Author Posted March 25, 2019 5 minutes ago, Nathan Explosion said: You might want to provide some context around how you are using it etc. Code helps. $form->add( new \IPS\Helpers\Form\Color( 'setting_key', \IPS\Settings::i()->setting_key ) ); I'm using this way for a while.
newbie LAC Posted March 25, 2019 Posted March 25, 2019 Inbuilt setting Check javascript errors in console
shahed Posted March 25, 2019 Author Posted March 25, 2019 4 hours ago, newbie LAC said: Inbuilt setting Check javascript errors in console Thanks for bringing this, I have tested this one and it seems it's not a bug, at least for Inbuilt setting. I mean it's works with $settingsForm but same not works on $Form. Edit: Problem is now fixed thanks to @newbie LAC / interference between one modified CSS class from my end cause that problem.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.