PDA

View Full Version : Light Style


Nutz
03-25-2006, 10:00 PM
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! (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=111356)


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

Thanks.
Copyright Mathew Summerfield [www.frombasics.com (http://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
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
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.


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
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
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 :

<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.
# http://www.webnoobie.com/forums/t/statusicon/subforum_new.gif
# http://www.webnoobie.com/forums/t/statusicon/subforum_old.gif
# http://www.webnoobie.com/forums/t/statusicon/subforum_old.gif
# http://www.webnoobie.com/forums/t/statusicon/subforum_old.gif
# http://www.webnoobie.com/forums/t/statusicon/subforum_new.gif

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
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
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
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

pingme
05-24-2006, 05:41 AM
Hi,
Great style I was searching for. I am considering it as my default style, if I can change the colors. Could yoy please provide psd buttons so that we can use color scheme of the style?

cheers...pingme

Allenport
06-01-2006, 01:38 PM
looks great its just the kind of skin I was looking for.

i-Symbian.Com
06-09-2006, 02:58 AM
Hi Guys.

I installed this style on my board (vB 3.5.3) but the style is very wrong in the forumhome. Any solution?

http://forum.i-symbian.com

Thanks :-)

peterska2
06-09-2006, 03:21 AM
Hi Guys.

I installed this style on my board (vB 3.5.3) but the style is very wrong in the forumhome. Any solution?

http://forum.i-symbian.com

Thanks :-)

it looks the same as the screenshots here.

i-Symbian.Com
06-09-2006, 03:22 AM
it looks the same as the screenshots here.

It's ok. I managed to rebuild the style and it turns out ok. VERY NICE style!!!! Thanks a million!!!

murph5
07-01-2006, 05:23 PM
Firstly, excellent style NUTZ! Couple of issues, there is no reply_small.gif for the reply with quote button (PMs). Also there is no standard reply button there. No major thing, just you have to reply with a quote everytime!

The other problem is i don't seem to have the smilies box with your style. It's switched on in the options...but it doesn't display. Is that a style issue or where could i edit to make sure the smilies box shows on the reply post?

Lastly, oh bugger we lost in penalties :(

turgay
12-14-2006, 09:49 AM
hello,
is there a 3.6x - version of this style anywhere?

thank you

jijo
01-21-2007, 11:15 AM
I am quite interested in this. would it be possible for you to make a small icon /buttons version?

Nutz
04-23-2007, 12:08 PM
hello,
is there a 3.6x - version of this style anywhere?

thank you

soon(tm)