AndreasB Posted November 26, 2009 Share Posted November 26, 2009 Hej!Skulle behöva göra så att mobiltelefon blir ett obligatoriskt fält när man skapar ett konto. alltså få den där röda lilla * efteråt... ni förstår säkert vad jag menar Detta för att kunna SMS-avisera. Men,, Hur gör jag detta? :SMvh Andreas Link to comment Share on other sites More sharing options...
Patrik Lindblom Posted November 26, 2009 Share Posted November 26, 2009 Öppna authentication.tpl i temat du använder. Ändra: {l s='Mobile phone'} <input type="text" class="text" name="phone_mobile" id="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{/if}" /> till: {l s='Mobile phone'} <input type="text" class="text" name="phone_mobile" id="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{/if}" /> * Gör dock inte att det blir en kontroll att fältet är ifyllt. För att göra det måste du lägga till fältet i array $fieldsRequired i filen classes/Address.phpTror det ska vara allt. Tänk på att ta kopia på filerna innan du ändrar i dem. Link to comment Share on other sites More sharing options...
AndreasB Posted November 26, 2009 Author Share Posted November 26, 2009 LYSANDE! Tack för hjälpen Patrik! Öppna authentication.tpl i temat du använder. Ändra: {l s='Mobile phone'} <input type="text" class="text" name="phone_mobile" id="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{/if}" /> till: {l s='Mobile phone'} <input type="text" class="text" name="phone_mobile" id="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{/if}" /> * Gör dock inte att det blir en kontroll att fältet är ifyllt. För att göra det måste du lägga till fältet i array $fieldsRequired i filen classes/Address.phpTror det ska vara allt. Tänk på att ta kopia på filerna innan du ändrar i dem. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now