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

Reply
 
Thread Tools
Pro. Postbit Legacy Details »»
Pro. Postbit Legacy
Version: 1.00, by jacki jacki is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.8.2 Rating:
Released: 05-25-2009 Last Update: Never Installs: 64
Template Edits
 
No support by the author.

Admin cp > Styles & Templates > Style Manager > All style options

Additional CSS Definitions


Code:
.pbit {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #FFFFFF;
border-top: 1px solid #dadada;
border-right: 2px solid #dadada;
border-left: 1px solid #dadada;
border-bottom: 2px solid #dadada;
margin-bottom: 3px;
}
Save


Admin cp > Styles & Templates > Style Manager >Edit Templates > Postbit > Postbit_legacy


<div class="pbit"> code</div>

Sample :
Code:
 <if condition="$post['joindate']"><div class="pbit"><div>$vbphrase[join_date]: $post[joindate]</div></div></if>
Save


Update :
Blog Entires Edit


Demo : http://www.yorumla.net

Screenshots

File Type: jpg yorumla.jpg (50.9 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 05-29-2009, 10:30 AM
80's 80's is offline
 
Join Date: May 2009
Location: T?rkiye
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Admin cp > Styles & Templates > Style Manager >Edit Templates > Postbit > Postbit_legacy


<div class="pbit"> code</div>

Sample :
Code:

<if condition="$post['joindate']"><div class="pbit"><div>$vbphrase[join_date]: $post[joindate]</div></div></if>

Save
I didn't understand. What should I do with postbit_legacy template?
Reply With Quote
  #13  
Old 05-29-2009, 12:51 PM
imk imk is offline
 
Join Date: Dec 2006
Posts: 809
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by imk View Post
can anyone tell me how i add an image as the cat bg?
anypone?
Reply With Quote
  #14  
Old 05-31-2009, 03:59 AM
ubcforums ubcforums is offline
 
Join Date: Apr 2009
Location: clouds
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for sharing....this is cool
Reply With Quote
  #15  
Old 05-31-2009, 02:53 PM
Shinjo Shinjo is offline
 
Join Date: May 2009
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by 80's View Post
I didn't understand. What should I do with postbit_legacy template?
What hes trying to say is, look for all the things you want to box. For instance:

Find:
Code:
<if condition="$post['age']">
And in the end it should look like this:
Code:
<if condition="$post['age']"><div class="pbit"><div>$vbphrase[age]: $post[age]</div></div>
The red text is what you added in yourself. So basically, you want to also find other things like Join Date, Posts, etc.

For posts, Find:
Code:
$vbphrase[posts]: $post[posts]
Make it turn into:
Code:
<div class="pbit"><div>$vbphrase[posts]: $post[posts]</div></div>
If you need anymore help, just ask.
Reply With Quote
  #16  
Old 05-31-2009, 03:15 PM
Romanle Romanle is offline
 
Join Date: Jan 2009
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Mark as Installed
Reply With Quote
  #17  
Old 05-31-2009, 03:52 PM
stapler2025 stapler2025 is offline
 
Join Date: Nov 2007
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Shinjo View Post
What hes trying to say is, look for all the things you want to box. For instance:

Find:
Code:
<if condition="$post['age']">
And in the end it should look like this:
Code:
<if condition="$post['age']"><div class="pbit"><div>$vbphrase[age]: $post[age]</div></div>
You don't want to create a div within a div.

Code:
<if condition="$post['age']"><div class="pbit">$vbphrase[age]: $post[age]</div>
Would be the correct coding here. Do this for everything *except* the messenger icons, as people who have no messenger details set will show up a blank div and make your style look blah :P

Anyways, installed
Reply With Quote
  #18  
Old 06-02-2009, 03:25 PM
imk imk is offline
 
Join Date: Dec 2006
Posts: 809
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by imk View Post
can anyone tell me how i add an image as the cat bg?
?????????
Reply With Quote
  #19  
Old 06-02-2009, 07:18 PM
algert algert is offline
 
Join Date: Jun 2008
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you tell me how you make that white thing on every single field, like june 2006, ther is white box for that field.. can you please tell me how to do that?
Reply With Quote
  #20  
Old 06-02-2009, 08:57 PM
jacki jacki is offline
 
Join Date: Jun 2006
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by imk View Post
can anyone tell me how i add an image as the cat bg?
I couldn't understand your problem exactly,can you show it with an example please ?
Reply With Quote
  #21  
Old 06-02-2009, 09:25 PM
imk imk is offline
 
Join Date: Dec 2006
Posts: 809
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://www.manlystuff.com/forum/showthread.php?p=34#post34" target="_blank">http://www.manlystuff.com/forum/show...hp?p=34#post34</a>

i edited the css to make my postbit, however i want the tcats not a solid color but a gradient image i have made?
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 08:41 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.06783 seconds
  • Memory Usage 2,337KB
  • 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
  • (9)bbcode_code
  • (6)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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_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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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