LOGECT
07-21-2011, 10:00 PM
Info:
Move the Facebook like button from SHOWTHREAD ( above threads ) to postbit or postbit_legacy ( before signature ) template.
Screenshot:
https://vborg.vbsupport.ru/attachment.php?attachmentid=131318&stc=1&d=1311357167
Note:
- Works with vb. 4.1.3 +
- vBulletin Facebook like option must be enabled
- Shows only in the first post
Installation:
1-Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product]
2-Open your SHOWTHRAED template and remove the following code:
<vb:if condition="$show['fb_likebutton']">
{vb:raw fblikebutton}
</vb:if>3- In your postbit or postbit_legacy template find and replace the following code:
{vb:raw template_hook.postbit_signature_start}With:
<vb:if condition="$post[postcount] == 1">
{vb:raw fblikebutton}
</vb:if>
{vb:raw template_hook.postbit_signature_start} Done.
To set options:
Go to: vBulletin Options > LOGECT - Facebook Button In Postbit
Versions:
v1.0 22 July 2011 - Firs relase
Move the Facebook like button from SHOWTHREAD ( above threads ) to postbit or postbit_legacy ( before signature ) template.
Screenshot:
https://vborg.vbsupport.ru/attachment.php?attachmentid=131318&stc=1&d=1311357167
Note:
- Works with vb. 4.1.3 +
- vBulletin Facebook like option must be enabled
- Shows only in the first post
Installation:
1-Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product]
2-Open your SHOWTHRAED template and remove the following code:
<vb:if condition="$show['fb_likebutton']">
{vb:raw fblikebutton}
</vb:if>3- In your postbit or postbit_legacy template find and replace the following code:
{vb:raw template_hook.postbit_signature_start}With:
<vb:if condition="$post[postcount] == 1">
{vb:raw fblikebutton}
</vb:if>
{vb:raw template_hook.postbit_signature_start} Done.
To set options:
Go to: vBulletin Options > LOGECT - Facebook Button In Postbit
Versions:
v1.0 22 July 2011 - Firs relase