Install:
upload the files
import the product
in template navbar after:
Code:
<tr>
<td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
place:
Code:
<tr>
<td colspan="3">$template_hook[ulogin]</td>
</tr>
then you may have to use google translate for now to set options.
for advanced users place
Code:
$template_hook[ulogin]
were you wish the login button to be