vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Corporate Blue (https://vborg.vbsupport.ru/showthread.php?t=179272)

mac27 06-05-2008 01:39 AM

Quote:

Originally Posted by StreetTriple (Post 1539769)
thanks a lot!
Can you give me a .psd files of a "button" images (Forum, usercp, memberlist, calendar...etc) ?
I want to translate it in a italian lenguage!


Another question:
How i can center links in a left box in forumhome?
When i have modified the standard links, the new links are align to right... and i can't move it in any mode...

There is no PSD. The buttons in the navbar are css designed. So the text should show up in your language.

As far a aligning the links in the sidecolumn look in the Main CSS area of the style. Then scroll to the very bottom and you will see the settings for doing that in the CSS.

Quote:

Originally Posted by Player-63 (Post 1540115)
Very nice style, Installed :)

Thanks! :D

StreetTriple 06-06-2008 09:37 PM

Quote:

Originally Posted by mac27 (Post 1541163)
There is no PSD. The buttons in the navbar are css designed. So the text should show up in your language.

Are you shure?
In the MISC folder, there are all buttons presents in the navbar....
How i can (or where) change it?

mac27 06-07-2008 12:42 AM

I apologize. I was confused with another one of my styles. DOH!

I do not have a PSD file for those buttons. I am leaving on vacation in a few hours, but when I get back I will upload a blank button for you so you can create your own buttons. Please hang tight with me.

StreetTriple 06-07-2008 07:38 AM

ok thank you! i wait your answer!

mac27 06-15-2008 11:42 PM

OK try this button and see how it works for you.

Hache 06-16-2008 12:51 PM

the image in the left boxes doesnt seem to work

http://www.fsfootball.com/forums/index.php?styleid=2

i uploaded it to forum root, but no luck!

mac27 06-16-2008 11:30 PM

Quote:

Originally Posted by Hache (Post 1550788)
the image in the left boxes doesnt seem to work

http://www.fsfootball.com/forums/index.php?styleid=2

i uploaded it to forum root, but no luck!


That is because the CSS code is setup for forums located at www.yoursite.com/forum and your forum is at www.yoursite.com/forums

Do this and it will get it fixed for you.

Goto into adminCP > Styles and Templates> Style Manager> Corporate Blue> Edit Main CSS

Now scroll to the very bottom of the page and look at the bottom box located in the box labeled Additional CSS Definitions.

In the bottom box replace all the code with this:

PHP Code:

/* ***** Postbit Legacy layout ***** */
.pbit {
padding-left1px;
padding-right3px;
padding-top1px;
padding-bottom2px;
background-color#F4F3FE;
border-top1px solid #3B5485;
border-right0px solid #F4F3FE;
border-left0px solid #F4F3FE;
border-bottom1px solid #3B5485;
margin-bottom5px;
}

/* ***** Sidecolumn ***** */


ul {
        list-
stylenone;
        
margin0;
        
padding0;
        }

img {
    
bordernone;
}



#menu2 {
        
width200px;
        
margin0px;
        
border-stylesolid solid none solid;
        
border-color#395384;
        
border-size1px;
        
border-width1px;
        }

#menu2 li a {
        
height32px;
          
voice-family"\"}\"";
          
voice-familyinherit;
          
height24px;
        
text-decorationnone;
        }

#menu2 li a:link, #menu2 li a:visited {
        
color#3688BA;
        
displayblock;
        
background:  url(forums/menu2.gif);
        
padding8px 0 0 40px;
        }

#menu2 li a:hover, #menu2 li #current {
        
color#3688BA;
        
background:  url(forums/menu2.gif-32px;
        
padding8px 0 0 42px;
        } 


Just click save and all should be good.

Hache 06-17-2008 07:45 PM

thanks for your help. I did that but it doesnt seem to have worked

mac27 06-18-2008 02:43 AM

I will look more into this as to why your site is not showing the buttons. Look for an answer tomorrow night.

Pete C 06-18-2008 10:18 PM

I've finally got this working properly on my test board. I too had problems making the graphics appear for the left side boxes. Since I also use the directory forums (not forum) I edited the Main CSS as suggested, but still to no avail. I eventually got the graphics to display by using their absolute URL rather than the relative URL shown in the update.
Maybe this will work for anyone else who's still having problems:

Code:

/* ***** Postbit Legacy layout ***** */
.pbit {
padding-left: 1px;
padding-right: 3px;
padding-top: 1px;
padding-bottom: 2px;
background-color: #F4F3FE;
border-top: 1px solid #3B5485;
border-right: 0px solid #F4F3FE;
border-left: 0px solid #F4F3FE;
border-bottom: 1px solid #3B5485;
margin-bottom: 5px;
}

/* ***** Sidecolumn ***** */


ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

img {
    border: none;
}



#menu2 {
        width: 200px;
        margin: 0px;
        border-style: solid solid none solid;
        border-color: #395384;
        border-size: 1px;
        border-width: 1px;
        }

#menu2 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu2 li a:link, #menu2 li a:visited {
        color: #3688BA;
        display: block;
        background:  url (http://yourdomain.com/forums/menu2.gif);
        padding: 8px 0 0 40px;
        }

#menu2 li a:hover, #menu2 li #current {
        color: #3688BA;
        background:  url (http://yourdomain.com/forums/menu2.gif) 0 -32px;
        padding: 8px 0 0 42px;
        }

Simply change the text in red to the full URL where menu2.gif is located.


All times are GMT. The time now is 01:50 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.01346 seconds
  • Memory Usage 1,768KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (4)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