vb.org Archive

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

Nutz 03-25-2006 10:00 PM

Light Style
 
Light Style

Notes
I would include the PSD's used to make the skin but PS crashed before I saved them :|
I have removed the tcat collapse buttons from forumhome, and IM icons from the normal postbit because they did not fit the stye I was going for.
There are 2 .xml files in the zip; the one with 'X' at the end had a table width of 100% set and the file with out has a width of 750px (you can always change this in the header template)
You free to use this on your forums and the rest of your site as long as you retain the copyright notice at the bottom :)

Installation
  • Unzip ?fromBasics_Light? and upload the files in the upload folder to the correct places.
  • Log into your Admin control panel.
  • In 'Styles & Templates' Go to 'Styles & Templates' and Import Style XML File.

Enjoy!

And please don't forget to click Install!


For information on removing the copyright notice contact me via PM.

Thanks.
Copyright Mathew Summerfield [www.frombasics.com]

vbviet 03-26-2006 12:59 AM

Very simple and clean :) I like this ^^Please keep up your work ^^ I'm a first person install and download it :) Thanks

evenmonkeys 03-26-2006 01:01 AM

The colors and format of this style are great! The only thing that I don't like about the style are the lack of alternate colors. It makes it more difficult to distinguish between the two areas. Pending the colors chosen for the two alternate colors, a different color border might be necessary too. Otherwise, I really like it. *installs*

Nutz 03-26-2006 01:12 AM

Thanks guys.
I might consider varying the colours in the future, could be confusing on large boards :)

Thanks,
Mat

Smiry Kin's 03-26-2006 01:22 AM

i well like this style o.0 might have to switch from Kirsch! even using ya vbseo styl cpanel lol

dude how i change the icons for new posts etc.. to show

No New Posts or New Posts??

on the forum home? i've tried messin around with a few things >.<

MissKalunji 03-26-2006 01:59 AM

Quote:

Originally Posted by vbviet
Very simple and clean :) I like this ^^Please keep up your work ^^ I'm a first person install and download it :) Thanks

I second that

projectego 03-26-2006 06:14 AM

Looks great, nice work. :)

nestoras 03-26-2006 10:40 AM

Good work!install

nestoras 03-26-2006 10:52 AM

how do i change the logo?

Nutz 03-26-2006 11:05 AM

Quote:

Originally Posted by Smiry Kin's
i well like this style o.0 might have to switch from Kirsch! even using ya vbseo styl cpanel lol

dude how i change the icons for new posts etc.. to show

No New Posts or New Posts??

on the forum home? i've tried messin around with a few things >.<

You can find the New Post icons in the images folder named 'fB_Light/statusicon'. Just replace the images in there with the ones you want.


Quote:

Originally Posted by nestoras
how do i change the logo?

The logo is in the image folder named 'fB_Light/misc' under the name 'header750x100.png'. As the name suggests the default logo size is 750px by 100px, if you want to enlarge the image you will have to edit the CSS.

Thanks,
Mat

nestoras 03-26-2006 03:59 PM

well i replace it but your logo is still there!

nestoras 03-26-2006 04:26 PM

ok done!thanks

Oddjob 03-26-2006 04:41 PM

Edited, -- Nevermind.

Smiry Kin's 03-26-2006 05:09 PM

Quote:

Originally Posted by Nutz
You can find the New Post icons in the images folder named 'fB_Light/statusicon'. Just replace the images in there with the ones you want.

yeh :S but how to make it use text?? must be simple. im just looking in the wrong places??

Nutz 03-26-2006 06:57 PM

Oh. You can edit that in the 'forumhome_forumbit_level1_post' template :)

Thanks,
Mat

Smiry Kin's 03-26-2006 08:46 PM

Quote:

Originally Posted by Nutz
Oh. You can edit that in the 'forumhome_forumbit_level1_post' template :)

Thanks,
Mat

matt, i've tried to change the image code, but nout happens? what i doing wrong? :(

also dude, any chance in making a psd?? just for added on buttons n stuff :s also logo etc etc?... possible to modify the dark skin you got? wish i was good with PS, lol

Nutz 03-26-2006 11:14 PM

Sorry its 'forumhome_forumbit_level2_post' :D

Thanks,
Mat

Smiry Kin's 03-26-2006 11:29 PM

bah i aint got a clue what to edit it to!?

what ever i try it just says no new posts. even with forums with new posts!! :(:( help dude! pweese, btw it looks so good in this style :P

also the code im removing and replace with the text is :

Code:

<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />

Nutz 03-26-2006 11:38 PM

OK.

## FIND ##
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />
##########

## REPLACE WITH ##
<if condition="$forum[statusicon] == 'new' ">
#New Post Text#
<else />
#Old Post Text#
</if>
###################

That should get you started :)
Just note that there can be 5 types of $forum[statusicon]
  • new - New Post
  • old - No New Posts
  • old_lock - No New Posts and Locked
  • new_lock - New Posts and Locked
  • link - the forum is a link

So you can add condictions for each eg.
<if condition="$forum[statusicon] == 'old_lock' ">
#Old Locked Text#
</if>

Hope that helps :D

Thanks,
Mat

PS: Please click the install button :D

Smiry Kin's 03-27-2006 12:29 AM

thanks dude was thinking if i gotta use the else command, but theres another template with the nopost etc? was well confusing :S lol cheers bud

oh edit.

wot about code for changing colour size etc??

just <font size=#> wrap around?

Nutz 03-27-2006 12:52 AM

You could use <font> but I would use <div> tags as so:
<div style="color: #FFFFFF;font-size: 10px;"> and so on.

Thanks,
Mat

Oddjob 03-27-2006 02:14 AM

This style refuses to load the buttons. Yes the files are in the right place.

It installed fine and everything shows on the board fine except the images, ive never had a problem with a style before.

Dunno what im missing here.

Nutz 03-27-2006 08:58 AM

looks like your image paths are wrong eg.
in your admincp find your way to the "Light" skins StyleVars and make sure all the locations are correct.

Thanks,
Mat

Oddjob 03-27-2006 04:09 PM

I dunno why i was so stupid tonight, works fine now. Thanks.

Smiry Kin's 03-28-2006 05:43 AM

theres no reply_small.gif :(

Smiry Kin's 03-28-2006 05:44 AM

Quote:

Originally Posted by Oddjob
I dunno why i was so stupid tonight, works fine now. Thanks.

dude that yellow kains my eyes, well after a night out. lol
nice to see it working for ya :)

Pickalo 03-29-2006 07:02 PM

Simple yet elegant. Brilliant :)

kushtiUK 03-30-2006 11:58 AM

Nice style but which template do I edit to change the header logo?

Nutz 03-30-2006 12:06 PM

The header template :)

Please click install if you are using the style.

Thanks,
Mat

kushtiUK 03-30-2006 12:22 PM

no worries I wanted to do this another way but I have sorted it - thx

Nutz 03-30-2006 12:29 PM

Delete the div with the header class, sorry I don't have access to the skin at the momment to quote the code.

Thanks,
Mat

SaN-DeeP 04-04-2006 11:06 PM

impressive style i like this one.

sp^68 04-06-2006 09:25 PM

fu*king nice style.. :D i love it!
thanks for sharing

Nutz 04-08-2006 04:33 PM

Thanks for the kind words :D

Thanks,
Mat

kurtbarker 04-10-2006 12:51 AM

hey mate, installed this style, it's nice...

but the title image path in style options, i've got my banner and it's not picking up on it. The title image is defined in the parent style, and the other child style are getting it, but not this one...

any ideas?

thanks

kurtbarker 04-11-2006 07:29 AM

problems fix, just had to revert the template, it didn't pick up on the style from the parent ;)

Nutz 04-11-2006 11:00 PM

Quote:

Originally Posted by kurtbarker
problems fix, just had to revert the template, it didn't pick up on the style from the parent ;)

Glad to hear it :)

Thanks,
Mat

PennylessZ28 04-12-2006 01:23 AM

I love this sytle, you need to make one for the ADMINCP :) Excellent work NUTZ, lol. (love the name)

Mikepepsi 04-16-2006 11:57 PM

great. Just what i need for my users who dont have fast connections.

Nutz 04-18-2006 01:54 PM

Quote:

Originally Posted by HR3rdGen
I love this sytle, you need to make one for the ADMINCP :) Excellent work NUTZ, lol. (love the name)

He thanks.
I might make it into an admincp style once I get some free time :)

Thanks,
Mat


All times are GMT. The time now is 05:49 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.01372 seconds
  • Memory Usage 1,808KB
  • 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
  • (1)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (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