eTiKeT?
12-01-2015, 10:00 PM
/#########################################/
/# Orijinal : eTiKeT? 2015 Style Postbit - Postbit_legacy (http://vbulletin.web.tr/showthread.php/6785-eTiKeTTM-2015-Style-Postbit-Postbit_legacy)
/# Developer: eTiKeT?
/# vBulletin Version : 4.2.3
/# Version : 1.1.0
/# Published : 2015
/# Demo :http://vbulletin.web.tr
/#########################################/
https://vborg.vbsupport.ru/attachment.php?attachmentid=153746&d=1449051252
Explanation;
=============What is this Postbit for ? The only reason for the creation of this Postbit is to change the style of the Default Vbulletin Postbit into the one which ,i believe , looks much better.Caution !
=============This Postbit is designed complately based on the Vbulletin Default Postbit. Thus , it does not support extra added features!. If you have a forum which includes such extra features, I will explain how to add them into postbit in the thread. But it is your job to apply it.
If you install it carefully by following to instructions, there would not be any issue
If you have a Custom Designed Postbit, I would highly recommend to take its backup.
Installation
=============
Step 1. Open postbit_ip is your theme template and replace it with the following codes in.
<vb:if condition="$show['ip']">
<div class="vw-buton-sagsinir">
<img class="inline" src="{vb:stylevar imgdir_button}/ip-40b.png" alt="{vb:rawphrase ip}" title="{vb:rawphrase ip}: {vb:raw post.ip}" /></div>
<vb:else />
<div class="vw-buton-sagsinir">
<a class="fa-ikon fa-ikon-sinir fa-warning fa-location-arrow ip" href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}postings.php?{vb:raw session.sessionurl}do=getip&p={vb:raw post.postid}" title="{vb:rawphrase ip}: {vb:raw post.ip}">
</a>
</div>
</vb:if>
Step 2. Open postbit_onlinestatus is your theme template and replace it with the following codes in.
<vb:if condition="$onlinestatus==0">
<i class="fa-ikon fa-ikon-sinir fa-circle wv-offline" title="{vb:rawphrase x_is_offline, {vb:raw user.username}}"></i>
<vb:elseif condition="$onlinestatus==1" />
<i class="fa-ikon fa-ikon-sinir fa-circle wv-online" title="{vb:rawphrase x_is_online_now, {vb:raw user.username}}"></i>
<vb:elseif condition="$onlinestatus==2" />
<i class="fa-ikon fa-ikon-sinir fa-circle wv-invisible" title="{vb:rawphrase x_is_invisible, {vb:raw user.username}}"></i>
</vb:if>
Step 3.If you use blog !
Open blog_postbit_blog_this_post is your theme template and replace it with the following codes in.
<div class="vw-buton-sagsinir">
<a class="fa-ikon fa-ikon-sinir fa-clone blog" href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog_post.php?{vb:raw session.sessionurl}do=newblog&p={vb:raw post.postid}"> {vb:rawphrase blog_this_post}</a></div>
Step 4. Open then postbit_legacy of the same theme, replace all the codes with the ones below:
postbit_legacy.txt (available in the attachment)Step 5. Open then additional.css of the same theme, replace all the codes with the ones below:
additional.css (available in the attachment)Step 6:Download the attachment, And upload the folder named postbit_font to the forum_root
For Turkish: eTiKeT? 2015 Style Postbit - Postbit_legacy (http://vbulletin.web.tr/showthread.php/6785-eTiKeTTM-2015-Style-Postbit-Postbit_legacy)
Thanks if you are using the system (https://vborg.vbsupport.ru/showpost.php?p=2559592&postcount=2)
Mark as Installed
/# Orijinal : eTiKeT? 2015 Style Postbit - Postbit_legacy (http://vbulletin.web.tr/showthread.php/6785-eTiKeTTM-2015-Style-Postbit-Postbit_legacy)
/# Developer: eTiKeT?
/# vBulletin Version : 4.2.3
/# Version : 1.1.0
/# Published : 2015
/# Demo :http://vbulletin.web.tr
/#########################################/
https://vborg.vbsupport.ru/attachment.php?attachmentid=153746&d=1449051252
Explanation;
=============What is this Postbit for ? The only reason for the creation of this Postbit is to change the style of the Default Vbulletin Postbit into the one which ,i believe , looks much better.Caution !
=============This Postbit is designed complately based on the Vbulletin Default Postbit. Thus , it does not support extra added features!. If you have a forum which includes such extra features, I will explain how to add them into postbit in the thread. But it is your job to apply it.
If you install it carefully by following to instructions, there would not be any issue
If you have a Custom Designed Postbit, I would highly recommend to take its backup.
Installation
=============
Step 1. Open postbit_ip is your theme template and replace it with the following codes in.
<vb:if condition="$show['ip']">
<div class="vw-buton-sagsinir">
<img class="inline" src="{vb:stylevar imgdir_button}/ip-40b.png" alt="{vb:rawphrase ip}" title="{vb:rawphrase ip}: {vb:raw post.ip}" /></div>
<vb:else />
<div class="vw-buton-sagsinir">
<a class="fa-ikon fa-ikon-sinir fa-warning fa-location-arrow ip" href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}postings.php?{vb:raw session.sessionurl}do=getip&p={vb:raw post.postid}" title="{vb:rawphrase ip}: {vb:raw post.ip}">
</a>
</div>
</vb:if>
Step 2. Open postbit_onlinestatus is your theme template and replace it with the following codes in.
<vb:if condition="$onlinestatus==0">
<i class="fa-ikon fa-ikon-sinir fa-circle wv-offline" title="{vb:rawphrase x_is_offline, {vb:raw user.username}}"></i>
<vb:elseif condition="$onlinestatus==1" />
<i class="fa-ikon fa-ikon-sinir fa-circle wv-online" title="{vb:rawphrase x_is_online_now, {vb:raw user.username}}"></i>
<vb:elseif condition="$onlinestatus==2" />
<i class="fa-ikon fa-ikon-sinir fa-circle wv-invisible" title="{vb:rawphrase x_is_invisible, {vb:raw user.username}}"></i>
</vb:if>
Step 3.If you use blog !
Open blog_postbit_blog_this_post is your theme template and replace it with the following codes in.
<div class="vw-buton-sagsinir">
<a class="fa-ikon fa-ikon-sinir fa-clone blog" href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog_post.php?{vb:raw session.sessionurl}do=newblog&p={vb:raw post.postid}"> {vb:rawphrase blog_this_post}</a></div>
Step 4. Open then postbit_legacy of the same theme, replace all the codes with the ones below:
postbit_legacy.txt (available in the attachment)Step 5. Open then additional.css of the same theme, replace all the codes with the ones below:
additional.css (available in the attachment)Step 6:Download the attachment, And upload the folder named postbit_font to the forum_root
For Turkish: eTiKeT? 2015 Style Postbit - Postbit_legacy (http://vbulletin.web.tr/showthread.php/6785-eTiKeTTM-2015-Style-Postbit-Postbit_legacy)
Thanks if you are using the system (https://vborg.vbsupport.ru/showpost.php?p=2559592&postcount=2)
Mark as Installed