Re-order Avatar field in the sign up form

  • Mike Wheeler
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 7 months ago #103993 by Mike Wheeler
Re-order Avatar field in the sign up form was created by Mike Wheeler
Hello, does anyone know of a way to move the Avatar field down the order in the sign up form?
Thanks in advance
Mike

Please Log in or Create an account to join the conversation.

More
7 years 7 months ago #103994 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re-order Avatar field in the sign up form
Hi Mike

You would have to edit the code to move it. Look at the file components/com_osmembership/view/register/tmpl/default.php and move the code to the position you want

Tuan

Please Log in or Create an account to join the conversation.

  • Mike Wheeler
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 7 months ago #104047 by Mike Wheeler
Replied by Mike Wheeler on topic Re-order Avatar field in the sign up form
Great thanks, I will look at that...

Please Log in or Create an account to join the conversation.

More
7 years 7 months ago #104067 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re-order Avatar field in the sign up form
OK Mike. If you have any other questions, please don't hesitate to ask

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Mike Wheeler
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 7 months ago #104120 by Mike Wheeler
Replied by Mike Wheeler on topic Re-order Avatar field in the sign up form
Hi, just to update everyone on this, the code is in components/com_osmembership/view/register/tmpl/default-form.php at or around line 24. Moved just the html code and placed it below the other registration fields just before the closing php ?>

I setup a template override at templateFolder/html/com_osmembership/register/default-form.php at it works perfectly.

Thanks again

Please Log in or Create an account to join the conversation.

More
7 years 7 months ago #104140 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re-order Avatar field in the sign up form
OK Mike. Maybe you can zip the modified file, and upload it here in case someone needs it, they can re-use your work

Regards,

Tuan

Please Log in or Create an account to join the conversation.