register_now_section

NAML documentation   Watch a video
   Usages of this macro
... in register_now_section.naml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<override_macro name="register_now_section">
    <div class="light-bg-color rounded" style="padding: .7em .5em;margin-top:1.4em">
        <div class="second-font big-title"><t>Important registration information</t></div>
        <div style="margin-top:.5em">
            <t>Please note: </t>
              <t><ul><li>THST members already have an online membership account. That account is separate to the Forum so you’ll need to REGISTER with a separate PASSWORD to join the Forum. You can’t access the Forum with your normal THST membership account details</li>
<li>Access to the Forum for FULL and LIFE (paying) members of the Trust only.  If you’re an Associate (free) member, you can’t join the Forum unless you upgrade to Full membership</li>
<li>The name you provide as your Display Name must be your REAL NAME for reasons of transparency. Your application to join the Forum won’t be successful if your Display Name is a nickname or a handle</li></ul></t>
        </div>
        <div style="margin-top:.5em">
            <t>If you are still not a Forum member, you can <n.register_link
Macro
Parameters: text, title
.><b>register now</b></n.register_link.>.</t>
        </div>
    </div>
</override_macro>
Overrides default macro
... in login.naml
90
91
92
93
94
95
96
97
<macro name="register_now_section">
    <div class="light-bg-color rounded" style="padding: .7em .5em;margin-top:1.4em">
        <div class="second-font big-title"><t>Register</t></div>
        <div style="margin-top:.5em">
            <t>If you are still not a member, you can <n.register_link.><b>register now</b></n.register_link.>.</t>
        </div>
    </div>
</macro>