Page 1 of 1

ARCHPEDIA & Front End Users

Posted: Sun Oct 10, 2010 2:29 pm
by David James Arnold
Hello there all!

I am currently pulling together something of a wiki site for architects.

www.archipedia-uk.com

I am trying to tweak the logon area to move the input box title into the input box, just like on the search box. Normally I would do it as follows:



However, I don't get the option for the log-in. Please could someone let me know how?

{$input_username}

I tried the following, but this also did not work:

{$input_username}

Thanks very much in advance!

David

Re: ARCHPEDIA & Front End Users

Posted: Sun Oct 10, 2010 6:36 pm
by Peciura
Replace
{$input_username}
to
{capture assign='tmp'} onblur="if(this.value=='') this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue) this.value='';" value="{$prompt_username}"{/capture}
{$input_username|replace:'value=""':$tmp}

Re: ARCHPEDIA & Front End Users

Posted: Thu Nov 11, 2010 10:48 pm
by David James Arnold
Worked an absolute treat! Thanks very much Peciura and sorry for the delayed repsonse.  only just checked this thread!

David