PDA

View Full Version : Why is my facebook option not on my forums hope page, but after you log in.. it is


doc fluty
07-27-2011, 01:58 AM
I upgraded my style and now it seems the Facebook login option is missing.

But after you sign in with your username the facebook option pops up top, and everything works as it should.

There is also a facebook option when registering.

My site was using everythign fine before i upgrade to the new style 3 days ago..

Can someone help me with the code i need to put where to get that option back, my users liked it.

The forum is at

http://www.bootcamp4me.com/military-forum/forum.php

should i taje the code in my facebook_header section and move it somewhere...

which template should i add the new code into..

Thanks in advance

--------------- Added 1311736577 at 1311736577 ---------------

so far i did this in the header template and i get the facebook option to show up.

<vb:if condition="$show['registerbutton']">
<a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow" class="registerButton"><img src="images/styles/lifeElement/style/button-register.gif" alt="{vb:rawphrase register}" /></a>

<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if


However its far to the left of the page.

what css should i use to get it to sit next to the register button?

Im using firebug.. its helping a lot

--------------- Added 1311779251 at 1311779251 ---------------

my fb header_box is still in the upper left side of the forum.. any help correcting this issue guys?