Witam. Wgrałem ten oto plugin Steam Connect - Sign in with your Steam Account! [RC1] - vBulletin.org Forum
Problem pojawia się gdy chcę dodać do rejestracji a dokładnie punkt :
5) To make the steam sign-in button to appear in the register form, open the "register" template,
search for the following code:
Kod:
<vb:if condition="$show['coppa']">
<div class="blockrow">{vb:rawphrase until_receive_signed_form}</div>
</vb:if>
BELOW add:
Kod:
<h3 class="blocksubhead">{vb:rawphrase stc_steamconnect}</h3>
<div class="section">
<div class="blockrow hidden">
{vb:raw steam_button}
</div>
</div>
Zrobiłem tak ja tu czyli muj kod wygląda w register tak:
Kod:
<h2 class="blockhead">{vb:rawphrase register_at_x, {vb:raw vboptions.bbtitle}}</h2>
<div class="blockbody formcontrols">
<vb:if condition="$show['coppa']">
<div class="blockrow">{vb:rawphrase until_receive_signed_form}</div>
</vb:if>
<h3 class="blocksubhead">{vb:rawphrase stc_steamconnect}</h3>
<div class="section">
<div class="blockrow hidden">
{vb:raw steam_button}
</div>
</div>
Po dodaniu tego kudu pojawia mi sie to w rejestracji:
Jakieś sugestie ?