Liquid Web VPS Hosting
Go Back   Themes by Design > vBulletin Styles, Themes, and Graphics > Free vBulletin Styles - 3.7



Spring

Free vBulletin Styles - 3.7


Reply
 
Thread Tools Display Modes
Old 04-16-2008, 11:07 PM   #1
Peggy
Friend of TBD
 
Peggy's Avatar

Info
 
Join Date: Jul 2006
Location: NE Ohio
Age: 50
Posts: 2,595
Peggy is on a distinguished road
Spring

This is the very first theme that I designed for vBulletin. But it's been so popular, that I decided to upgrade it to 3.7.

There's no coding or changing anything around. Just a theme that is simple, cute, and valid XHTML 1.0 Transitional

Preview


Installation Instructions
  1. Click on the "Install" button on the right of this post, then download the zip file to your computer and extract it (I put it on my desktop, it's easier to remember where I put it!).
  2. Open your ftp client to your server. Go to your forum's images folder, open it, and create a styles folder.
  3. Next, upload the spring folder via FTP to your server, into the styles folder, so that your image path is images/styles/spring/buttons, for example.
  4. After you've uploaded the folder, open your admin control panel on your forum, and import the xml file, by going to Styles & Templates > Download / Upload styles > Import Style XML File.
  5. Click on the Browse button, locate the xml file for spring, and double-click it so it loads in that box, then hit the Import button.




Enjoy!


Attached Files
File Type: zip spring.zip (260.3 KB, 84 views)
____________________________
I no longer work at ThemesByDesign, the site has now been sold to creative9.com and all questions and queries should be directed at tradedemon
Peggy is offline  
Reply With Quote
Old 04-30-2008, 05:40 AM   #2
haytham
Junior Member

Info
 
Join Date: Mar 2007
Posts: 1
haytham is on a distinguished road
Thank you.
haytham is offline  
Reply With Quote
Old 04-30-2008, 05:46 AM   #3
Peggy
Friend of TBD
 
Peggy's Avatar

Info
 
Join Date: Jul 2006
Location: NE Ohio
Age: 50
Posts: 2,595
Peggy is on a distinguished road
You're welcome.
____________________________
I no longer work at ThemesByDesign, the site has now been sold to creative9.com and all questions and queries should be directed at tradedemon
Peggy is offline  
Reply With Quote
Old 05-08-2008, 09:08 PM   #4
lanzweirdo
Junior Member

Info
 
Join Date: May 2008
Posts: 3
lanzweirdo is on a distinguished road
looks great! bravo!
lanzweirdo is offline  
Reply With Quote
Old 05-27-2008, 11:10 AM   #5
Shadab
A Geek !

Info
 
Join Date: May 2008
Location: Bhopal (India)
Age: 20
Posts: 1
Shadab is on a distinguished road
Excellent. i think i'll use it on my forum !

btw, please correct the DEMO url.
____________________________
Shadab is offline  
Reply With Quote
Old 05-27-2008, 03:19 PM   #6
Peggy
Friend of TBD
 
Peggy's Avatar

Info
 
Join Date: Jul 2006
Location: NE Ohio
Age: 50
Posts: 2,595
Peggy is on a distinguished road
Fixed. Thank you
____________________________
I no longer work at ThemesByDesign, the site has now been sold to creative9.com and all questions and queries should be directed at tradedemon
Peggy is offline  
Reply With Quote
Old 06-04-2008, 09:55 PM   #7
NeitherSparky
Junior Member
 
NeitherSparky's Avatar

Info
 
Join Date: Jun 2007
Age: 35
Posts: 19
NeitherSparky is on a distinguished road
(Psst, the comment button doesn't show? Is it just me?)

Peggy, I *know* I asked you this before when I installed this on 3.6 but I can't find the answer anywhere now...how can I center the header? I had it centered before and I'd like to have it centered again.
____________________________
NeitherSparky is offline  
Reply With Quote
Old 06-05-2008, 06:58 AM   #8
Peggy
Friend of TBD
 
Peggy's Avatar

Info
 
Join Date: Jul 2006
Location: NE Ohio
Age: 50
Posts: 2,595
Peggy is on a distinguished road
The comment button shows only on the main theme.


The default header template is completely different in 3.7.

Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
    <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>

<td align="$stylevar[right]" id="header_right_cell">
        <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
    </td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]
change the red left to center. and remove the other red code. That should center your header.
____________________________
I no longer work at ThemesByDesign, the site has now been sold to creative9.com and all questions and queries should be directed at tradedemon
Peggy is offline  
Reply With Quote
Old 06-12-2008, 09:20 PM   #9
NeitherSparky
Junior Member
 
NeitherSparky's Avatar

Info
 
Join Date: Jun 2007
Age: 35
Posts: 19
NeitherSparky is on a distinguished road
Quote:
Originally Posted by Peggy View Post
change the red left to center. and remove the other red code. That should center your header.
Okay I'm finally getting around to this skin...making this change leaves the header on the left. Changing the "left" to "right" does move it to the right though. :/ Whaddup? Why doesn't "center" work?
____________________________
NeitherSparky is offline  
Reply With Quote
Old 06-13-2008, 12:06 AM   #10
Peggy
Friend of TBD
 
Peggy's Avatar

Info
 
Join Date: Jul 2006
Location: NE Ohio
Age: 50
Posts: 2,595
Peggy is on a distinguished road
Probably due to the content in red being in the right cell. If you're sure you're not going to place banner ads in your header area, then you could remove that, which will center the header image.

IF you want to do that, then remove this code from the template
Code:
<td align="$stylevar[right]" id="header_right_cell">
        <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
    </td>
____________________________
I no longer work at ThemesByDesign, the site has now been sold to creative9.com and all questions and queries should be directed at tradedemon
Peggy is offline  
Reply With Quote
Old 06-13-2008, 07:30 PM   #11
NeitherSparky
Junior Member
 
NeitherSparky's Avatar

Info
 
Join Date: Jun 2007
Age: 35
Posts: 19
NeitherSparky is on a distinguished road
Quote:
Originally Posted by Peggy View Post
Probably due to the content in red being in the right cell. If you're sure you're not going to place banner ads in your header area, then you could remove that, which will center the header image.

IF you want to do that, then remove this code from the template
Code:
<td align="$stylevar[right]" id="header_right_cell">
        <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
    </td>
Isn't that the same red code you told me to remove before? I *did* remove it, and the banner is still on the left. This is what I have currently:

Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
    <td align="$stylevar[center]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>

    
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]
____________________________
NeitherSparky is offline  
Reply With Quote
Old 06-13-2008, 08:28 PM   #12
Peggy
Friend of TBD
 
Peggy's Avatar

Info
 
Join Date: Jul 2006
Location: NE Ohio
Age: 50
Posts: 2,595
Peggy is on a distinguished road
Bah, I didn't look at what I'd posted before. Yeah it is. Did you make this a child style of another style that has a left-aligned header?

Other than that, I have no clue whatsoever as to why it won't center.
____________________________
I no longer work at ThemesByDesign, the site has now been sold to creative9.com and all questions and queries should be directed at tradedemon
Peggy is offline  
Reply With Quote
Old 06-13-2008, 08:30 PM   #13
Peggy
Friend of TBD
 
Peggy's Avatar

Info
 
Join Date: Jul 2006
Location: NE Ohio
Age: 50
Posts: 2,595
Peggy is on a distinguished road
oh crap, now I remember.

Change this code -
Code:
<td align="$stylevar[center]">
to this -

Code:
<td align="center">
____________________________
I no longer work at ThemesByDesign, the site has now been sold to creative9.com and all questions and queries should be directed at tradedemon
Peggy is offline  
Reply With Quote
Old 06-14-2008, 01:31 PM   #14
zeyadsh
Junior Member

Info
 
Join Date: Jun 2008
Posts: 2
zeyadsh is on a distinguished road
Thank you.
zeyadsh is offline  
Reply With Quote
Old 06-14-2008, 08:32 PM   #15
NeitherSparky
Junior Member
 
NeitherSparky's Avatar

Info
 
Join Date: Jun 2007
Age: 35
Posts: 19
NeitherSparky is on a distinguished road
Quote:
Originally Posted by Peggy View Post
oh crap, now I remember.

Change this code -
Code:
<td align="$stylevar[center]">
to this -

Code:
<td align="center">
Thanks Peggy, that did it.
____________________________
NeitherSparky is offline  
Reply With Quote
Old 06-15-2008, 10:37 PM   #16
Peggy
Friend of TBD
 
Peggy's Avatar

Info
 
Join Date: Jul 2006
Location: NE Ohio
Age: 50
Posts: 2,595
Peggy is on a distinguished road
I'm glad. Sorry it took so long!
____________________________
I no longer work at ThemesByDesign, the site has now been sold to creative9.com and all questions and queries should be directed at tradedemon
Peggy is offline  
Reply With Quote
Old 06-24-2008, 10:33 PM   #17
thesteplife
Junior Member

Info
 
Join Date: Jun 2008
Posts: 2
thesteplife is on a distinguished road
Can you make any of these for version 3.7.1. Thanks
thesteplife is offline  
Reply With Quote
Old 06-25-2008, 12:08 AM   #18
Peggy
Friend of TBD
 
Peggy's Avatar

Info
 
Join Date: Jul 2006
Location: NE Ohio
Age: 50
Posts: 2,595
Peggy is on a distinguished road
I haven't upgraded anything past 3.7.0 as I have been waiting for more vBulletin upgrades. Good thing I did.

I'll be upgrading my themes around the first of the month, as I'm currently busy with custom designs.
____________________________
I no longer work at ThemesByDesign, the site has now been sold to creative9.com and all questions and queries should be directed at tradedemon
Peggy is offline  
Reply With Quote
Old 07-10-2008, 09:53 PM   #19
thesteplife
Junior Member

Info
 
Join Date: Jun 2008
Posts: 2
thesteplife is on a distinguished road
Spring

I installed spring 3.7.2 on my vbulletin versions 3.7.2 and it is all messed up, there are a lot of boxes with questions marks. I don't understand why?:nope: Please help, thx
thesteplife is offline  
Reply With Quote
Old 07-10-2008, 11:50 PM   #20
Peggy
Friend of TBD
 
Peggy's Avatar

Info
 
Join Date: Jul 2006
Location: NE Ohio
Age: 50
Posts: 2,595
Peggy is on a distinguished road
You didn't upload the images correctly. Please read the instructions on the first post of this thread and try it again. Remember that the spring folder has to be uploaded into the styles folder, which you must create inside the images folder.
____________________________
I no longer work at ThemesByDesign, the site has now been sold to creative9.com and all questions and queries should be directed at tradedemon
Peggy is offline  
Reply With Quote
Reply

Tags
feminine, floral, green, spring, styles, vbulletin




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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


Valid XHTML 1.0 Transitional
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
all content property of Themes By Design
copyright © 2006 - 09, all rights reserved