Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Adriano Faria Posted February 2, 2016 Posted February 2, 2016 Hi there. It was requested twice before Couldn't find the other topic but I participated on it. We need to add fields to the EDIT PROFILE form. We can't do this today: if ( \IPS\Request::i()->isAjax() ) { \IPS\Output::i()->output = $form->customTemplate( array( call_user_func_array( array( \IPS\Theme::i(), 'getTemplate' ), array( 'forms', 'core' ) ), 'popupTemplate' ) ); } else { \IPS\Output::i()->output = \IPS\Theme::i()->getTemplate( 'forms', 'core' )->editContentForm( \IPS\Member::loggedIn()->language()->addToStack( 'profile_edit' ), $form ); } The only way out today is add a new tab on ACCOUNT SETTINGS, which is fine for a moment, but then it begins to get messy if you have many plugins or apps that add stuff in there. Thank you.
Daniel F Posted February 11, 2016 Posted February 11, 2016 I've implemented this yesterday. It's awaiting review currently
Daniel F Posted February 12, 2016 Posted February 12, 2016 Review is over and i can confirm that it was pushed to 4.1.9
Adriano Faria Posted February 12, 2016 Author Posted February 12, 2016 6 minutes ago, Daniel F said: Review is over and i can confirm that it was pushed to 4.1.9 Very good.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.