The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Moving facebook connect to forumhome
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/showt...avbar-template Thank you. |
#2
|
|||
|
|||
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? |
#3
|
|||
|
|||
I put a conditional in the FORUMHOME that states:
Code:
<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> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|