vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=161)
-   -   SC-BrushedBlue (https://vborg.vbsupport.ru/showthread.php?t=101992)

Mastar 12-02-2005 02:27 PM

How can I get my logo banner centered in the header?

Holidazed 12-02-2005 02:30 PM

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.

Darkus 12-02-2005 05:38 PM

Awesome Style there Hellcat. Nice Job. Certanly going to use it on my Forums when I get the time :)

seany1 12-02-2005 07:30 PM

excellent job :)

PtP 12-02-2005 07:35 PM

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.


http://www.vbulletin.com/forum/showthread.php?t=156777

;)

Hellcat 12-02-2005 08:10 PM

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:

Kran 12-02-2005 10:03 PM

So you decided to release it eh? Well I like it over at SC :) good job :)

ahennings 12-03-2005 07:01 PM

FANTASTIC!!! What a super job you did here with this skin Hellcat! Thanks a million!

Jenkins 12-04-2005 11:15 PM

yeah this skin is awesome. I have a newbie question though. I have a lot of hacks on my default style, is there a way to "Merge" the hacks into the new thread?

Hellcat 12-05-2005 08:02 AM

Quote:

Originally Posted by Jenkins
yeah this skin is awesome. I have a newbie question though. I have a lot of hacks on my default style, is there a way to "Merge" the hacks into the new thread?

All modifications applied to the templates in the default style to integrate the hack(s) just have to be re-done on the same templates in every other style where you'd like to use them.

If the hack has an installer that does it automatically try to re-install the hack so the new style(s) are affected as well.


All times are GMT. The time now is 02:10 PM.

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.01126 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete