ARCHPEDIA & Front End Users

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
David James Arnold
New Member
New Member
Posts: 7
Joined: Sun Oct 10, 2010 2:20 pm

ARCHPEDIA & Front End Users

Post 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
Peciura

Re: ARCHPEDIA & Front End Users

Post 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}
David James Arnold
New Member
New Member
Posts: 7
Joined: Sun Oct 10, 2010 2:20 pm

Re: ARCHPEDIA & Front End Users

Post by David James Arnold »

Worked an absolute treat! Thanks very much Peciura and sorry for the delayed repsonse.  only just checked this thread!

David
Post Reply

Return to “Modules/Add-Ons”