Quote:
Originally Posted by GrossKopf
Also, I have another problem. At this part of the instructions:
I don't have "<!-- / login form -->" in navbar of the template I'm modding.
|
If you haven't got <!--/ login form-->, look for
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
and add the FB code below that.