Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Create Registration URL In Liferay Theme

    • 0
    • 2
    • 1
    • 1
    • 0
    • 0
    • 0
    • 0
    • 432
    Comment on it

    Hello guys

    Here, I have created a URL for registration in velocity template .

    Follow below steps to implement in custom liferay theme.

    Step1: put below code in Portal_normal.vm file or inside your div or table in Portal_normal.vm.

    #set ($UserCreateURL = $portletURLFactory.create($request, "58", $page.getPlid(), "RENDER_PHASE"))
                $UserCreateURL.setPortletMode("view")
                $UserCreateURL.setWindowState("maximized")
                $UserCreateURL.setParameter("struts_action", "/login/create_account")
                $UserCreateURL.setParameter("", "")
                    <a href="$UserCreateURL">REGISTER</a><font color="#BBBBBB">|</font>
    

    Step 2: Write css to display in custom.css

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: