Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
City Morning Details »»
City Morning
Version: 1.0.1, by Impreza04 Impreza04 is offline
Developer Last Online: Nov 2006 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 01-02-2006 Last Update: 02-20-2006 Installs: 46
Additional Files  
No support by the author.

Simple Style with mainly CSS modifications, and only the Header and Footer.
A Grey/Silver template.

Comes with PSD files

Hopefully some people will like it

Feeback, suggestions etc are all welcome... Im always looking to improve

Quick Instructions
1. Upload the "light" folder to to your forum/images directory
2. AdminCP > Styles & Templates > Download / Upload Styles
3. Import Style XML File > Click on Browse and find where you unziped the .xml file for the style
4. Click on Import

Update: Updated to remove the need to check 'Ignore Style Version' when installing on 3.5.3
Update: Updated to remove the need to check 'Ignore Style Version' when installing on 3.5.4

Screenshots Below
Live (Slightly Modified) demo:
Here

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 02-24-2006, 09:48 PM
Christie189 Christie189 is offline
 
Join Date: Feb 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh boy. What have I gotten myself into? LOL

Ok. I managed to get into the FTP. I am in the images folder via FTP. Now to figure out how to upload this light folder, then I think I might be good to go. *sigh*
Reply With Quote
  #43  
Old 02-24-2006, 09:50 PM
Christie189 Christie189 is offline
 
Join Date: Feb 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well duh. I just copied the folder, then pasted it. And it seems to be uploading.
Reply With Quote
  #44  
Old 02-24-2006, 09:51 PM
Impreza04 Impreza04 is offline
 
Join Date: Jul 2005
Location: UK
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If your that far you're fine, usually right click to folder and look for an upload/transfer option..

Wait for the files to finish and then import the xml
Reply With Quote
  #45  
Old 02-24-2006, 09:52 PM
Christie189 Christie189 is offline
 
Join Date: Feb 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think I did it. Stressed out and wishing I had 25 beers in the fridge, but I think I might have done it. But alas, I might be back. :nervous:
Reply With Quote
  #46  
Old 02-28-2006, 12:20 AM
saukwebsolution saukwebsolution is offline
 
Join Date: Oct 2005
Location: Sandy, UT
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed and very nice! love it and plan on using it for our gamer forum.
Reply With Quote
  #47  
Old 09-30-2006, 12:29 PM
KoRaY_C KoRaY_C is offline
 
Join Date: Jun 2006
Location: T?rkiye
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very good. thanks..
Reply With Quote
  #48  
Old 10-16-2006, 05:26 AM
Bison's Avatar
Bison Bison is offline
 
Join Date: Jun 2002
Location: Virginia Beach, Virginia
Posts: 522
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Impreza04
Template: header
To make the Skin liquid find the first instance of "800" and change it to your preferred % width ( I usually go with 80-90% ). Then replace the second instance of "800" with "100%".

The logo/header image supplied wonlt look quite right, but if your making your own it shouldn't be a problem.
That still didn't fix some of the inner tables ... you'd be better off producing a expanded version for us n00bs who don't know how to properly fix it!:speechless:
Reply With Quote
  #49  
Old 11-02-2006, 01:01 AM
Duffb Duffb is offline
 
Join Date: Jun 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Beautiful style, it's my favorite! I just integrated photopost and the photopost page can't find the header.gif and the top.gif though. It can find the header on the five other styles I've got loaded so I think something must not be standard with this one but can't figure out the changes needed to make it work. Thanks for any help.
Reply With Quote
  #50  
Old 11-02-2006, 01:48 AM
twitch's Avatar
twitch twitch is offline
 
Join Date: Apr 2005
Posts: 260
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Duffb
Beautiful style, it's my favorite! I just integrated photopost and the photopost page can't find the header.gif and the top.gif though. It can find the header on the five other styles I've got loaded so I think something must not be standard with this one but can't figure out the changes needed to make it work. Thanks for any help.
probably need to include the entire url of the header images in your styles header template
Reply With Quote
  #51  
Old 11-02-2006, 02:36 AM
Duffb Duffb is offline
 
Join Date: Jun 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All the other styles used with photopost are linking to the header.gif image at it?s location in a subfolder to the forum folder. The City Morning style is trying to link to header.gif as if it were in a subfolder to the gallery folder where photopost is.

City Morning has this in the code of the header template:

<img src="images/light/template/header.gif" alt=""

The other styles have something like this:
<img src="$stylevar[imgdir_misc]/header.gif" alt=""

I don?t really know what else might have to change to make it all work correctly. I tried changing the field next to where the url of the header image goes and that didn?t fix it. The simple kludge for now was to copy the images over to the gallery directory.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:44 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.04449 seconds
  • Memory Usage 2,301KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete