View Full Version : Moving facebook connect to forumhome
Duncan
01-30-2011, 07:33 AM
Hi,
How do I move facebook connect to the forumhome?
I tried following these directions, (substituting navbar for FORUMHOME of course- but it's not working)
http://www.vbulletin.com/forum/showthread.php/361140-Moving-Facebook-Connect-out-of-the-header-template-and-into-the-navbar-template
Thank you.
hasidoo
01-30-2011, 09:31 AM
By default its visible at the top right corner of the forum home page.
So no point of modifying a template.
Actually what is the position you are planning to put it?
Duncan
01-31-2011, 12:39 AM
I put a conditional in the FORUMHOME that states:
<vb:if condition="is_member_of($vbulletin->userinfo, 1)">
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<center><img src="http://{vb:rawphrase domain}/images/header.jpg" alt="{vb:rawphrase domainname}"/></center>
<br />
<center>Serving {vb:raw numberconfirmed} users at {vb:rawphrase schoolname}.</center>
<br />
<br />
<div class="body_wrapper">
<div id="breadcrumb" class="breadcrumb">
<vb:if condition="$vboptions['enablefacebookconnect']">
<ul style="float:right; clear:none;">
{vb:raw facebook_header}
</ul>
</vb:if>
<ul class="floatcontainer">
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</vb:if>
It does not appear.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.