Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Corporate Blue Details »»
Corporate Blue
Version: 1.00, by mac27 mac27 is offline
Developer Last Online: Oct 2009 Show Printable Version Email this Page

Version: 3.7.0 Rating:
Released: 05-13-2008 Last Update: Never Installs: 47
Code Changes Additional Files  
No support by the author.

Here is a business style I designed. I used allot of the default vB colors and graphics, but in the end I think it all worked out. I have added some rollover buttons on the left side of the forum.




1. Open your ftp client to your server. Go to your forum's images folder, open it, and create a styles folder.
2. Next, upload the "corporateblue" folder via FTP to your server, into your forum's styles folder, so that your image path is images/styles/corporateblue/buttons, for example.
3. After you've uploaded the folder, open your admin control panel on your forum, and import the xml file, by going to Styles & Templates > Download / Upload styles > Import Style XML File.
4. Click on the Browse button, locate the corporate-blue.xml file, and double-click it so it loads in that box, then hit the Import button.

Now open the folder labeled "Upload to forum root" and upload the file in that folder to your forum root.

That's it!

How to edit your buttons in the side column.

1. Go into adminCP | Styles & Templates | Style Manager | Edit Templates | Forum Home Templates | Forumhome.
2. Now below the $navbar you will see the following:

PHP Code:
<div id="menu2">
                        <
ul>
                                <!-- 
CSS Tabs -->
<
li><a id="current" href="http://www.YOURSITE.com">YOUR SITE</a></li>
<
li><a href="Link 2">Button 2</a></li>
<
li><a href="Link 3">Button 3</a></li>
<
li><a href="Link 4">Button 4</a></li>
<
li><a href="Link 5">Button 5</a></li>
<
li><a href="Link 6">Button 6</a></li>

                        </
ul>
                </
div
This is where you edit your buttons. I have a sample one done for you to see how to do it.


To add a new button just add this line above the </ul> tag:

PHP Code:
<li><a href="Link 2">Button 2</a></li
I hope you enjoy this style.

Thanks
Chris

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 06-05-2008, 01:39 AM
mac27 mac27 is offline
 
Join Date: Jun 2006
Location: Kentucky
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by StreetTriple View Post
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 View Post
Very nice style, Installed
Thanks!
Reply With Quote
  #23  
Old 06-06-2008, 09:37 PM
StreetTriple's Avatar
StreetTriple StreetTriple is offline
 
Join Date: Sep 2007
Location: Italy
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mac27 View Post
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?
Reply With Quote
  #24  
Old 06-07-2008, 12:42 AM
mac27 mac27 is offline
 
Join Date: Jun 2006
Location: Kentucky
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #25  
Old 06-07-2008, 07:38 AM
StreetTriple's Avatar
StreetTriple StreetTriple is offline
 
Join Date: Sep 2007
Location: Italy
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok thank you! i wait your answer!
Reply With Quote
  #26  
Old 06-15-2008, 11:42 PM
mac27 mac27 is offline
 
Join Date: Jun 2006
Location: Kentucky
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK try this button and see how it works for you.
Reply With Quote
  #27  
Old 06-16-2008, 12:51 PM
Hache Hache is offline
 
Join Date: Feb 2008
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #28  
Old 06-16-2008, 11:30 PM
mac27 mac27 is offline
 
Join Date: Jun 2006
Location: Kentucky
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hache View Post
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.
Reply With Quote
  #29  
Old 06-17-2008, 07:45 PM
Hache Hache is offline
 
Join Date: Feb 2008
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for your help. I did that but it doesnt seem to have worked
Reply With Quote
  #30  
Old 06-18-2008, 02:43 AM
mac27 mac27 is offline
 
Join Date: Jun 2006
Location: Kentucky
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will look more into this as to why your site is not showing the buttons. Look for an answer tomorrow night.
Reply With Quote
  #31  
Old 06-18-2008, 10:18 PM
Pete C's Avatar
Pete C Pete C is offline
 
Join Date: Aug 2005
Location: South coast, England
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:43 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09550 seconds
  • Memory Usage 2,345KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete