Page 1 of 1

[Solved] Input fields disappeared from FEU login form

Posted: Tue Sep 01, 2015 12:11 pm
by zzmarker
Hi,

Yesterday I updated CMSMS from 1.11.13 to 1.12 and updated also FrontEndUsers module from 1.29 to 1.30.4.

I have on one page login form {FrontEndUsers} and after update input fields {$input_username} and {$input_password} disappeared. I haven't changed my FEU template and I tried also to use <input> and </input> in different formualtions but no help. Promt fields are ok.

Never experinced this before? I have been using CMSMadeSimple for years.
--------
This is part of the original what I have in my login template:
<p><label for="{$feuactionid}feu_input_username">{$prompt_username}:</label><br />
{$input_username}<br /></p>
<p><label for="{$feuactionid}feu_input_password">{$prompt_password}:</label><br />
{$input_password}</p>
--------

Any idea?

Edit: FEU version was 1.28

Re: Input fields disappeared from FEU login form

Posted: Tue Sep 08, 2015 3:59 pm
by staartmees
set the FEU-templates to the standard template

Re: Input fields disappeared from FEU login form

Posted: Tue Sep 15, 2015 3:39 pm
by stetman
Same problem here, using standard template. All modules up to date with cmsms 1.12

Re: Input fields disappeared from FEU login form

Posted: Tue Sep 15, 2015 3:45 pm
by staartmees
Renew the standard template. It has changed a lot.

Re: Input fields disappeared from FEU login form

Posted: Tue Sep 15, 2015 5:28 pm
by stetman
Thank you for your reply.
Not sure what you mean by "renew standard template". I thought Feu standard login template in templates folder is renewed on Feu module update?

Re: Input fields disappeared from FEU login form

Posted: Tue Sep 15, 2015 5:58 pm
by staartmees
On my website th templates weren't renewed. I had to click on 'set template back to standard' or something like that (my cms ls runs in another language)

Re: Input fields disappeared from FEU login form

Posted: Wed Sep 16, 2015 12:34 pm
by velden
stetman wrote:Thank you for your reply.
Not sure what you mean by "renew standard template". I thought Feu standard login template in templates folder is renewed on Feu module update?
No. CMSMS never changes front-end (usually stored in database) templates for obvious reasons; it's very likely that those templates are customized to fit a specific design. 'Updating' those templates would kill all changes made by designer/developer.

It's often mentioned in the readme/changelog of the module in the forge when stuff has changed.

Re: Input fields disappeared from FEU login form

Posted: Wed Sep 16, 2015 12:56 pm
by staartmees
Login to your website
Select 'Frontend User Management'
Select 'Templates'
Select 'Login Template'
Click on 'Reset to factory defaults'
Done!

Re: [Solved] Input fields disappeared from FEU login form

Posted: Mon Oct 05, 2015 8:59 pm
by zzmarker
Sorry, I've been slow in this. This solved my problems. But take copy of your Feu login template to style "new" login again.