You are not logged in.
- Topics: Active | Unanswered
#26 2010-01-18 05:07:34
- Meow
- Member
- From: New Taipei, Taiwan
- Registered: 2008-05-10
- Posts: 677
- Website
Re: New styles for FluxBB-1.4 - A competition
What if the winner decides that he/she does not want to take the money or he/she cannot take the money because they don't have paypal? Is it possible to refuse the money and would the winner get something else in return?
It is free to have a PayPal account.
Offline
#27 2010-01-18 07:04:03
- Scripter
- Member
- Registered: 2008-05-10
- Posts: 92
- Website
Re: New styles for FluxBB-1.4 - A competition
What exactly do you mean? I couldn't think of anything else right now...
I'm not too sure myself, I was just throwing it out there.
Scripter wrote:What if the winner decides that he/she does not want to take the money or he/she cannot take the money because they don't have paypal? Is it possible to refuse the money and would the winner get something else in return?
It is free to have a PayPal account.
I know it's free.
Choose a career you love, and you'll never have to work a day in your life.
Offline
#28 2010-01-18 08:29:08
- jojaba
- Member
- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 473
- Website
Re: New styles for FluxBB-1.4 - A competition
As I looked to the changeset in Track, I saw that some improvement have been added concerning the style. I would suggest to the competitor to wait before beginning with there work
Localize Mozilla extensions on BabelZilla
Offline
#29 2010-01-18 12:11:11
- Franz
- Lead developer
- From: Germany
- Registered: 2008-05-13
- Posts: 6,742
- Website
Re: New styles for FluxBB-1.4 - A competition
@jojaba: Not quite. The relevant changes are listed in the first post of this topic. They can just check back here or in Trac regularly (although there shouldn't be too many changes from now on).
Offline
#30 2010-01-18 16:06:36
- jihad
- Member
- Registered: 2010-01-18
- Posts: 1
Re: New styles for FluxBB-1.4 - A competition
Hi everyone
I am new at FluxBB , and I might enter this competition but I want to know if I can use images on my css.
Offline
#31 2010-01-18 16:08:32
- Reines
- Administrator
- From: Scotland
- Registered: 2008-05-11
- Posts: 3,197
- Website
Re: New styles for FluxBB-1.4 - A competition
Hi everyone
I am new at FluxBB , and I might enter this competition but I want to know if I can use images on my css.
Sure you can use images, just don't go over the top using lots of large unoptimized images.
Offline
#32 2010-01-18 17:08:04
- jojaba
- Member
- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 473
- Website
Re: New styles for FluxBB-1.4 - A competition
Hi everyone
I am new at FluxBB , and I might enter this competition but I want to know if I can use images on my css.
Hello.
I suggest you to put your images in the "myskin/images/" (where "myskin" is your css file name) folder in "style" folder.
Regarding the discussion on this topic, let's give you a summary (that has to be confirmed by the developper ) :
Your css file has to be named Myskin.css (where "Myskin" is the name of your main css file).
Here's the tree :
/style/
Myskin.css
/Myskin/
admin.tpl (if you want to modify the default template located in /include/template/)
help.tpl (if you want to modify the default template located in /include/template/)
main.tpl (if you want to modify the default template located in /include/template/)
redirect.tpl (if you want to modify the default template located in /include/template/)
maintenance.tpl (if you want to modify the default template located in /include/template/)
base_admin.css (if you want to modify the default style of administration files)
/images/
image1.jpg
image2.png
...
I think this would be the best way to handle it
Last edited by jojaba (2010-01-18 17:45:06)
Localize Mozilla extensions on BabelZilla
Offline
#33 2010-01-18 19:18:58
- Scripter
- Member
- Registered: 2008-05-10
- Posts: 92
- Website
Re: New styles for FluxBB-1.4 - A competition
jihad wrote:Hi everyone
I am new at FluxBB , and I might enter this competition but I want to know if I can use images on my css.Hello.
I suggest you to put your images in the "myskin/images/" (where "myskin" is your css file name) folder in "style" folder.Regarding the discussion on this topic, let's give you a summary (that has to be confirmed by the developper
) :
Your css file has to be named Myskin.css (where "Myskin" is the name of your main css file).
Here's the tree :
/style/
Myskin.css
/Myskin/
admin.tpl (if you want to modify the default template located in /include/template/)
help.tpl (if you want to modify the default template located in /include/template/)
main.tpl (if you want to modify the default template located in /include/template/)
redirect.tpl (if you want to modify the default template located in /include/template/)
maintenance.tpl (if you want to modify the default template located in /include/template/)
base_admin.css (if you want to modify the default style of administration files)
/images/
image1.jpg
image2.png
...
I think this would be the best way to handle it
No offense, but I don't see a point in changing the .tpl files. Someone would have a greater chance of "messing" up the validation process. This is a style competition, almost everything, if not everything can be done through the .css files. Lets not forget they want it to be lightweight and friendly, this means there is no need to put all this JavaScript and flash stuff. I do agree with you though that the folder containing images should be located in the style folder.
Choose a career you love, and you'll never have to work a day in your life.
Offline
#34 2010-01-18 19:56:35
- jojaba
- Member
- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 473
- Website
Re: New styles for FluxBB-1.4 - A competition
No offense, but I don't see a point in changing the .tpl files. Someone would have a greater chance of "messing" up the validation process.
There's no obligation to change the template but the competitors must know that it is possible... Sometimes it could be usefull to change a little the templates (not with Javascripts or other Flash objects but by moving, replacing or even adding parts in the pages...) while creating a new style
Localize Mozilla extensions on BabelZilla
Offline
#35 2010-01-18 20:08:58
- Scripter
- Member
- Registered: 2008-05-10
- Posts: 92
- Website
Re: New styles for FluxBB-1.4 - A competition
Scripter wrote:No offense, but I don't see a point in changing the .tpl files. Someone would have a greater chance of "messing" up the validation process.
There's no obligation to change the template but the competitors must know that it is possible... Sometimes it could be usefull to change a little the templates (not with Javascripts or other Flash objects but by moving, replacing or even adding parts in the pages...) while creating a new style
I still don't see the point of touching the template.
Choose a career you love, and you'll never have to work a day in your life.
Offline
#36 2010-01-18 20:18:54
- Franz
- Lead developer
- From: Germany
- Registered: 2008-05-13
- Posts: 6,742
- Website
Re: New styles for FluxBB-1.4 - A competition
Well, the simplest example is having the status bar with "logged in as XXX" etc. at the very top of the screen - changing and moving things around. Also, I think there are some cases where you might want to add another <div> - what comes to mind here is a footer bar that's always aligned at the bottom of the screen. Also, this is a must-have feature for custom themes, for example when integrating them into the site or just adding an extra image etc. (no need to edit the default template).
And if we wait a little, I'm sure Paul can explain better...
Offline
#37 2010-01-18 22:43:00
- Scripter
- Member
- Registered: 2008-05-10
- Posts: 92
- Website
Re: New styles for FluxBB-1.4 - A competition
Well, the simplest example is having the status bar with "logged in as XXX" etc. at the very top of the screen - changing and moving things around. Also, I think there are some cases where you might want to add another <div> - what comes to mind here is a footer bar that's always aligned at the bottom of the screen. Also, this is a must-have feature for custom themes, for example when integrating them into the site or just adding an extra image etc. (no need to edit the default template).
And if we wait a little, I'm sure Paul can explain better...
I understand now lol. Didn't see the point of it because my vision of it is how is right now just with "fresher" colors and so on...
Choose a career you love, and you'll never have to work a day in your life.
Offline
#38 2010-01-18 22:48:43
- Franz
- Lead developer
- From: Germany
- Registered: 2008-05-13
- Posts: 6,742
- Website
Offline
#39 2010-01-19 04:03:12
- Lirodon
- Member
- Registered: 2009-01-27
- Posts: 98
Re: New styles for FluxBB-1.4 - A competition
This is what I'm currently working on so far, its not done yet, but it's looking hot.
Offline
#40 2010-01-19 11:14:45
- Reines
- Administrator
- From: Scotland
- Registered: 2008-05-11
- Posts: 3,197
- Website
Re: New styles for FluxBB-1.4 - A competition
Looking good
Offline
#41 2010-01-19 19:53:22
- artoodetoo
- Member
- From: Far-Far-Away
- Registered: 2008-05-11
- Posts: 229
Re: New styles for FluxBB-1.4 - A competition
It is free to have a PayPal account.
For some countries PayPal works in one direction
I'm not a fan of FluxBB way anymore.
Offline
#42 2010-01-19 21:11:28
- Scripter
- Member
- Registered: 2008-05-10
- Posts: 92
- Website
Re: New styles for FluxBB-1.4 - A competition
This is what I'm currently working on so far, its not done yet, but it's looking hot.
Looks hot but I find post icons a bit too big
Choose a career you love, and you'll never have to work a day in your life.
Offline
#43 2010-01-19 22:00:13
- Lirodon
- Member
- Registered: 2009-01-27
- Posts: 98
Re: New styles for FluxBB-1.4 - A competition
Lirodon wrote:
This is what I'm currently working on so far, its not done yet, but it's looking hot.
Looks hot but I find post icons a bit too big
I'm fixing that. Heck I might just change them to glyphs.
Offline
#44 2010-01-19 23:47:09
- Scripter
- Member
- Registered: 2008-05-10
- Posts: 92
- Website
Re: New styles for FluxBB-1.4 - A competition
Scripter wrote:Lirodon wrote:
This is what I'm currently working on so far, its not done yet, but it's looking hot.
Looks hot but I find post icons a bit too big
I'm fixing that. Heck I might just change them to glyphs.
It's your style, your entitled to do what you want
Choose a career you love, and you'll never have to work a day in your life.
Offline
#45 2010-01-19 23:53:49
- Paul
- Developer
- From: Wales, UK
- Registered: 2008-04-27
- Posts: 1,653
Re: New styles for FluxBB-1.4 - A competition
That would be my suggestion. The only reason for the css icons is because the style was written to be graphics free. If your style uses graphics you might as well go the whole hog and have graphic icons to match.
The only thing worse than finding a bug is knowing I created it in the first place.
Offline
#46 2010-01-21 03:30:25
- Lirodon
- Member
- Registered: 2009-01-27
- Posts: 98
Re: New styles for FluxBB-1.4 - A competition
I already got a request for a CSS class addition, if the Closed highlight in the topics list gets its own CSS class, why not moved?
And also, another preview
I'm still having issues with the new bigger post buttons I rigged up, but if any of these and other quirks can be adjusted in the "tweaks" you may make, that's fine with me
Offline
#47 2010-01-21 09:07:15
- Reines
- Administrator
- From: Scotland
- Registered: 2008-05-11
- Posts: 3,197
- Website
Re: New styles for FluxBB-1.4 - A competition
I already got a request for a CSS class addition, if the Closed highlight in the topics list gets its own CSS class, why not moved?
I've added that and made things a bit more consistent, see the list of changes in the main topic
Offline
#48 2010-01-30 15:35:25
- orkneywd
- Member
- Registered: 2008-05-10
- Posts: 153
- Website
Re: New styles for FluxBB-1.4 - A competition
I'll need to update to the latest Trac version before submitting but thought I'd post up my work-in-progress entry Trying not to deviate too far from the original Oxygen skin, though this will be easy to change colours as it uses so few:
Homepage:
Forum:
I'll work on it some more tonight and may have a few class requests though think most I needed have already been added to trac.
Offline
#49 2010-01-30 15:36:24
- Reines
- Administrator
- From: Scotland
- Registered: 2008-05-11
- Posts: 3,197
- Website
Re: New styles for FluxBB-1.4 - A competition
Looking good
Offline
#50 2010-01-31 15:00:01
- Luca
- Member
- Registered: 2009-08-20
- Posts: 40
Re: New styles for FluxBB-1.4 - A competition
back to question about IE6 Google Phasing Out Support For IE6 in 2010
Offline