Quote:
Originally Posted by rob01
this work for 4.2.2?
|
Yes it works, but

is not displayed until the user does not log in. It's some kind of bug in template?
Edit: Solved. If someone will have same issue, in
header template find:
Code:
<div class="loginLeft">
<a href="javascript:" id="loginDrop">Login/Signup <i class="fa fa-chevron-circle-down fa-2x"></i></a>
<div class="loginDown">
<!-- login form -->
bellow add:
Code:
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if>