Quote:
Originally Posted by BirdOPrey5
Reserved.
The following text is not relevant to Version 3.0 or above.
Quote:
Alternate location for Share Buttons
This location has been used by VB 3.x forms and was recently suggested by someone (forget who, sorry) as a good location for the Facebook button on VB 4.x.
To do this edit the SHOWTHREAD template.
Find the code:
Code:
<vb:if condition="$show['fb_likebutton']">
{vb:raw fblikebutton}
</vb:if>
DELETE IT.
Now find the code:
Code:
<div id="thread_controls" class="thread_controls toolsmenu">
<div>
And right below it add:
Code:
<vb:if condition="$show['fb_likebutton']">
<span style="margin-left:0px; position:absolute; left:60px;
margin-top:3px;">{vb:raw fblikebutton}</span>
</vb:if>
This is for the default vBulletin 4 style. You may have to play with the style settings to get it to look right on a custom style.
This looks good on Chrome, IE9, and Firefox. The height alignments are a little off on Opera browsers but nothing too bad.
|
|
I am trying to relocate the share buttons as described above using version 3.2 of this mod.
You say this is not relevant to versions above 3.0 and as expected the instructions don't work.
How would I relocate the buttons using version 3.2?