vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   How do I change Postbit info color? (https://vborg.vbsupport.ru/showthread.php?t=215003)

Linkz0r 05-31-2009 04:54 PM

How do I change Postbit info color?
 
Hi, I would like to change whats in the image below to a darker color, so it stands out more on my template, any ideas how?
https://vborg.vbsupport.ru/external/2009/05/3.png

Lynne 05-31-2009 05:11 PM

This should help with the class to modify. However, if you alter the class, it will change in other areas on the site. Thread Template

If you don't want to modify the color in other areas, you will have to add a background color to the td tag for that area.

Seven Skins 05-31-2009 08:49 PM

Find in postbit_legacy template:
HTML Code:

<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
Replace:
HTML Code:

<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px; background: #F5F5F5">
Change the BACKGROUND color to whatever you want.

.

Linkz0r 05-31-2009 09:23 PM

Quote:

Originally Posted by Seven Skins (Post 1820865)
Find in postbit_legacy template:
HTML Code:

<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
Replace:
HTML Code:

<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px; background: #F5F5F5">
Change the BACKGROUND color to whatever you want.

.

I done what you said and it changed the background colour, but now my postbit legacy layout is messed up
https://vborg.vbsupport.ru/external/2009/05/2.png
Is there anyone that would be able to take a look at my postbit Legacy template code and fix this for me, or anyone that has a solution for this that could post here?
The website if you wish to take a look at the template error http://www.club-gamer.com Thank you.

Seven Skins 05-31-2009 09:31 PM

There must have no line of code with this:


HTML Code:

<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">


You can post your template here or send it to me in PM .

Linkz0r 05-31-2009 09:36 PM

Quote:

Originally Posted by Seven Skins (Post 1820904)
There must have no line of code with this:


HTML Code:

<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">


You can post your template here or send it to me in PM .

Alright I private messaged you thanks.


All times are GMT. The time now is 05:28 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.01120 seconds
  • Memory Usage 1,730KB
  • 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
  • (6)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete