Jump to content

Edit profile form


Adriano Faria

Recommended Posts

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.

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...