vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=161)
-   -   FreshBlue Template (https://vborg.vbsupport.ru/showthread.php?t=111649)

Dom.S 04-18-2006 07:00 PM

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.

jellybaby 04-18-2006 07:35 PM

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!:confused:

jellybaby 04-25-2006 06:51 PM

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?

Luxury 04-26-2006 01:55 AM

Are we allowed to remove the "skin designed by: ..."?

Ohiosweetheart 04-26-2006 03:26 AM

Quote:

Originally Posted by Luxury
Are we allowed to remove the "skin designed by: ..."?

only for a fee

Dom.S 04-26-2006 07:11 AM

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.

jellybaby 04-26-2006 07:53 AM

Thanks so much for all your help on this, its much appreciated. Unfortunately that didnt make any difference.

Dom.S 04-26-2006 09:45 AM

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.

IceBurn3000 04-26-2006 11:42 AM

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.

Dom.S 04-26-2006 02:23 PM

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?)

thptquynhluu1 04-26-2006 03:52 PM

Very nice! Cool! Thanks !

jellybaby 04-26-2006 06:16 PM

Dom have set this so you can see it on my site now. Need to change the template at the bottom

IceBurn3000 04-27-2006 01:29 AM

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!

Dom.S 04-27-2006 07:39 AM

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.

jellybaby 04-28-2006 02:36 PM

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.

Dom.S 04-28-2006 02:47 PM

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.

jellybaby 04-28-2006 02:53 PM

OK Ill reinstall to see if that helps, thanks Dom

jellybaby 04-28-2006 03:02 PM

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.

Dom.S 04-29-2006 08:39 AM

Glad that's sorted it. :)

Zachery 06-08-2006 09:07 AM

As per your other thread, all modifications (styles, addons, hacks, etc) must be avaible here on vBulletin.org.

Dom.S 06-08-2006 02:56 PM

First post updated to include the download as an attachment.

Incidentally, if you have installed the template before today and either your showthread.php pages are not displaying correctly or your registration pages are messy (ie they don't look like this) then the newest version fixes those issues. Also, the markup now validates as XHTML transitional.

Sureshkumar 07-15-2006 08:35 PM

This is the best template i have seen here. What an awsome kool template yaar. Great job.

yellow_spider 07-18-2006 11:47 AM

Very nice , excellent job. :cool:

Zachery 07-20-2006 08:17 PM

So just wondering where did your insperation for this style come from?

Dom.S 07-21-2006 07:43 AM

Hard to say really, I wouldn't say anything in particular. I just favour nice 'clean' looking designs and after setting up my own vB powered forum I liked the template system so much I thought it'd be good to start offering those services as well as 'normal' web dev etc. What better way to get the ball rolling? :)

Dawnf1 09-09-2006 11:25 AM

Hi

I recently installed your skin -it looks great, but unfortunately I have a slight problem.
I have this installed, and it's worked fine throught out the forum on all our skins, but does not show up on this new skin. All my skins have our default as the parent skin, and usually when a new skin is installed, everything appears on it the same as the default.

Also, the things which are added to my quick links bar in default skin, such as arcade, are not showing on this skin.

I'd appreciate any help with this.

Dom.S 09-11-2006 08:48 AM

I would suspect that the problem is that the template uses a non-standard 'navbar' template. If the navbar was standard it would inherit the markup (and links) from the default style, however it is not so you get the 'navbar' specific to FreshBlue.

Unfortunately I can't really see a way around the problem as the changes made to 'navbar' are important to the template as a whole, you wouldn't be able to revert to the standard template without a lot of errors appearing.

Sorry about that.

rickyreter 04-26-2007 02:13 PM

will this work with 3.6.5:)


All times are GMT. The time now is 02:42 AM.

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.01239 seconds
  • Memory Usage 1,799KB
  • 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
  • (3)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (28)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