View Full Version : Clean Blue
Installation
Uplaod cb folder to forums root than import style xml file (fixed or fluid)
Zip Contains
Logo and buttons psd file.
Attachments
Screenshots are added.
Turkish Buttons Added
Post Thanks button Added
Fixed double search buttons
Updated vbulletin 3.7.0 Gold
Updated vbulletin 3.7.1
Updated vbulletin 3.7.2
Updated vbulletin 3.7.3
For Adding more links to navbar please Read the posts.
Stromba
25 Feb 2008, 15:43
Super nice man.. :)
Thx Haylaz
TheProphet
25 Feb 2008, 15:52
Looks nice... thx
slmoney
25 Feb 2008, 16:10
What is the difference between this style and the VB Default one you released? I am really liking these styles!
cyberbob73
25 Feb 2008, 16:14
Thanks :eek: + :up:
What is the difference between this style and the VB Default one you released? I am really liking these styles!
Default beta removed for some reasons. Use clean blue instead of default beta
slmoney
25 Feb 2008, 17:18
ok thanks!
FotoBilgi
25 Feb 2008, 17:33
Haylaz what is the header code for add another link..
Thank you for theme..
Haylaz what is the header code for add another link..
Thank you for theme..
You can add links what you want. For this;
open header template and find;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Add your codes between these codes.
papill0n
25 Feb 2008, 19:17
Love this skin thanks :up:
CrashPush
25 Feb 2008, 19:45
HaYLaZ, first off thanks for this beautiful skin. This skin should be a vBulletin default.
Second, I will post later on when I get home the screenshot of how the navigation buttons change when viewing the skin on vBadvanced.
Third, I would like to use my own full banners on the skin. I would like to know how to completely remove the code for the banners that are included in the skin.
HaYLaZ, first off thanks for this beautiful skin. This skin should be a vBulletin default.
Second, I will post later on when I get home the screenshot of how the navigation buttons change when viewing the skin on vBadvanced.
Third, I would like to use my own full banners on the skin. I would like to know how to completely remove the code for the banners that are included in the skin.
If you want to add more links to the navbar open header template and find this line add your code below;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
There isnt included any banner in the template. You mean that the text of the right side of logo you can just replace your banner codes with text
CrashPush
26 Feb 2008, 15:53
There isnt included any banner in the template. You mean that the text of the right side of logo you can just replace your banner codes with text
What I mean is that your header or banners are made of multiple images. I would like to get rid of "headarka.gif" and "thead.gif" in the banner/header so I can use the Rotating Banners mod and rotate my 100's of banners that I created that are 950x175 pixels in size.
I'm having trouble figuring out exactly which code to remove. The rest of the skin will stay just the way it is. It really is a beautiful skin great job.
These are the header codes you can customize for your website;
<td height="122" class="header"> = Main table background
And thead.gif is categories image gif
By the way i cant say that ı understood you correctly:D
Nice! Really nice!
Thanks mate!
nbr1dan
27 Feb 2008, 01:10
Very nice, thanks alot!:D
Great job !
installed !
can you release this for 3.6.8
you can use this with 3.6.8 too
safakuygur
27 Feb 2008, 13:51
thanks Haylaz
güzel bir tema sağolasın
Default beta removed for some reasons. Use clean blue instead of default beta
Anything secruity wise ?
No security issue. Vbulletin logo usage etc.
My users loved this theme... thanks. :)
Skierpetros
29 Feb 2008, 17:02
how can i remove this (Banner Or Announcements Here)???
it is in the header template.
slmoney
29 Feb 2008, 19:57
My users loved this theme... thanks. :)
SO do mine! It is a nice and clean style. Works great!
I made some slight modifications to it (changed the editor buttons and so on)..other than that its a perfect style.
Skierpetros
29 Feb 2008, 20:21
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Design by HTWoRKS
i want this be under the time show how can i do it?
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Design by HTWoRKS
i want this be under the time show how can i do it?
Open footer template than find these codes;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
cut these codes with ctrl + x key combination.
Open forumhome template and find;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
just paste the codes which you have cutted before below the time codes above;)
slmoney
01 Mar 2008, 23:14
Ok..may have found a bug..
In the area where you are logged in...it says Private Messages. For Beta 3.7, it should read My Notifications, with a drop down menu. I don't have that.
Anyone else have this..or again..is it just me?
I have tested with 3.7.0 Beta 4 and i didnt see the bug that you said.
I seems normal. Ts says your notifications when you get private message or other messages
Did you make any modification on navbar template?
Skierpetros
02 Mar 2008, 18:38
how i add or remove things on the navbar>>???
Skierpetros
02 Mar 2008, 18:51
i want to add this on the navbar
<if condition="$show['member']">
<if condition="$vboptions['vbplaza_enabled']"><td id="vbplazamenu" class="vbmenu_control"><a href="$show[nojs_link]#vbplazamenu">$vbphrase[vbplaza_name] $vbphrase[vbplaza_menu]</a> <script type="text/javascript"> vbmenu_register("vbplazamenu"); </script></td></if>
</if>
and when i put them i have problem
slmoney
02 Mar 2008, 19:08
I have tested with 3.7.0 Beta 4 and i didnt see the bug that you said.
I seems normal. Ts says your notifications when you get private message or other messages
Did you make any modification on navbar template?
I swear..my browser hates me sometimes. All is well with this style. It now says Notifications...
Thanks!
i want to add this on the navbar
<if condition="$show['member']">
<if condition="$vboptions['vbplaza_enabled']"><td id="vbplazamenu" class="vbmenu_control"><a href="$show[nojs_link]#vbplazamenu">$vbphrase[vbplaza_name] $vbphrase[vbplaza_menu]</a> <script type="text/javascript"> vbmenu_register("vbplazamenu"); </script></td></if>
</if>
and when i put them i have problem
Try to put like this;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
It must work;)
Skierpetros
03 Mar 2008, 21:01
can you give me a code to add simple my titles on the navbar?
open header template and find;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
add your codes below;)
Skierpetros
04 Mar 2008, 17:27
when i am login on my site in the navbar exist a button register what i do wrong how can i remove it?
sorry for the questions but i am new admin and webmaster and i am on the level of learning yet.
open header template and look this code it is still correct and same with below;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Skierpetros
04 Mar 2008, 19:39
yes any suggestion about that???
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
This is my header and i also i want to put i button Portal tou redirect to http://www.greek-chater.com/index.php and i want one more button named Flash-Chat to redirect to http://www.greek-chater.com/forums/misc.php?do=flashchat
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
You can change the name of items which ı wrote bold.
Skierpetros
04 Mar 2008, 21:18
i have again the problem of the register when i am logged please come to my forum www.greek-chater.com/index.php and see it
Visitors can see Register button. After you logged in you dont see register button.
I looked at your website and everything is ok but can you create a test user to login your site.
I can see more detailed when ı logined. Tried to register but ı cant:D
Skierpetros
05 Mar 2008, 12:00
ok i will create you a user and i send his details by pm ;)
in header template find these codes;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Put registr button codes above the usercp codes like below;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Try this.
Skierpetros
05 Mar 2008, 12:54
nothing happen could you write me again the teplate header?
import style xml file overwriting old one.
Skierpetros
06 Mar 2008, 16:33
i will lose many others edits on templates
maniacop
09 Mar 2008, 03:32
Ok im having a problem in the front page, is showing 2 "search" buttons and 2 "Today's Posts".
This happens before you login when you are viewing the board as guest, once you login the navbar goes back to the normal links...
Im using 3.6.8 Patch 2 and vbadvanced 3.0 but it looks the same from the board side or the portal side.
http://img524.imageshack.us/img524/4797/56082355zb2.jpg (http://imageshack.us)
http://img524.imageshack.us/img524/4797/56082355zb2.344aa54a31.jpg (http://g.imageshack.us/g.php?h=524&i=56082355zb2.jpg)
Let me know what do i need to change from here or somewhere else please :D
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Thank you and great style! "by the way where and how can i acquire the Prox style?"
Can you give a live demo ?
bainsey
09 Mar 2008, 18:18
looks fantastic.
Template was updated to 3.7.0 Beta 6.
First message and zip files are updated.
Who wants to fix only double search button make changes below;
open header template and change all contents with;
Fluid Version:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Fixed Version;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Who wants to make new installation just download the zip file and follow the installation steps
mauro1947
12 Mar 2008, 01:12
Really nice Style.
Many Thanks :D
Elbulus
12 Mar 2008, 15:37
Is it possible to add a 2nd row to the Nav bar ?, Managed to add the buttons but cant get the background to show on them :(
Skierpetros
15 Mar 2008, 23:45
Can you make a logo.gif to say Greek-Chater like this who say CLEAN BLUE
I will aprreciate this./..
helping-ict.com
16 Mar 2008, 02:18
Thanks and great skin!
Skierpetros
17 Mar 2008, 15:13
something else how can i move my forum statics and put them next to Welcome, Skierpetros. You have unread messages; Total .
You last visited: Yesterday at
thank you!
ErolALP
19 Mar 2008, 15:19
Teşekkürler Sadri bey gerçekten harika temalarınız var.
laurens800
20 Mar 2008, 21:36
does not work for me the main page part if wrong.... because some reason it does not seperate the forums
crash resistant
23 Mar 2008, 20:48
How can I install this for Rc1?
While you are installing style (importing xml file) select ignore style version than press import
Skierpetros
24 Mar 2008, 17:23
can you make my the logo?
Weapon-x
28 Mar 2008, 03:36
Simple Question. Where in the navbar can I add more links? Or what is a really easy way to add more links?
open header template and find;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
add your link codes below;
example: <a href="#">Link 1</a>
stapler2025
28 Mar 2008, 23:40
can you make my the logo?
What text do you want the logo to say? I can change it for you :)
Skierpetros
30 Mar 2008, 14:47
Greek-Chater
The Power Of Greek Chat
thank you!
Skierpetros
03 Apr 2008, 18:37
Here is your logo:D
sorry i want a logo to say Greek-Chater as you make it without the orange text The power of Greek chat and one other to say the power of greek chat without Greek-chater can you make me this plz???
i want it at 300x 122
toucan42
12 Apr 2008, 23:26
Hi What font are you using for the buttons? Do you have the PSD for the Thanks button?
kaptanblack
13 Apr 2008, 00:17
Good working,thanks ;)
thanks button psd and fonts are attached
is fully compatible onto RC3?
is fully compatible onto RC3?
is it if not could you update the style thank you very much for this style very good looking style i am using it on my forum and everyone loves it so if you could make and update so it will work with 3.7x that would be great thank you again :):up:
It will be update when vbulletin gold released. Dont worry all time ı will give support;)
Will this style work on vb 3.6.8 ?
Updated vbulletin 3.7.0 RC4
TheProphet
29 Apr 2008, 14:23
Thx for the upgrade m8...
webspider
29 Apr 2008, 14:41
Nice style. Could you make a matching "Groan" button as well?
Thanks
Hi,
vBulletin 3.7.0 stable.
Please update
strive_zoul
30 Apr 2008, 09:35
Great! Thanks:)
Dear I'm install.
But slow speed.!
nachofrades
30 Apr 2008, 17:22
Very nice and balanced style, works perfectly, great job!
Thanks and Congrats.
:)
yousellstuff
30 Apr 2008, 18:47
how do u change the logo to your own and is there anyway to get rid of the calender icon
hi, i need to add some drop down menus, i cant seem to add this code:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
thanks if you can help out ;)
Nice style. Could you make a matching "Groan" button as well?
Thanks
Attached
Dear I'm install.
But slow speed.!
I think your server is slow.
Gold ?
Updated
how do u change the logo to your own and is there anyway to get rid of the calender icon
Just change your own logo with cb/cb/logo.gif
hi, i need to add some drop down menus, i cant seem to add this code:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
thanks if you can help out ;)
Just add your dwropdown menu codes into navbar template. Than add your menu link code header like below;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
meolangthang
01 May 2008, 15:52
Thank you. I installed the gold update :D
strive_zoul
01 May 2008, 17:10
Cheers mate! Im installing
webspider
01 May 2008, 17:48
Nice style. Could you make a matching "Groan" button as well?
Thanks
Button added in this post
http://www.vbulletin.org/forum/showpost.php?p=1504542&postcount=89
webspider
01 May 2008, 20:02
Big Thanks!
Just add your dwropdown menu codes into navbar template. Than add your menu link code header like below;
good job thanks ;)
TheProphet
02 May 2008, 12:01
cheers for the update...
yousellstuff
03 May 2008, 02:21
if i wanted to add a contact button in the top nav bar, what would i do
Hello! I want to make some little change to my forum ... and i want to How To Remove The "Threads" And "Posts" Columns From The Forum Listing. I see a guide here (http://www.vbulletin.com/forum/showthread.php?t=121892) when tell how to do that, but i get some problems! When i search for
<td class="thead">$vbphrase[threads]</td>i found it only in other skins, but in this no!!!
Can anyone tell me how to do that with this skin?
Thanks!
Edited:
I have to ask another thing!
In showthread i want to change the color of the links because are some ... like normal test! how to? Thanks again!
if i wanted to add a contact button in the top nav bar, what would i do
this works, just copy and paste ;)
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Hello! I want to make some little change to my forum ... and i want to How To Remove The "Threads" And "Posts" Columns From The Forum Listing. I see a guide here (http://www.vbulletin.com/forum/showthread.php?t=121892) when tell how to do that, but i get some problems! When i search for
i found it only in other skins, but in this no!!!
Can anyone tell me how to do that with this skin?
Thanks!
Edited:
I have to ask another thing!
In showthread i want to change the color of the links because are some ... like normal test! how to? Thanks again!
forumhome templates>forumhome_level1_nopost template find and remove red codes;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
open forumhome_level2_post template find and remove red codes;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
yousellstuff
04 May 2008, 22:49
this works, just copy and paste ;)
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
were do i put this though because i want to have this as one of the links on the top navbar
were do i put this though because i want to have this as one of the links on the top navbar
open your header template and find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
add the code i gave you after that.
Hi,
Great skin! Just a tiny question, when I go into my Admin panel I get:
"Out-of-Date Custom Templates Found!"
Clean blue:
footer
Default Template Updated in vBulletin 3.7.0 Release Candidate 4 by Jelsoft
Your Custom Template Last Edited in vBulletin 3.7.0 Beta 4 by haylaz
It isnt a real problem. Dont worry;)
It isnt a real problem. Dont worry;)
Good, then I won't! :)
waheedmiah
05 May 2008, 22:59
Thats Awsome, thanx for that :)
RecklessTim
06 May 2008, 00:05
First I want to say thank you for this GREAT style. I love it.
I am having a few security token problems with members registering. I am not 100% sure if it's this style, but I haven't narrowed it down yet. I have the newest version of this style installed... Is it possible that it's this style?
These security tokens can be a real PITA :)
habilonline
06 May 2008, 14:29
thanks haylaz..
First I want to say thank you for this GREAT style. I love it.
I am having a few security token problems with members registering. I am not 100% sure if it's this style, but I haven't narrowed it down yet. I have the newest version of this style installed... Is it possible that it's this style?
These security tokens can be a real PITA :)
i got a contact us email saying a member went in to user cp to upload a pic and a token appeared, i had to take it off default sorry.
First I want to say thank you for this GREAT style. I love it.
I am having a few security token problems with members registering. I am not 100% sure if it's this style, but I haven't narrowed it down yet. I have the newest version of this style installed... Is it possible that it's this style?
These security tokens can be a real PITA :)
Can you Try to register on another template?
I tried to register and ı dont take any error ıt seems normal.
i got a contact us email saying a member went in to user cp to upload a pic and a token appeared, i had to take it off default sorry.
I tried to upload a pic too but there is no problem;)
RecklessTim
06 May 2008, 19:15
I created a default theme and was able to register without any problems/errors.
I can register when the site is using this theme as well, but after you submit the registration and you get to the screen confirming that your email has been sent, if you click on the provided link to return you to the previous page, you get the error.
Eneswar
07 May 2008, 14:07
open your header template and find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
add the code i gave you after that.
I cant find that code.....
I tried to upload a pic too but there is no problem;)
yeah everything works fine for me to, just not others for some reason.
I cant find that code.....
did you open your header template and put that code in to "Search in Template" and then click "Find" ???
marcos_
08 May 2008, 16:13
Dear Haylaz
i want to change header. but when i removed , Control panel,FAQ,etc 's table removed too.
How can i remove properly only logo and logo's band?
http://i25.tinypic.com/hrkl6s.jpg
And why the thread on the left?
Dear Haylaz
i want to change header. but when i removed , Control panel,FAQ,etc 's table removed too.
How can i remove properly only logo and logo's band?
http://i25.tinypic.com/hrkl6s.jpg
And why the thread on the left?
Header and navbar codes are in asme template which name ise header. If you want to remove header you must create a new table for navbar buttons.
I cant understand second question can you give your forum link
I just had a user complain about the security token. Is there a fix for this?
edit -- I just did a search and found the solution. It's a big of a pain because you have to make manual edits to all of the affected templates. But at least it was a problem I could address myself so no complaints there!
I have registered on your forum and there is no problem.
Hello! How can i change the link style?
I want ... to change the links color and underline them because the links are some like the normal text! Understand?
marcos_
08 May 2008, 22:39
Header and navbar codes are in asme template which name ise header. If you want to remove header you must create a new table for navbar buttons.
I cant understand second question can you give your forum link
That screenshot is on local.
thread's name and date are on left. i think they must be on right or centered
I have registered on your forum and there is no problem.
i honestly can not find a problem at all! but yet another complain today about a token.
now i have no idea what a token is or looks like lol.
i tried IE and Firefox still cant find an error, i did everything to uploading pics, albums, avatar, posting etc: cant find a token.
someone give me a screen shot and i'll believe it lol.
muammerturkmen
09 May 2008, 09:57
thanks haylaz,
arkadaşım son yükeldiğin dosyayı yükledim ama, 2 arama butonu çıkıyor onu nasıl halledebilirim, ingilizce bilmiyorum
i honestly can not find a problem at all! but yet another complain today about a token.
now i have no idea what a token is or looks like lol.
i tried IE and Firefox still cant find an error, i did everything to uploading pics, albums, avatar, posting etc: cant find a token.
someone give me a screen shot and i'll believe it lol.
In my case it was coming up after a new user registered and the screen listing the forums was being called. It then goes to a white screen with an error message referring to the security tokens.
Unfortunately I don't have any screen shots because I fixed the problem but as I mentioned in my previous thread it took quite a few manual edits because you have to do a number of searches for a form that uses "Post" then add a line of code to the template.
Hello! How can i change the link style?
I want ... to change the links color and underline them because the links are some like the normal text! Understand?
I'd like to know this as well - it's a little confusing for some users to not see links highlighted or underlined.
webspider
09 May 2008, 16:12
You probably have users with cached pages. Have them empty their cache and try again.
scott pruett
09 May 2008, 20:28
so I added a sidebar. I can't figure out where the width specification is for the main section of the forum. What template is it hiding in?
see attached. I'm trying to stretch that section out to fill in the spaces that the arrows point to.
Thanks!
Freddy.k
09 May 2008, 22:03
Merci cool
thanks haylaz,
arkadaşım son yükeldiğin dosyayı yükledim ama, 2 arama butonu çıkıyor onu nasıl halledebilirim, ingilizce bilmiyorum
install updated xml file overwrite old one
Yeni xml dosyasını indirip eskisinin üzerine yazdırın
In my case it was coming up after a new user registered and the screen listing the forums was being called. It then goes to a white screen with an error message referring to the security tokens.
Unfortunately I don't have any screen shots because I fixed the problem but as I mentioned in my previous thread it took quite a few manual edits because you have to do a number of searches for a form that uses "Post" then add a line of code to the template.
Pls download new xml file than import overwriting old one.
I'd like to know this as well - it's a little confusing for some users to not see links highlighted or underlined.
styles&templates>cleanblue>main css customize hover sections your choice (underline or none) you can change link color too
so I added a sidebar. I can't figure out where the width specification is for the main section of the forum. What template is it hiding in?
see attached. I'm trying to stretch that section out to fill in the spaces that the arrows point to.
Thanks!
replied your pm.
I have attached a picture that shows you the main style width (90%)
styles & templates>>clean blue>>select stylevars from the dropdown menu you will show a page like attached picture
Eneswar
10 May 2008, 16:46
yeah everything works fine for me to, just not others for some reason.
did you open your header template and put that code in to "Search in Template" and then click "Find" ???
I thought it was navbar template :P
I still cant find my .htaccess file...
mvmtravel
10 May 2008, 19:51
Can you please guide me how to add this style, I went my admin section click on download/upload style, but nothing happen. I upload after unzip cb directory to my root. But sorry I am new. Please guide me how to add this style on my forum Thanks.
TheProphet
11 May 2008, 05:47
Can you please guide me how to add this style, I went my admin section click on download/upload style, but nothing happen. I upload after unzip cb directory to my root. But sorry I am new. Please guide me how to add this style on my forum Thanks.
See the online help on vBulletin.com (http://www.vbulletin.com/docs/html/main/style_upload) for adding new styles.
WhaLberg
11 May 2008, 05:53
I didn't know this was your style brother, it's really great.
Rated excellent.
Ok, here's a newbie question.
Im using your style and have also installed some add ons. They all add links to the navbar in the default style but not i this style? Why is that? I thought all styles used hooking or what it's called?
Thanks!
CloneVince
11 May 2008, 16:16
Because the links are in header template and not in navbar ;)
How can i fix without edit all templates? Because i've a lot of edited templates! Thanks
If you want to add links on navbar you must insert your link codes to header because all navbar links are inserted to header template.
muammerturkmen
12 May 2008, 00:20
thanks haylaz,
giriş yapıldığında 1 tane arama oluyor ama giriş yapılmadığında 2 tane gözüküyor yine, son dosyayı üstüne yazdım
thanks haylaz,
giriş yapıldığında 1 tane arama oluyor ama giriş yapılmadığında 2 tane gözüküyor yine, son dosyayı üstüne yazdım
if you havent noticed this is an english forum :rolleyes:
mvmtravel
12 May 2008, 05:20
Hello Guys,
I am new - I want t o install this template on my 3.7 version, I have down loaded, and upload cb directory to my root. but I dont know how to implement this style through control panel.
can you please guide me? my forum is in root, I uploaded this directory in root.
thanks haylaz,
giriş yapıldığında 1 tane arama oluyor ama giriş yapılmadığında 2 tane gözüküyor yine, son dosyayı üstüne yazdım
Overwrite updated style xml file to old one. This will fix the search button issue.
I tested it now and there is no problem
Hello Guys,
I am new - I want t o install this template on my 3.7 version, I have down loaded, and upload cb directory to my root. but I dont know how to implement this style through control panel.
can you please guide me? my forum is in root, I uploaded this directory in root.
Login admincp
click styles&templates>>download/upload styles>>select style xml file than pres import button
mvmtravel
12 May 2008, 14:03
Hi, Thanks for answer. I have uploaded CB folder in my root after unzip, and I did same as you said, my forum under root. but nothing happen when i click on import button. Is I am doing something wrong? OR CB forum need to upload somewhere else please guide, OR there is any other setting I missed ?
If you installed correctly ıt must be works otherwise you forgot to enale style choosing.
For enable it;
admincp>>>vbulletin options>>style &language options>>aloow users to change styles>>yes
than save.
140 posts and 11,754 views, very good and keep up the good work ;)
Don't know If this already has been mentioned but when guests visit my forum they see two Search buttons in the navbar
see picure.
And another question, where can I change the font size of the links in the Site Navigation?
Thanks!
steve1966
13 May 2008, 22:32
Hi how can i centre the logo thanks
steve1966
14 May 2008, 16:11
I hope i have waited long enough to post again
i have changed the logo in this style and it show to the left how can i make it so it is centered
please
Kinneas
15 May 2008, 15:51
Very neat looking skin. I'll give it a try :)
Don't know If this already has been mentioned but when guests visit my forum they see two Search buttons in the navbar
see picure.
And another question, where can I change the font size of the links in the Site Navigation?
Thanks!
Style xml file updated and fixed double search buttons so overwrite new xml file to old one
Hi how can i centre the logo thanks
replied your pm and explaining in here;
open header template and find;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
change with below;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
steve1966
15 May 2008, 17:33
Style xml file updated and fixed double search buttons so overwrite new xml file to old one
replied your pm and explaining in here;
open header template and find;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
change with below;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
many thanks it worked and the style is great good work on the design
HaYLaZ, thanks for the info!
But I have made som changes to the theme and don't want to over write my current xml file. How can I fix this search button thing manually?
Kinneas
15 May 2008, 21:01
Managed to adapt this for my site. Absolutely love it!
Installed!
thanks but how do i make the fonts bigger on forum title, forum descriptions, thread titles, thread contet, user online list and well pratcially every thing? since the font size is way too small
also possible that when i point my mouse on a specific forum section a yellow background will appear and if i move away my mouse it goes back to the original background color
also where do i add background picture instead of color code on forum section at the main page. It looks kinda boring with grey so was thinking about adding gradient background
on the forum main page i wanna add a silver gradient background, while i want to add differnet background on Lastpost. and have it repeat the same bg on the others
thanks
wreckless
16 May 2008, 04:05
In my case it was coming up after a new user registered and the screen listing the forums was being called. It then goes to a white screen with an error message referring to the security tokens.
Unfortunately I don't have any screen shots because I fixed the problem but as I mentioned in my previous thread it took quite a few manual edits because you have to do a number of searches for a form that uses "Post" then add a line of code to the template.
We are having this exact problem. If we go back to the default template all is well but then we switch back and the problem is back. Can someone link me to where it describes how to fix this? Thanks
xfords.com
16 May 2008, 14:45
does this style have the avitars at the top or the side??? i would love to have this but have the avy at the top. ?????? i like this style
Kinneas
16 May 2008, 15:12
Erm, do you mean is it postbit or postbit_legacy? Because as far as I know it should be both.
xfords.com
16 May 2008, 15:33
ok cool thanx
thanks but how do i make the fonts bigger on forum title, forum descriptions, thread titles, thread contet, user online list and well pratcially every thing? since the font size is way too small
also possible that when i point my mouse on a specific forum section a yellow background will appear and if i move away my mouse it goes back to the original background color
also where do i add background picture instead of color code on forum section at the main page. It looks kinda boring with grey so was thinking about adding gradient background
on the forum main page i wanna add a silver gradient background, while i want to add differnet background on Lastpost. and have it repeat the same bg on the others
thanks
you can change font size at main css section what you want.
We are having this exact problem. If we go back to the default template all is well but then we switch back and the problem is back. Can someone link me to where it describes how to fix this? Thanks
Can you add a screeenshot?
does this style have the avitars at the top or the side??? i would love to have this but have the avy at the top. ?????? i like this style
If you mean postbit or postbit_legacy you can change postbit view in admincp>>vbulletin options>>style language options>>user verticval postbit >>yes or no
DestekForumu
17 May 2008, 22:21
thank u haylaz very good style ;)
imranbaig
18 May 2008, 07:34
Hi thanks again, can I use only buttons? and Status icons??
thanks, but can you be little bit more descriptive? like where do i change the fonts on forum category, subcategory name, forum title name ?
also what about adding gradient background on the forum main page instead of having greyish bg? how can that be done
thanks
Hi thanks again, can I use only buttons? and Status icons??
yes you can;)
thanks, but can you be little bit more descriptive? like where do i change the fonts on forum category, subcategory name, forum title name ?
also what about adding gradient background on the forum main page instead of having greyish bg? how can that be done
thanks
admincp>>styles & templates>>clean blue>>main css
For changing background change the background color section at body section
For changing the fonts you must change all Font Types at main css what you want
For changing forum titles font size you must change stripe categories section font size.
HaYLaZ, how can I fix the error with two search buttons without using the new xml file?
I have made changes to colors, font etc. will I loose all that if I upload a new xml file?
scott pruett : how did you ad the sidebar? please help, anyone?
HaYLaZ, how can I fix the error with two search buttons without using the new xml file?
I have made changes to colors, font etc. will I loose all that if I upload a new xml file?
Just change nav buttons in header with below;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
scott pruett : how did you ad the sidebar? please help, anyone?
Sidebars can be add with many ways (navbar,forumhome etc)
you can find adding sidebar modifications at template modifications section. I didnt add any sidebar to clean blue template. You must add yourself with searching necessary template modification.
Is it possible to add som distance above the header?
See picture
i have a little problem with this theme. when i want logout, i see this popup window: undefined.
can you solved this problem?
Dragon Company
24 May 2008, 15:09
Beautiful :)
u said this
For changing background change the background color section at body section
but i wish to add gradient background color, how can that be done
HaYLaZ - I've installed this style onto a site I'm currently building and it's perfect but I do have one question which I'm hoping you can help with, can't find the answer via search.
I've got a couple of addons which add additional links to the navbar. I've put them back on using your advice but one of these is a drop down menu, for the Donation System LITE Add-On (http://www.vbulletin.org/forum/showthread.php?t=171824) by AWJunkies, and I can't for the life of me figure out how to change the Donation link, as shown on the attachment below, from a singular link to a drop down, like you have used on the Search link.
Can you explain how I can do it please?
Thanks for any help,
Sy
Is it possible to add som distance above the header?
See picture
You can add table or div codes above the first header table.
Open header template and find;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Add your codes above
Example spacer code:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
i have a little problem with this theme. when i want logout, i see this popup window: undefined.
can you solved this problem?
open header template and find;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
change with below;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
u said this
For changing background change the background color section at body section
but i wish to add gradient background color, how can that be done
at main css body section bakcground color section add this;
#color code url(image url/yourimage.gif) repeat-x
HaYLaZ - I've installed this style onto a site I'm currently building and it's perfect but I do have one question which I'm hoping you can help with, can't find the answer via search.
I've got a couple of addons which add additional links to the navbar. I've put them back on using your advice but one of these is a drop down menu, for the Donation System LITE Add-On (http://www.vbulletin.org/forum/showthread.php?t=171824) by AWJunkies, and I can't for the life of me figure out how to change the Donation link, as shown on the attachment below, from a singular link to a drop down, like you have used on the Search link.
Can you explain how I can do it please?
Thanks for any help,
Sy
Can you add here you menu codes
Can you add here you menu codes
I actually linked you to the wrong (old) version of the addon I'm using. Should of been http://www.vbulletin.org/forum/showthread.php?t=177437 which is v0.2.1 of AWCoding- Donation System.
Anywho. As I'm a VB n00b I've currently butchered the header template, as you'll see below, to crudely include a link through to the forum rules (http://www.vbulletin.org/forum/showthread.php?t=177559) addon and also for the donations link.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
On the default skin the Donations drop down menu has two links.
Donate Now - /forum/awc_dsl.php?do=donation
Donation List (usergroup specific) - /forum/awc_dsl.php?do=list
I've tried to figure out what VB phrases are and how they work but I've still no idea, but if they are required to make this work correctly I'm sure AWJunkies would be able to tell me.
Just had a thought that this, from the actual addon settings menu might mean something to you. I've tried adding the variables as instructed but it messes up all the formatting, although the link works how it should lol.
Automatically add donation page link to NavBar which creates a drop down menu
If you select NO the variables to add manually to your header/navbar templates are:
Put this where you would like it to appear on your navbar/header
$dsl_link_menu
Find NAVBAR POPUP MENUS in header/navbar template and add this below it:
$dsl_link_menu_options
Thanks for any help,
Sy
pushedx
26 May 2008, 02:17
Looks great, thanks :)
I actually linked you to the wrong (old) version of the addon I'm using. Should of been http://www.vbulletin.org/forum/showthread.php?t=177437 which is v0.2.1 of AWCoding- Donation System.
Anywho. As I'm a VB n00b I've currently butchered the header template, as you'll see below, to crudely include a link through to the forum rules (http://www.vbulletin.org/forum/showthread.php?t=177559) addon and also for the donations link.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
On the default skin the Donations drop down menu has two links.
Donate Now - /forum/awc_dsl.php?do=donation
Donation List (usergroup specific) - /forum/awc_dsl.php?do=list
I've tried to figure out what VB phrases are and how they work but I've still no idea, but if they are required to make this work correctly I'm sure AWJunkies would be able to tell me.
Just had a thought that this, from the actual addon settings menu might mean something to you. I've tried adding the variables as instructed but it messes up all the formatting, although the link works how it should lol.
Thanks for any help,
Sy
Open header template and find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Below Add:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
open navbar template and find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Below Add:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
This must be Work
Thanks anyway HayYLaZ, that code from AWJunkies does work but unfortunately, as above, it messes up the formatting due to your style using the header template to contain the navbar.
But not to worry AWJunkies has kindly offered to help integrate it for me so no loss :).
Thanks,
Sy
CloneVince
28 May 2008, 06:07
As the 3.7.1 version is out, will you update the style ?
Thx for your work :)
cillianok
28 May 2008, 16:48
Hey, nice skin! How do I edit the navbar links in it? Basically I just want to add the Arcade link. the instructions are:
In this navbar-Template search for:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Below add:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
But obviously the skin alters the code =p
steve1966
28 May 2008, 18:37
@ cillianok
This code was given to me by stangger5 and its working ok
In the header look for,,
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
add this before it..
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Senzuri
29 May 2008, 15:56
As the 3.7.1 version is out, will you update the style ?
Thx for your work :)
Yeah I too would like to see an updated version. A truly great skin!
hima85222
29 May 2008, 16:31
As the 3.7.1 version is out, will you update the style ?
Skierpetros
29 May 2008, 18:29
when you will update to 3.7.1?
Kinneas
30 May 2008, 15:06
Brilliant Style as I've said before, still using it and have no intention of changing it :)
Just thought I'd bring a couple of bugs to your attention.
In navbar, your Welcome phrase doesn't have a link to the URL for your username, which was a change done in 3.7.
To fix this, in navbar, find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Also, in FORUMHOME, the collapse button for "Who's Online" is wrong, and collapses the "Upcoming Events" bit instead.
To fix this, in FORUMHOME, find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Once again, thanks for this fantastic style :)
Brilliant Style as I've said before, still using it and have no intention of changing it :)
Just thought I'd bring a couple of bugs to your attention.
In navbar, your Welcome phrase doesn't have a link to the URL for your username, which was a change done in 3.7.
To fix this, in navbar, find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Also, in FORUMHOME, the collapse button for "Who's Online" is wrong, and collapses the "Upcoming Events" bit instead.
To fix this, in FORUMHOME, find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Once again, thanks for this fantastic style :)
Thanks for your help reply.
As soon as possible I will update style for vbulletin 371 version.
Skierpetros
30 May 2008, 17:22
now what i do to make the template work with 3.7.1 without losing my modifications on it?
PHILIPS-08
30 May 2008, 18:16
http://i30.tinypic.com/1zqslsm.gif
after i install this style i got my forum like this http://i30.tinypic.com/1zqslsm.gif
please any one tell me how to fix that thanx in advance
PHILIPS-08
31 May 2008, 11:05
any one
hima85222
01 Jun 2008, 11:51
will you update the style
now what i do to make the template work with 3.7.1 without losing my modifications on it?
Yes you can. Because ı will write here upgraded xml and codes for manual upgrade.
http://i30.tinypic.com/1zqslsm.gif
after i install this style i got my forum like this http://i30.tinypic.com/1zqslsm.gif
please any one tell me how to fix that thanx in advance
Which version are you using?
will you update the style
As soon as possible may be tomorrow
styles&templates>cleanblue>main css customize hover sections your choice (underline or none) you can change link color too
HaYLaZ, I've followed your directions for changing the colour of links, as above, but this is changing all links on the entire forum. What I'd like to do is just have the links within threads a different colour and underlined. Is there anyway to achieve this?
Thanks
Sy
Style pack updated to Vbulletin 3.7.1 Version.
If you are new on this style read installation instroductions.
If you want to upgrade without losing your modifications make forumhome modification which told at first message.
ALil'Hope
03 Jun 2008, 00:58
Thanks for the update, Installed.
Skierpetros
03 Jun 2008, 11:02
Yes you can. Because ı will write here upgraded xml and codes for manual upgrade.
Which version are you using?
As soon as possible may be tomorrow
thx you are the best!
steve1966
03 Jun 2008, 12:58
thanks for the update
jlew24asu
05 Jun 2008, 18:36
how do I fix this?
http://i156.photobucket.com/albums/t30/jlew24asu/cleanblue.jpg
Which Version are you using?
jlew24asu
06 Jun 2008, 13:07
fixed. vbull - 3.7
jlew24asu
06 Jun 2008, 15:44
I just tried fluid and got the same result.
is this what you meant by version?
Are you using any other mods exapmle sun forum arranger etc?
Because anybody never took this error before.
jlew24asu
06 Jun 2008, 19:57
Are you using any other mods exapmle sun forum arranger etc?
Because anybody never took this error before.
not sure I understand your question. this is the first skin I have tried to use other then default. I followed the install instructions and did nothing else to my directories.
sorry for my mistake:)
I asked that have you installed any other mods like Sub forums Arranger or like that?
Because most people using this theme and anybody never take any error like you took
HaYLaZ, I've followed your directions for changing the colour of links, as above, but this is changing all links on the entire forum. What I'd like to do is just have the links within threads a different colour and underlined. Is there anyway to achieve this?
Thanks
Sy
HaYLaZ - Any ideas? :(
I cant understand that where you want to change.
Can you add any picture?
So ı can help easyl
jlew24asu
07 Jun 2008, 16:10
sorry for my mistake:)
I asked that have you installed any other mods like Sub forums Arranger or like that?
Because most people using this theme and anybody never take any error like you took
any idea how I can fix it ? :)
I cant understand that where you want to change.
Can you add any picture?
So ı can help easyl
Sorry. I'll try to be more precise.
As you can see in the first attachment (links1) the circled link is grey and hard to differentiate from normal text.
If I change the css, main body, for links to show as blue (links2) that's the result I'm after.
But I don't want every other link on the forum/site to use this style for links, but unfortunately it does (links3).
So to re cap, how can I change the CSS or style so that only the links within threads/posts/pms show as blue but all other links remain unchanged.
Thanks for any help and if I've still not explained myself clearly enough please just let me know.
Sy
AnimeOmega
08 Jun 2008, 13:31
How can I change the width of the fixed version?
Thanks for the awesome style =) *clicks install*
cillianok
08 Jun 2008, 14:36
@ cillianok
This code was given to me by stangger5 and its working ok
In the header look for,,
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
add this before it..
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
HMM! There is no mention of any of the navbar links in header? there is in navbar but I attemped to edit but it wouldn't show. Any ideas!?
cillianok
08 Jun 2008, 16:34
Hey,
I added a mod (vBcredits) and this happened: *attached*
it edited the navbar and headinclude templates, I dont want the lower (blue) navbar showing, just the upper, how do I get rid of it?
thanks
Fatsobob
09 Jun 2008, 18:08
I love the style, but I have only one issue that I have found thus far.
My installation of vbadvanced refused to see the images when they were in the default location.
The only solution I have found was to copy the folder again to outside of my forums root directory in the same folder as my vbadvanced index.php file.
Any ideas on how to get the index file to see the images in the normal cb folder?
Sorry. I'll try to be more precise.
As you can see in the first attachment (links1) the circled link is grey and hard to differentiate from normal text.
If I change the css, main body, for links to show as blue (links2) that's the result I'm after.
But I don't want every other link on the forum/site to use this style for links, but unfortunately it does (links3).
So to re cap, how can I change the CSS or style so that only the links within threads/posts/pms show as blue but all other links remain unchanged.
Thanks for any help and if I've still not explained myself clearly enough please just let me know.
Sy
For changing the colors which you show the picture you must change First and Second altering colors section at main css
How can I change the width of the fixed version?
Thanks for the awesome style =) *clicks install*
You can change styles & templates>>from dropdown menu choose stylevars and give any percent what you want at first section (default is 100%)
HMM! There is no mention of any of the navbar links in header? there is in navbar but I attemped to edit but it wouldn't show. Any ideas!?
If you want to add links to navbar you must edit header template. I told how you can add links in header in the posts.
Hey,
I added a mod (vBcredits) and this happened: *attached*
it edited the navbar and headinclude templates, I dont want the lower (blue) navbar showing, just the upper, how do I get rid of it?
thanks
Copy all contents below than change them with your navbar template;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I love the style, but I have only one issue that I have found thus far.
My installation of vbadvanced refused to see the images when they were in the default location.
The only solution I have found was to copy the folder again to outside of my forums root directory in the same folder as my vbadvanced index.php file.
Any ideas on how to get the index file to see the images in the normal cb folder?
normaly stylevars are root location.
you forums root = cb folder
If your forums not in root or inside other folder you must carry cb folder near the forums index.php.
Hello,
How to center logo?
steve1966
10 Jun 2008, 20:11
Hello,
How to center logo?
This code was given to me by stangger5 and its working ok
In the header look for,,
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
add this before it..
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Eneswar
11 Jun 2008, 17:08
This code was given to me by stangger5 and its working ok
In the header look for,,
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
add this before it..
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
i love you, thanks
MBarker
12 Jun 2008, 13:45
how do I fix this?
http://i156.photobucket.com/albums/t30/jlew24asu/cleanblue.jpg
I'm having exactly the same error; I'm using vBulletin 3.7.1 Patch Level 1, and downloaded this style today (it's very nice, btw, I rated it :P) however, after deleting the original forum, and creating my own forums, they now look exactly like the image jlew posted.
Any ideas whats going wrong? I have NO mods installed at all - this is a 100% clean install, all I've done is deleted the forum that was there, and created one forum of my own.
http://www.destinationtenerife.com/forum/index.php is the location if you want a look. With the VB default style, it works fine.
Cheers!
EDIT: It appears to be working now I've added a category, and put my forum as a child of the actual category. Weird.
jlew24asu
12 Jun 2008, 15:29
EDIT: It appears to be working now I've added a category, and put my forum as a child of the actual category. Weird.
would you mind explaining this? I'm not sure what this means.
MBarker
12 Jun 2008, 16:06
would you mind explaining this? I'm not sure what this means.
Basically, if you create a forum, then check the radio button to 'No' (under the 'Act as Forum' option) - it will act as a category instead. The put all your sub forums as children of that Category and the template should function as intended.
jlew24asu
12 Jun 2008, 16:20
ok thanks!
too much work for me. I'll stick to a different skin :-)
MBarker
13 Jun 2008, 13:20
Just wanted to post again to say thanks for an excellent template.
sherwood
15 Jun 2008, 10:22
how do i make the logo go right to the left so there i no gap,
My site is http://www.pc-best-offers.com/forum/ (http://pc-best-offers.com)
Thanks for anyhelp
do you want to float the logo right side?
For changing the colors which you show the picture you must change First and Second altering colors section at main css
Thanks.
Didn't get me the exact result I was after, but I've got close.
sherwood
15 Jun 2008, 20:12
Nah i want it on the left so it is just the logo and none of that little bit of headarka.gif
Eneswar
16 Jun 2008, 02:31
Hello, How can i add a banner on the right side of the header?
I have attached a picture to show where.
THanks again for the wonderful style.
Nah i want it on the left so it is just the logo and none of that little bit of headarka.gif
you can remove headarka.gif from maincss>>additional css header table css codes
Hello, How can i add a banner on the right side of the header?
I have attached a picture to show where.
THanks again for the wonderful style.
just replace the text with banner codes in header;
find the text "banner or advertisement" replace with below;
<a href="banner link"><img border="0" src="banner adres/banner.gif"/></a>
You're doing a great job HaYLaZ!
Is there anyway to add some distance between the rows of text in a post or a message? Sometimes I feel that when I read a post the lines are too close to each other. Maybe my eyes are tired..
Nevermin, got it my self! Just used line-height
can you add a picture for your question?
Had the same problem as some of you that users got Security Token error after registering and going back to the page they were before.
Added this to the template footer and that solved the problem:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Any idea how I can adjust the width of the postbit_legacy?
I want the coulmn with Username to be smaller and make moore room for the coulmn with the actual post.
See image.
in postbit_legacy template find;
<td width="175"> change this width what you want
mpoorrajab
18 Jun 2008, 13:15
2questions ...
1-how can i change showing quote style in posts?
because this part is so much the same as the other places...
2-how can i add a full head pic in fixed version?
in postbit_legacy template find;
<td width="175"> change this width what you want
Thank you!
pimpompoy
19 Jun 2008, 10:02
how to edit the forum withd...
styles & templates>>choose styvars from the dropdown menu>>change the first section (Main Table Width) 100% or 95% what you want
2questions ...
1-how can i change showing quote style in posts?
because this part is so much the same as the other places...
2-how can i add a full head pic in fixed version?
open bbcode_quote template and find;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
change with below and modifiy red code;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
you must make a full head pic width same sizes as header.
pimpompoy
20 Jun 2008, 12:28
styles & templates>>choose styvars from the dropdown menu>>change the first section (Main Table Width) 100% or 95% what you want
aw..thx a lots ^^
u'r style its easy for modify..now i must search the images resizer for my forum
srkrocks
20 Jun 2008, 13:59
Great Style..Installed
Thanks
P.S: I have few problems with the Style, regarding the part where it says 'User CP' and 'FAQ' etc...where do you have to go to edit what things comeup there (i basically want to Add more stuff there)
Thanks again
srkrocks
20 Jun 2008, 19:02
Hey, can you provide separated PSD's for the main images, like Thanks Button, Quick Reply etc..+ if you can, please provide or at least tell us the font uve used, so we can edit it easily in PhotoShop.
Thanks
pimpompoy
21 Jun 2008, 09:41
i can't use Prefix for Forum Status Images...
can u help me?
pimpompoy
21 Jun 2008, 10:19
i can't use Prefix for Forum Status Images...
can u help me?
im sorry, its fix now, in forumhome_forumbit_level2_post
before
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
after
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Hey, can you provide separated PSD's for the main images, like Thanks Button, Quick Reply etc..+ if you can, please provide or at least tell us the font uve used, so we can edit it easily in PhotoShop.
Thanks
psd files already attached.
im sorry, its fix now, in forumhome_forumbit_level2_post
before
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
after
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
thanks for fix;)
Gloria1
22 Jun 2008, 19:24
please I just downloaded the zip file.. what should I do next? .. what are the steps? thanks very much for your support!:)
Gloria1
22 Jun 2008, 21:28
please where is the .xml file ?? thanks!
infinityloop
26 Jun 2008, 06:12
any plans for 3.7.2 update? :)
i realy like this style.
Updated To Vbulletin 3.7.2
CloneVince
26 Jun 2008, 08:32
Thx for the update :D
Can we have the modifications as you do for the 3.7.1 ?
Thx in advance :)
infinityloop
26 Jun 2008, 09:15
thanks for the update!
any instructions? :)
mpoorrajab
26 Jun 2008, 13:09
what s the deffrent between 3.7.1 & 3.7.2 in this template?
Thx for the update :D
Can we have the modifications as you do for the 3.7.1 ?
Thx in advance :)
+1. Don't want to have to re-do my modifications if possible.
Thanks
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.