vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=237)
-   -   Clean Blue (https://vborg.vbsupport.ru/showthread.php?t=202746)

HaYLaZ 01-21-2009 10:00 PM

Clean Blue
 
1 Attachment(s)
Installation

Download zip and extract.

Upload Cb folder to your forums root. Than import Style xml file (fixed or fluid) via admincp>>style manager>>download-upload styles section.


Adding Any Lin k to Navbar

open header template and find

Code:

<div class="nvlink" align="center">
add your codes below it example;

<div class="nvlink" align="center">
<a href="#">My Link </a>

For Vbulletin 3.7.X Version can be found at Here

Zip File Contains :

Style Files
Xml File
Psd Files
Fonts

Updated 3.8.2

abouahmed 01-22-2009 06:53 PM

thanks......

installed,

Darkmaster92 01-22-2009 07:22 PM

Installed, thank you :)

iRoamer 01-23-2009 01:07 AM

Thanks! Installed. :)

christicehurst 01-23-2009 01:36 AM

How do I update from the last version as I have a number of colours and images changed on it?

steve1966 01-23-2009 07:58 AM

thank you

akee 01-23-2009 10:23 AM

thanks the upgrade

frozen187 01-26-2009 12:51 AM

1 Attachment(s)
There seems to be a problem with the tables where the last post shows.
I've attached a image of the problem.
I've installed this style on a clean installed right from vBulletin and I have no changes made to the forum.

AshMagic 01-26-2009 11:13 AM

Very Nice :)

HaYLaZ 01-26-2009 05:55 PM

Quote:

Originally Posted by frozen187 (Post 1724780)
There seems to be a problem with the tables where the last post shows.
I've attached a image of the problem.
I've installed this style on a clean installed right from vBulletin and I have no changes made to the forum.

can you give me the link

rarehabbo 01-27-2009 12:32 AM

Anyone have the blank psd

HaYLaZ 01-27-2009 08:32 AM

psd file included already

rarehabbo 01-27-2009 10:24 PM

its not blank, the letters saying Cleanblue are still there and you cant get rid of them

steve1966 01-28-2009 08:16 AM

Hi 3.81 needs template edits

Blade-uk 02-02-2009 02:03 PM

Very nice style and i have it on my site but when people get a PM, the instant notification doesn't work and when you click top right to go to your messages, it does nothing.

I'm running 3.8, soon to be 3.81 if you could update it please.

Can this be fixed please.

Andy

Blade-uk 02-04-2009 07:59 AM

Anyone? I really like this style but it doesn't work properly in the issue stated above.

Andy

Surreal-BB 02-11-2009 07:14 PM

Each image is with the extension Filetype_en_US_default?

Now it doesn't show any images.

EDIT - Got that sorted. My problem is that when i got to edit the navbar template, i cannot find for instance the "FAQ" code, even though it shows in the navbar when i view my site. I can edit other things such as "Community Links". When i try to add a new link it messes the whole navbar up and some links end up above the logo with others way to the right of the style. Some help would be appreciated.

HaYLaZ 02-13-2009 06:22 AM

Quote:

Originally Posted by Blade-uk (Post 1731926)
Very nice style and i have it on my site but when people get a PM, the instant notification doesn't work and when you click top right to go to your messages, it does nothing.

I'm running 3.8, soon to be 3.81 if you could update it please.

Can this be fixed please.

Andy

Updated 3.8.1

Quote:

Originally Posted by steve1966 (Post 1726983)
Hi 3.81 needs template edits

Fixed and updated to 3.8.1

2L8 02-19-2009 09:42 PM

installed as second skin mucas gracias and great work homie

Battle_Ring 02-21-2009 12:09 PM

IS it possible to get the logo to display all the way to the l eft isntead of having that space in there
http://www.southlandforum.com/index.php

RedPoint 02-22-2009 11:23 AM

1 Attachment(s)
Hi, i installed the style as new style, but i have a big problem with the Header, show here please:
Attachment 95322

can anyone help me please?

HaYLaZ 02-22-2009 04:40 PM

Quote:

Originally Posted by Battle_Ring (Post 1750640)
IS it possible to get the logo to display all the way to the l eft isntead of having that space in there
http://www.southlandforum.com/index.php

you must remove the banner area from header template than you can add big header image

Quote:

Originally Posted by RedPoint (Post 1751319)
Hi, i installed the style as new style, but i have a big problem with the Header, show here please:
Attachment 95322

can anyone help me please?

ı think you have added new link to navbar read the first message how to add new link.

If you installed a new mod you must add the link manualyy to header template instead of navbar.

820Media 02-23-2009 02:14 PM

Best skin ever and its so easy to add the extra link when i installed a new mod..

Thanks!

RedHacker 02-25-2009 11:55 AM

Thanks for this Style but not good can i have the without the "Clean Blue" please....?

RedHacker 02-26-2009 04:14 AM

Solved the logo.gif!!! How can change size in text box as preselecting....?

Artak 02-27-2009 05:35 PM

A little bug with forum leaders link. The link is on the forum home, even if You disabled it from admin.

You have to edit FORUMHOME template
find
PHP Code:

<a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a

Replace with
PHP Code:

<if condition="$vboptions['forumleaders']">&nbsp; &nbsp;
            <
a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if> 

sorry for english :)

HaYLaZ 03-02-2009 05:53 AM

1 Attachment(s)
Quote:

Originally Posted by RedHacker (Post 1754177)
Thanks for this Style but not good can i have the without the "Clean Blue" please....?

added

Quote:

Originally Posted by RedHacker (Post 1754895)
Solved the logo.gif!!! How can change size in text box as preselecting....?

main css >>select menus option

NakedAlien 03-02-2009 06:20 AM

I edited the template and removed this : <div class="afterlogo">Random Text</div>
And now I want to add it back, but instead of the text I will add images. Where do I add? I forgot where I took it away from in the first place :)

RedHacker 03-02-2009 01:23 PM

Quote:

Originally Posted by HaYLaZ (Post 1758241)
main css >>select menus option

Input Verdana 11 but not change anything....

Scormen 03-06-2009 07:33 AM

Nice style!

But it isn't W3C valid, just some little problems with that. Are you planning to get this template valid? That would be very nice!

One more thing: you haven't closed the tbody of this table:

Code:

<table class="tborder_icons" align="center" border="0" cellpadding="6" cellspacing="0" width="100%">
But again, very nice template!

Andy365 03-06-2009 08:29 AM

Hi

I am trying to change the link color of the fonts in the navigation of this skin. In the additional CSS:

Code:

nvlink {
font:bold 11px Tahoma;
font-color:#FFFFFF;
text-decoration:none;
width:auto;
}
.nvlink a {
font-color:#FFFFFF;
text-decoration:none;
margin-right:20px;
}
.nvlink a:visited {
font-color:#FFFFFF;
text-decoration:none;
margin-right:20px;
}
.nvlink a:hover{
font-color:#CCCCCC;
text-decoration:underline;
}

Only the hover color works though. Is there something I am doing wrong here?

Andy365 03-06-2009 08:45 AM

Figured it out. I needed to use the "thead" class instead.

Trying to figure out how to make space between the links though....they are too close together.

intensecool 03-06-2009 12:49 PM

How can writing out ?

https://vborg.vbsupport.ru/external/2009/03/119.jpg

anderow 03-08-2009 04:47 PM

I am running the 3.7 version of this skin and it seems to run fine with 3.8xx

What will I gain from an upgrade and losing all my customisations etc?

Anyone know the best way to update a Skin and put the mods back into the new one?

anderow 03-09-2009 12:16 AM

Also, just noticed but on the 3.7 VB (ive updated to 3.8 on my test DB and trying to get the new CB skin working pre upgrade) I have on the homepage, the subforums listed in a drop down listbox on the homepage.

So for each main forum, its subforums are in a listbox underneath.

This is a setting available in the VB admin panel (but I cant find it for the life of me at the moment)

Anyway, it doesnt work anymore on the new clear blue.... :(

My test site is a replica of my working forums... so I know it 'did' work using the old 3.7 skin.?

Any ideas please?

HaYLaZ 03-12-2009 07:16 AM

Quote:

Originally Posted by Andy365 (Post 1761654)
Hi

I am trying to change the link color of the fonts in the navigation of this skin. In the additional CSS:

Code:

nvlink {
font:bold 11px Tahoma;
font-color:#FFFFFF;
text-decoration:none;
width:auto;
}
.nvlink a {
font-color:#FFFFFF;
text-decoration:none;
margin-right:20px;
}
.nvlink a:visited {
font-color:#FFFFFF;
text-decoration:none;
margin-right:20px;
}
.nvlink a:hover{
font-color:#CCCCCC;
text-decoration:underline;
}

Only the hover color works though. Is there something I am doing wrong here?

You must change #ffffff color sections above the code.

Quote:

Originally Posted by anderow (Post 1763304)
I am running the 3.7 version of this skin and it seems to run fine with 3.8xx

What will I gain from an upgrade and losing all my customisations etc?

Anyone know the best way to update a Skin and put the mods back into the new one?

3.7.x version

https://vborg.vbsupport.ru/showthread.php?t=171410

NakedAlien 03-13-2009 06:18 PM

How do I center the logo? Do I have to remove something? Because I've tried the <center> tags but it doesn't have any effect.

RedHacker 03-16-2009 07:21 AM

<a href="https://vborg.vbsupport.ru/showpost.php?p=1769398&postcount=3446" target="_blank">https://vborg.vbsupport.ru/showp...postcount=3446</a>

Help please.....

DPtheGod 03-17-2009 08:57 PM

Thanks for this! I'll download and install tonight at home. :)

Artak 03-31-2009 06:43 PM

Hello.. Is any update need for 3.8.2 version ?


All times are GMT. The time now is 05:28 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.01560 seconds
  • Memory Usage 1,826KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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