Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-10-2007, 04:16 AM
dbirosel dbirosel is offline
 
Join Date: Feb 2007
Location: San Diego
Posts: 587
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default An organized, unique and cleaner Postbit_legacy Please

How do we organize our postbit_legacy like this??

http://www.epiguide.com/forums/showt...3785#post43785

Here is how my postbit_legacy looks:

http://www.caraudiojunkyard.com/foru...read.php?t=797

It's so messy, how should make my legacy look cleaner, unique and more organized?
Reply With Quote
  #2  
Old 04-10-2007, 04:17 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I do it with CSS and a small bit of code

It can be a really...................tedious project sometimes
Reply With Quote
  #3  
Old 04-10-2007, 04:19 AM
dbirosel dbirosel is offline
 
Join Date: Feb 2007
Location: San Diego
Posts: 587
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Redlinemotorsports View Post
I do it with CSS and a small bit of code

It can be a really...................tedious project sometimes
How does your postbit legacy look like?
Reply With Quote
  #4  
Old 04-10-2007, 04:19 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dbirosel View Post
How does your postbit legacy look like?
Basically the same as the link you posted
Reply With Quote
  #5  
Old 04-10-2007, 04:21 AM
dbirosel dbirosel is offline
 
Join Date: Feb 2007
Location: San Diego
Posts: 587
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Redlinemotorsports View Post
Basically the same as the link you posted
Sweet, where can i start? I was thinking about dotted borders.
Reply With Quote
  #6  
Old 04-10-2007, 04:27 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In your "Additional CSS Definitions", add this code in the 2nd box....
Code:
.rm_userinfo {
border: 1px solid #9FB2B8;
margin: 3px;
padding: 3px;
background-color: #DDECF1;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
}
Customize the colors to your liking.

Then in the postbit legacy template (Using the "Join Date" as an example) find....
HTML Code:
<if condition="$post['joindate']"><div><b>$vbphrase[join_date]:</b> $post[joindate]</div></if>
And replace with
HTML Code:
<if condition="$post['joindate']"><div class="rm_userinfo"><b>$vbphrase[join_date]:</b> $post[joindate]</div></if>
And just pretty much do that for all the fields you want to look cleaner
Reply With Quote
  #7  
Old 04-10-2007, 04:30 AM
dbirosel dbirosel is offline
 
Join Date: Feb 2007
Location: San Diego
Posts: 587
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Redlinemotorsports View Post
In your "Additional CSS Definitions", add this code in the 2nd box....
Code:
.rm_userinfo {
border: 1px solid #9FB2B8;
margin: 3px;
padding: 3px;
background-color: #DDECF1;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
}
Customize the colors to your liking.

Then in the postbit legacy template (Using the "Join Date" as an example) find....
HTML Code:
<if condition="$post['joindate']"><div><b>$vbphrase[join_date]:</b> $post[joindate]</div></if>
And replace with
HTML Code:
<if condition="$post['joindate']"><div class="rm_userinfo"><b>$vbphrase[join_date]:</b> $post[joindate]</div></if>
And just pretty much do that for all the fields you want to look cleaner
Great thanks alot. I'll try that out right now. Also, where is that mod that shows you how to input information on the navbar? The image you have for the donate button.
Reply With Quote
  #8  
Old 04-10-2007, 04:33 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dbirosel View Post
Great thanks alot. I'll try that out right now. Also, where is that mod that shows you how to input information on the navbar? The image you have for the donate button.
Its not a mod. I customized that into the navbar myself.
Reply With Quote
  #9  
Old 04-10-2007, 04:43 AM
dbirosel dbirosel is offline
 
Join Date: Feb 2007
Location: San Diego
Posts: 587
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Redlinemotorsports View Post
Its not a mod. I customized that into the navbar myself.
Care to share it?
Reply With Quote
  #10  
Old 04-10-2007, 04:49 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In your navbar template find....
HTML Code:
<if condition="$show['member']">
<td class="alt1" valign="top" nowrap="nowrap">
<div class="smallfont">
<strong><phrase 1="$bbuserinfo[musername]">$vbphrase[welcome_x]</phrase></strong><br />
ABOVE it add....
HTML Code:
<!-- Redlinemotorsports -->
<td class="alt1" align="center">
<a href="LINK_TO_DONATE"><img src="LINK_TO_DONATE_IMAGE" border="0"></a>
</td>
<!-- Redlinemotorsports -->
Change the LINK_TO_DONATE to where you want to direct users to make donations and LINK_TO_DONATE_IMAGE should be self explanatory
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:11 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04331 seconds
  • Memory Usage 2,269KB
  • Queries Executed 11 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (6)bbcode_html
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (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_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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete