Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion customize signup / registration and make styling possible

Received: by 10.59.0.73 with SMTP id aw9mr12566844ved.1.1351612259919;
        Tue, 30 Oct 2012 08:50:59 -0700 (PDT)
X-BeenThere: liftweb@googlegroups.com
Received: by 10.220.156.210 with SMTP id y18ls278629vcw.2.gmail; Tue, 30 Oct
 2012 08:50:55 -0700 (PDT)
Received: by 10.52.93.229 with SMTP id cx5mr6140885vdb.19.1351612255472;
        Tue, 30 Oct 2012 08:50:55 -0700 (PDT)
Date: Tue, 30 Oct 2012 08:50:54 -0700 (PDT)
From: Alexey Lunacharsky <alexey.lunachar...@gmail.com>
To: liftweb@googlegroups.com
Message-Id: <185505b5-585d-4c1c-b179-40006b84899b@googlegroups.com>
In-Reply-To: <0782d790-2bd0-4c4a-aaa2-5de1cb6e155a@googlegroups.com>
References: <2786434a-f66c-4189-b2d9-451bd1176b45@googlegroups.com>
 <CAH6e9LipszoX=R2yD1kXHXBeWzMjpy-yiqCeJHVD=BwGpAtsBg@mail.gmail.com>
 <f36c9520-3e06-4ea8-9d11-bf3ffa1be3a0@googlegroups.com>
 <14c3a705-d370-4446-b612-8ab59d28f7e3@googlegroups.com>
 <06ff8343-a8fb-4770-b7fd-78f031784a4b@googlegroups.com>
 <7e518ebd-cd88-4373-aeca-ca4d6ca0bda9@googlegroups.com>
 <CAGfdg2biu6Hzgkwmf4Kw7Mg9CDbjmRW_kVMrXLq6WxHkTau9EA@mail.gmail.com>
 <b92f3374-2e7e-42c5-a88c-f8993a36308a@googlegroups.com>
 <83308c87-35ab-4bc0-86f9-3a0587ab4d0d@googlegroups.com>
 <0782d790-2bd0-4c4a-aaa2-5de1cb6e155a@googlegroups.com>
Subject: Re: [Lift] customize signup / registration and make styling
 possible
MIME-Version: 1.0
Content-Type: multipart/mixed; 
	boundary="----=_Part_1653_16461911.1351612255101"

------=_Part_1653_16461911.1351612255101
Content-Type: multipart/alternative; 
	boundary="----=_Part_1654_26685940.1351612255108"

------=_Part_1654_26685940.1351612255108
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

You're welcome!

=D0=B2=D1=82=D0=BE=D1=80=D0=BD=D0=B8=D0=BA, 30 =D0=BE=D0=BA=D1=82=D1=8F=D0=
=B1=D1=80=D1=8F 2012 =D0=B3., 19:26:01 UTC+7 =D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=
=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C Matthias Fenz=20
=D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB:
>
>
> OK, I got the solution... It was so simple... I want to post it here if=
=20
> somebody comes around with the same problem:
>
> I just added the follwoing code to my User.scala:
>
> override def screenWrap: Box[Node] =3D Full(
>     <lift:surround with=3D"signup" at=3D"content">
>       <div id=3D"box1" class=3D"topbg">
>           <lift:bind />
>       </div>
>     </lift:surround>
>   )
>
> By this I achieved that the auto-generated signup-form from ProtoUser is=
=20
> rendered in my Signup.html file... Now I am able to style the complete si=
te!
>
> Thanks to David and =D1=81=D0=BF=D0=B0=D1=81=D0=B8=D0=B1=D0=BE to Alexey =
for your help! :)
>
> Matthias
>

------=_Part_1654_26685940.1351612255108
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

You're welcome!<div><br>=D0=B2=D1=82=D0=BE=D1=80=D0=BD=D0=B8=D0=BA, 30 =D0=
=BE=D0=BA=D1=82=D1=8F=D0=B1=D1=80=D1=8F 2012&nbsp;=D0=B3., 19:26:01 UTC+7 =
=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C Ma=
tthias Fenz =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB:<blockquote class=3D=
"gmail_quote" style=3D"margin: 0;margin-left: 0.8ex;border-left: 1px #ccc s=
olid;padding-left: 1ex;"><br>OK, I got the solution... It was so simple... =
I want to post it here if somebody comes around with the same problem:<br><=
br>I just added the follwoing code to my User.scala:<br><br>override def sc=
reenWrap: Box[Node] =3D Full(<br>&nbsp;&nbsp;&nbsp; &lt;lift:surround with=
=3D"signup" at=3D"content"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div id=
=3D"box1" class=3D"topbg"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp; &lt;lift:bind /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div=
&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/lift:surround&gt;<br>&nbsp; )<br><br>By thi=
s I achieved that the auto-generated signup-form from ProtoUser is rendered=
 in my Signup.html file... Now I am able to style the complete site!<br><br=
>Thanks to David and <span lang=3D"ru"><span>=D1=81=D0=BF=D0=B0=D1=81=D0=B8=
=D0=B1=D0=BE</span></span> to Alexey for your help! :)<br><br>Matthias<br><=
/blockquote></div>
------=_Part_1654_26685940.1351612255108--

------=_Part_1653_16461911.1351612255101--