VB version: 4.1.10
I followed the instruction; but no logo appears under registration.
Code:
5) To make the steam sign-in button to appear in the register form, open the "register" template,
search for the following code:
<vb:if condition="$show['coppa']">
<div class="blockrow">{vb:rawphrase until_receive_signed_form}</div>
</vb:if>
BELOW add:
<h3 class="blocksubhead">{vb:rawphrase stc_steamconnect}</h3>
<div class="section">
<div class="blockrow hidden">
{vb:raw steam_button}
</div>
</div>