Jump to content

Regisztrációs mezők


csaknoriss

Recommended Posts

authentication.tpl:

 

példát tudok mondani, ez egy egyszerű mező:

<p class="required text">
   <label for="tesztmezo">{l s='Teszt Mező'}</label>
   <input type="text" class="text" name="teszt" id="teszt" value="{if isset($smarty.post.teszt)}{$smarty.post.teszt}{/if}">
   <sup>*</sup>
  </p>

 

Ezt a mező-kódot rakd oda ahová helyileg szeretnéd a mezőt tenni.

 

Megjelenni akkor fog ez ha be van kapcsolva a force-compile:

Preferences => Performance => Force compile => igen/yes

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...