PDA

View Full Version : Remove facebook connect button?


SPEEDKILLZ
11-04-2013, 09:08 PM
I had to enable my facebook for a more share options from bops mod i installed. How or where can i remove the facebook connect button from my header? Thanks

ozzy47
11-04-2013, 10:00 PM
In your header template find this bit of code:

<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if>And change it to this:

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

SPEEDKILLZ
11-04-2013, 10:05 PM
In your header template find this bit of code:

<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if>And change it to this:

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


My entire header template

<a name="top"></a>

ozzy47
11-04-2013, 10:09 PM
Grief, do a search in your templates for, enablefacebookconnect maybe that style added it elsewhere.

SPEEDKILLZ
11-04-2013, 10:17 PM
Grief, do a search in your templates for, enablefacebookconnect maybe that style added it elsewhere.

Thank you once again. It was in navbar

ozzy47
11-04-2013, 10:19 PM
Figures, that skin developer likes to stuff everything in there.

SPEEDKILLZ
11-04-2013, 10:19 PM
lol