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
  #52  
Old 04-26-2006, 03:52 PM
thptquynhluu1 thptquynhluu1 is offline
 
Join Date: Apr 2006
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice! Cool! Thanks !
Reply With Quote
  #53  
Old 04-26-2006, 06:16 PM
jellybaby jellybaby is offline
 
Join Date: Jul 2005
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dom have set this so you can see it on my site now. Need to change the template at the bottom
Reply With Quote
  #54  
Old 04-27-2006, 01:29 AM
IceBurn3000 IceBurn3000 is offline
 
Join Date: Jan 2005
Location: Brisbane, QLD, Australia
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dom.S
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?)
My bad.. i had gotten distracted while applying the update. All working now! Thanks!
Reply With Quote
  #55  
Old 04-27-2006, 07:39 AM
Dom.S Dom.S is offline
 
Join Date: Dec 2005
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad that sorted it, IceBurn.

Quote:
Originally Posted by jellybaby
Dom have set this so you can see it on my site now. Need to change the template at the bottom
Ah ok, well the reason these aren't working properly is that my 'fix' only applies to the standard menus, ie the search and quick links menus. Also as you've also modified the navbar quite a bit we may need some different margin numbers to get the positioning right. Not a problem though. What I'd suggest you try first is to add the extra menu navbars to CSS 'fix', with this code (replace the old one):

Code:
/* Fix navbar pop-up menus */
#custom_links_menu, #itrader_ext_menu, #usercptools_menu, #navbar_search_menu {
	margin-top: -160px;
	margin-left: -100px;
}
The second problem is that your iTrader dropdown doesn't seem to be loading at all. I've checked, and this is because it doesn't exist. The menu should be starting with the code:

Code:
<div class="vbmenu_popup" id="itrader_ext_menu" ...
But that just isn't in the markup, for whatever reason. So to make it appear, you need to add the menu content into the markup somewhere. There's more info on doing that here.
Reply With Quote
  #56  
Old 04-28-2006, 02:36 PM
jellybaby jellybaby is offline
 
Join Date: Jul 2005
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry should have said I knew some didnt work not all info added in for the Itrader. Tried the fix you suggested but unfortunately didnt make any difference.
Reply With Quote
  #57  
Old 04-28-2006, 02:47 PM
Dom.S Dom.S is offline
 
Join Date: Dec 2005
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The fix definitely does make a difference as I tested it myself to be sure.

I've uploaded the test file I used. Most of the images are broken as it apparently saved oddly, but you can see that the extras menu behaves as it should. http://www.vaya.ws/misc/mumzonetmp/

I haven't changed the HTML at all there, that's just the CSS change I gave in my previous post.
Reply With Quote
  #58  
Old 04-28-2006, 02:53 PM
jellybaby jellybaby is offline
 
Join Date: Jul 2005
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK Ill reinstall to see if that helps, thanks Dom
Reply With Quote
  #59  
Old 04-28-2006, 03:02 PM
jellybaby jellybaby is offline
 
Join Date: Jul 2005
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very strange, I did a fresh install and put the exact code in you said, and its still not coming up in the same place as yours! Ive just played around and seem to have it in the right place now though thanks.
Reply With Quote
  #60  
Old 04-29-2006, 08:39 AM
Dom.S Dom.S is offline
 
Join Date: Dec 2005
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad that's sorted it.
Reply With Quote
  #61  
Old 06-08-2006, 09:07 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As per your other thread, all modifications (styles, addons, hacks, etc) must be avaible here on vBulletin.org.
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:51 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.05153 seconds
  • Memory Usage 2,309KB
  • 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
  • (2)bbcode_code
  • (2)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
  • (3)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