Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
FreshBlue Template Details »»
FreshBlue Template
Version: 1.10, by Dom.S Dom.S is offline
Developer Last Online: Dec 2012 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 03-28-2006 Last Update: 06-07-2006 Installs: 40
Additional Files  
No support by the author.

Hi all,

I've just completed my first free vB template which is called FreshBlue.


Demo Forum: MotoGP Boards

Hopefully it will be useful, let me know what you think.

Cheers,
Dom

Update
I've updated the template to include some statusicons for the forumhome area. You can see them at the same demo link as before and the download link's the same too. If you would prefer to upgrade the template manually (I made a couple of CSS & template changes) then instructions are available here.

Update #2
You can now download FreshBlue for vB 3.6 - see this thread for details and to download.

Supporters / CoAuthors

Show Your Support

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

Comments
  #42  
Old 04-18-2006, 07:00 PM
Dom.S Dom.S is offline
 
Join Date: Dec 2005
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What you want to do is replace $vboptions[bbtitle] in the header template with an image tag or whatever you would like to appear as the 'home' link.
Reply With Quote
  #43  
Old 04-18-2006, 07:35 PM
jellybaby jellybaby is offline
 
Join Date: Jul 2005
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dom.S
I'm happy to have a look at that for you but at the moment I can't select a different skin at all so can only view things with the standard invision boardish template. That search asks me to log in as well.

Edit: Glad you like it, TomJames.
Sorry I had to change it back as I did something wrong when I was trying to install my hacks!
Reply With Quote
  #44  
Old 04-25-2006, 06:51 PM
jellybaby jellybaby is offline
 
Join Date: Jul 2005
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone else got the problem that when they click on the pull down lists it comes up in a funny place, not where it should?
Reply With Quote
  #45  
Old 04-26-2006, 01:55 AM
Luxury Luxury is offline
 
Join Date: Apr 2006
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are we allowed to remove the "skin designed by: ..."?
Reply With Quote
  #46  
Old 04-26-2006, 03:26 AM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Luxury
Are we allowed to remove the "skin designed by: ..."?
only for a fee
Reply With Quote
  #47  
Old 04-26-2006, 07:11 AM
Dom.S Dom.S is offline
 
Join Date: Dec 2005
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jellybaby
Has anyone else got the problem that when they click on the pull down lists it comes up in a funny place, not where it should?
I realised that the CSS changes I gave for the fixed width setup aren't really comprehensive enough. I've now got a fixed version of the skin sorted which I should get around to releasing later today, but in the meantime I would suggest you try adding the following at the bottom of the 'additional CSS definitions' area:

Code:
/* Fix navbar pop-up menus */
#usercptools_menu, #navbar_search_menu {
	margin-top: -100px;
	margin-left: -160px;
}
(I can't remember if the 'Fix navbar pop-up menus' definition already exists in the full width version of the template. If so, just replace it with this.)

If that doesn't help at all you may want to work on the fixed version of the skin rather than this one, but if you've already spent a lot of time on this I'm sure we can still get everything working properly with your changes.
Reply With Quote
  #48  
Old 04-26-2006, 07:53 AM
jellybaby jellybaby is offline
 
Join Date: Jul 2005
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks so much for all your help on this, its much appreciated. Unfortunately that didnt make any difference.
Reply With Quote
  #49  
Old 04-26-2006, 09:45 AM
Dom.S Dom.S is offline
 
Join Date: Dec 2005
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry that was no help, jellybaby. I will try and have a look at your forum later.

I have just released the fixed width version which you may find quite a bit easier to work with.
Reply With Quote
  #50  
Old 04-26-2006, 11:42 AM
IceBurn3000 IceBurn3000 is offline
 
Join Date: Jan 2005
Location: Brisbane, QLD, Australia
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jellybaby
Has anyone else got the problem that when they click on the pull down lists it comes up in a funny place, not where it should?
I am also having this problem and the fix Dom gave didnt work.
Reply With Quote
  #51  
Old 04-26-2006, 02:23 PM
Dom.S Dom.S is offline
 
Join Date: Dec 2005
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

IceBurn, looking at your forum, the problem is that you have content above the navbar. Since the navbar is already negatively positioned in the design in order to fit nicely into the curved corners, things are getting messed up. I would suggest you put the welcome headers stuff underneath the navbar if at all possible.

That said, you can use my fix, I assure you. Might need some different numbers, though. Firstly, I looked at your CSS - you have the 'Fix navbar pop-up menus' in there twice. Most likely once in each of the additional CSS definitions boxes. Delete them both. Once you've done that you have a base and can find the correct negative margins through trial and error. The problem with doing this when you have text content above the navbar (and therefore drop down menus) is that if that text size is increased, your navbar will move down but the menus won't, so there could be some positioning problems.

(is it me or is vB.org a bit dead server-wise atm?)
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 03:20 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.04451 seconds
  • Memory Usage 2,303KB
  • Queries Executed 28 (?)
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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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_postinfo_query
  • fetch_postinfo
  • 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