vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   Black and Gold 3.6 (https://vborg.vbsupport.ru/showthread.php?t=124439)

KevinLiles 09-21-2006 03:56 AM

I need help fixing this. It doesn't look the same. Thank youhttp://usera.imagecave.com/kevinliles/testtesttest.gif

Roan 10-01-2006 01:16 AM

Re: Misalignment in Postbit Legacy

Not sure what you did to fix this, Andrew, but all I did was substitute the infraction.gif icon with a different one. IMO the icon made for the skin was too wide and that is what was throwing everything off in postbit. Sometimes all the icons would wrap and sometimes just push everything out of alignment. Once I changed it to a 21x17 pixel gif everything aligned perfectly in IE and Firefox.

Of course, being the admin I have the online/offline, infraction, report post, gif and IP gifs displayed, which is probably why it was out of alignment for me in the first place.

Hope this helps if the problem hasn't been fixed.

Roan

Andrew 10-01-2006 06:53 AM

Hmm - I'll look into that later today and see if the dimensions for that image are hard coded or something.

Zork2 10-01-2006 08:41 AM

I just installed the skin, it looks really good. thanks.

Andrew 10-01-2006 09:54 AM

Quote:

Originally Posted by Zork2
I just installed the skin, it looks really good. thanks.

Glad you like the style :)

alyster4k 10-02-2006 12:55 AM

Quote:

Originally Posted by Roan
Re: Misalignment in Postbit Legacy

Not sure what you did to fix this, Andrew, but all I did was substitute the infraction.gif icon with a different one. IMO the icon made for the skin was too wide and that is what was throwing everything off in postbit. Sometimes all the icons would wrap and sometimes just push everything out of alignment. Once I changed it to a 21x17 pixel gif everything aligned perfectly in IE and Firefox.

Of course, being the admin I have the online/offline, infraction, report post, gif and IP gifs displayed, which is probably why it was out of alignment for me in the first place.

Hope this helps if the problem hasn't been fixed.

Roan

Roan, your suggestion fixed my view. Thank you!!

Clochard 10-02-2006 11:44 AM

Quote:

Originally Posted by Andrew
Well - You can always hard code the column widths for the forumbits - Check out this link here where I posted the fix for the vBulletin 3.5 version (Should still be the same thing):

https://vborg.vbsupport.ru/showpost....4&postcount=99

Hello,

first, excuse my bad english :) ,

I have Hardcoded the width of the Tables.

In Template forumhome_forumbit_level1_nopost

Original
Code:

        <tr align="center">
          <td class="thead">&nbsp;</td>
          <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="175">$vbphrase[last_post]</td>
          <td class="thead">$vbphrase[threads]</td>
          <td class="thead">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead">$vbphrase[moderator]</td>
          </if>
        </tr>

My changed
Code:

<tr align="center">
          <td class="thead">&nbsp;</td>
          <td class="thead" width="55%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="30%">$vbphrase[last_post]</td>
          <td class="thead">$vbphrase[threads]</td>
          <td class="thead">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead">$vbphrase[moderator]</td>
          </if>
        </tr>

And it works fine, you must change width in percent and not in pixel.

Greetings, Clochard
www.family-of-baelgun.de

TeCer 10-04-2006 06:17 PM

hello
i have this famous problem of misalignment and no one of solution posted here works for me.

my version is 3.6.1

i see the wrong alignment only when i'm logged and only with Opera & IE


some help? :confused:

jklimczak 10-05-2006 12:09 AM

Will this work with 3.6.2

Andrew 10-05-2006 01:41 PM

I'm not sure about 3.6.2, but there can't have been that many changes with that quick of a release (I'll update the .XML file and such anyways on Sunday regardless.)


All times are GMT. The time now is 04:19 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.01213 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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