Thread: SC-BrushedBlue
View Single Post
  #17  
Old 12-02-2005, 08:10 PM
Hellcat Hellcat is offline
 
Join Date: May 2003
Location: Germany
Posts: 560
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nievesidenshop
sorry bout that should have done that from the start..lol here ya go:

http://img530.imageshack.us/img530/3466/styles1id.gif
Ah, I see!
You have quite some more stuff in your NavBar!
So all we would have to do is to implement all your additional links into the header/navbar of this style.
Well, that can be done
Is all of that put into your "navbar" template?

Quote:
Originally Posted by Mastar
How can I get my logo banner centered in the header?
In your AdminCP go to Style-Manager -> Edit-Templates (of this style)

Double click on the "header" template and look for this part:
Code:
      <table border="0" width="100%" cellpadding="0" cellspacing="0">
        <tr align="left" valign="top">
          <td>
            <a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
Change the value that's marked in bold to read like this one:
Code:
      <table border="0" width="100%" cellpadding="0" cellspacing="0">
        <tr align="center" valign="top">
          <td>
            <a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
That should center your logoimage in the header.
Don't forget not to put any whitespace in the image as that might affect centering to be a bit off

Quote:
Originally Posted by bitg
Wierd. I installed this style (and btw, thank you, it is awesome) but my columns don't line up. Look at your own site at the "Last Post" column. It does not line up with the other "last post" columns. the same thing is happening to me.

BTW, mine is a parent style so it is not pulling anything from any other style.
Yes, that's right.
It's because every category is now a table of its own.
But the link PtP posted explains pretty good how to set them to a fixed width to make them align to each other again.
If you have trouble with this drop me a PM and I'll send you a modified template :up:
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02150 seconds
  • Memory Usage 1,778KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete