Jump to content
WebFlake
  • 0

Registration page moidication


firekid

Question

6 answers to this question

Recommended Posts

  • 0
1 hour ago, Cookie Monster said:

I think you can edit the template for twelfth under 

Admincp > customization > themes > your theme > Edit html / css 

 

Them search for registration 

found the file system => register.

 

but i could not understand the code. here is full code


 

<section class='ipsPad'>
    <br>
    <h1 class='ipsType_veryLarge ipsType_center ipsType_reset'>{lang='sign_up'}</h1>

    <p class='ipsType_large ipsType_center ipsType_light'>{lang="existing_user"} <a href='{url="app=core&module=system&controller=login" seoTemplate="login"}'>{lang="sign_in_short"}</a></p>
    <br>

    <div data-role='registerForm'>
        <div class='ipsColumns ipsColumns_collapseTablet'>
            {{if count ( $login->forms( FALSE, TRUE ) ) > 1}}
                <div class='ipsColumn ipsColumn_fluid'>
            {{endif}}
                    <div class='ipsBox ipsPad_double {{if count ( $login->forms( FALSE, TRUE ) ) == 1}}cRegister_noSocial ipsPos_center{{endif}}'>
                        {$form|raw}
                    </div>
            {{if count ( $login->forms( FALSE, TRUE ) ) > 1}}
                </div>
                <div class='ipsColumn ipsColumn_wide' id='elRegisterSocial'>
                    <div class='ipsBox ipsPad_double'>
                        <h2 class='ipsType_sectionHead'>{lang='reg_start_faster'}</h2>
                        <p class='ipsType_normal ipsType_reset ipsType_light'>{lang='reg_connect'}</p>
                        <br>
                        {{foreach $login->forms( FALSE, TRUE ) as $k => $form}}
                            {{if $k !== '_standard'}}
                                <div class='ipsType_center'>
                                    {$form|raw}
                                </div>
                            {{endif}}
                        {{endforeach}}
                    </div>
                </div>
            {{endif}}
        </div>
    </div>
</section>

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...