Niaeri Posted September 20, 2014 Share Posted September 20, 2014 На игровом форуме необходимо поставить что-то, что бы гости, которые придут для рекламы своих форумов, не вынуждены были вводить логин и пароль, а могли только нажать на кнопку и войти в созданный для этого аккаунт. Это возможно, но я не знаю где настроить Link to comment Share on other sites More sharing options...
siv1987 Posted September 20, 2014 Share Posted September 20, 2014 Обычной формой с предустановленными данными. <form action="{parse url="app=core&module=global§ion=login&do=process"}" method="post"> <input type="hidden" name="ips_username" value="логин" /> <input type="hidden" name="ips_password" value="пароль" /> <input type="hidden" name="auth_key" value="{$this->member->form_hash}" /> <input type="submit" class="ipsButton" value="Войти" /> </form> Link to comment Share on other sites More sharing options...
Niaeri Posted September 23, 2014 Author Share Posted September 23, 2014 Спасибо большое 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