PDA

View Full Version : 2 Simple Questions need answered.


Gotklze
11-22-2006, 01:20 PM
The site I am working on is

www.gotklze.com
user: test
pw: test

1: Anyways how do I get the tcat bar as well as the modules title bars to look exactly like my forums tcat bar. I cant seem to find where to change the coding.


2: I have seen one sites that people have two rows of navbars due to way too many buttons. How do I add another row of navbuttons?

Any help would be greatly appreciated!

Brian
11-22-2006, 01:56 PM
http://www.vbadvanced.com/forum/showthread.php?t=1345

Our Sponsors
 

Gotklze
11-22-2006, 02:30 PM
Thank you Brian, for directing me to that link.
But my issue is not with the VB side but with the VBAdvanced front page not loading those css preferences which load quite well in the VB Tempate.

I guess I just want to know what file to edit and where is it located. Since whatever preference I edit in my css doesnt reflect on my Vbadvanced front page.
Is there a template which addresses modules or teh front page seperately that I can make those changes too?

I have scoured around looking for this in the search feature, but it's like a mystery and few people want to share their wealth of knowledge.
I am sure alot of people ask this same question, so if anyone knows perhaps a sticky or a FAQ for all us noobs would be great!

Brian
11-22-2006, 02:39 PM
That's exactly what the post tells you how to correct.

Updating Style Images Manually:
If it is the buttons/logo/status icons/etc that you are having a problem with, go to your Style Manager in your Admin CP. From there, select 'All Style Options' next to the style you are having a problem with. On that page you will see a list of image paths. Make sure that all of the paths there contain the full URL to each directory.
If some of your background images are missing, scroll farther down this page and look for any CSS classes that have something like this for the 'Background' section:
#000000 url(images/whatever/something.gif)
Change those to the full URL to the image, so it looks something more like this:
#000000 url(http://yoursite.com/forum/images/whatever/something.gif)

Our Sponsors
 

Gotklze
11-22-2006, 07:05 PM
Thank You, I must have had a serious Brain Fart today!