Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Simple Posbit legacy Details »»
Simple Posbit legacy
Version: 1.00, by JAFRI JAFRI is offline
Developer Last Online: Jul 2015 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.1.x Rating:
Released: 01-26-2012 Last Update: 05-30-2012 Installs: 44
Template Edits
Code Changes  
No support by the author.

Simple Posbit legacy.





1. postbit_onlinestatus delete all and change this code.

Code:
<vb:if condition="$onlinestatus==0"><font color="#424242">Offline</font></vb:if>
<vb:if condition="$onlinestatus==1"><font color="#00FF00"><b>Online</b></font></vb:if>
<vb:if condition="$onlinestatus==2"><font color="#424242">invisible</font></vb:if>
2. download Simple-Posbit-legacy.txt

3. Go admincp > Styles & Templates open the additional.css template of the theme that you use and add Simple-Posbit-legacy.txt code to the top

4. Open postbit_legacy 4.x if you have more field.
------------------------------------------------
Gender Field

Code:
<vb:if condition="$post['fieldx']"><dt>{vb:rawphrase  gender}</dt><dd> {vb:raw  post.fieldx}</dd></vb:if>
User ID Field

Code:
<dt>User ID</dt><dd> {vb:raw post.userid}</dd>
vbseo like Field

Code:
<dt>Liked</dt><dd> {vb:raw post.vbseo_likes_in} times</dd>
Country Flags Field With out image code.

Code:
<vb:if condition="$post['fieldx']"><dt>Country</dt><dd> {vb:raw post.fieldx}</dd></vb:if>
Change font / color / size.

color: #424242;
font-size: 11px;
font-family: Trebuchet MS, Geneva;

enjoy.

Demo : www.shiafriends.com

Compatible with vBulletin 4.2


Mark as Installed.

Download Now

File Type: zip Simple-Posbit-legacy.zip (753 Bytes, 325 views)
File Type: txt Simple-Posbit-legacy.4.1.11.txt (1.7 KB, 167 views)
File Type: txt postbit_legacy-4.2.0.txt (14.5 KB, 207 views)

Screenshots

File Type: jpg 001.jpg (21.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
baghdad4ever, McAtze, sodasusu

Comments
  #2  
Old 01-27-2012, 07:01 PM
CrossWind CrossWind is offline
 
Join Date: Aug 2010
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Simple and elegant thank you
Reply With Quote
Благодарность от:
JAFRI
  #3  
Old 01-28-2012, 12:37 AM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you bro
installed and rated
Reply With Quote
Благодарность от:
JAFRI
  #4  
Old 01-28-2012, 03:02 AM
thecore762 thecore762 is offline
 
Join Date: Jul 2008
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really nice, no dark style available?
Reply With Quote
Благодарность от:
JAFRI
  #5  
Old 01-28-2012, 03:47 AM
JAFRI's Avatar
JAFRI JAFRI is offline
 
Join Date: Jun 2009
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thecore762 View Post
Really nice, no dark style available?
if u like dark style change background for postbit. use style variable editor.
Reply With Quote
  #6  
Old 01-28-2012, 04:50 AM
tafreeh tafreeh is offline
 
Join Date: May 2008
Location: Canada
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looks good thanks
Reply With Quote
Благодарность от:
JAFRI
  #7  
Old 02-20-2012, 12:53 PM
HHelp1's Avatar
HHelp1 HHelp1 is offline
 
Join Date: May 2011
Location: Florida
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How may i use this ? Please be more specific and im not good at HTML much
Reply With Quote
  #8  
Old 03-06-2012, 12:33 PM
JAFRI's Avatar
JAFRI JAFRI is offline
 
Join Date: Jun 2009
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HHelp1 View Post
How may i use this ? Please be more specific and im not good at HTML much
Download text file.unzip and copy css code go additional.css template and paste.

additional.css template: Go > Admincp > Styles & Templates > Search Templates and Search 'additional.css'

field. postbit_legacy.

<div class="post_field"><dt>Threads</dt> <dd>{vb:raw post.threads}</dd>

if not done send login and pass in pm.
Reply With Quote
  #9  
Old 03-07-2012, 02:32 PM
HHelp1's Avatar
HHelp1 HHelp1 is offline
 
Join Date: May 2011
Location: Florida
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JAFRI View Post
Download text file.unzip and copy css code go additional.css template and paste.

additional.css template: Go > Admincp > Styles & Templates > Search Templates and Search 'additional.css'

field. postbit_legacy.

<div class="post_field"><dt>Threads</dt> <dd>{vb:raw post.threads}</dd>

if not done send login and pass in pm.
I understand you and how may i use this ? <div class="post_field"><dt>Threads</dt> <dd>{vb:raw post.threads}[COLOR=Blue]</dd>
Reply With Quote
  #10  
Old 03-12-2012, 06:46 AM
JAFRI's Avatar
JAFRI JAFRI is offline
 
Join Date: Jun 2009
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HHelp1 View Post
I understand you and how may i use this ? <div class="post_field"><dt>Threads</dt> <dd>{vb:raw post.threads}[color=Blue]</dd>
if u have custom profile fields. use this code in postbit_legacy.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:24 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04812 seconds
  • Memory Usage 2,348KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (7)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (4)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete