[Release] Supernova (phpBB 3.0.8)

For style authors to post and receive feedback on 3.0.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Anti-Spam Guide
demon327
Registered User
Posts: 847
Joined: Thu Nov 16, 2006 2:16 pm

Re: [Release] Supernova (3.0.7)

Post by demon327 »

Nice style, but there is an issue if you make use the the following mod: Categorize Announcements and Stickies.

It only goes wrong with the global anoucement, the text " Replies Views Last post" is on the wrong place, it wont aline with real containers....

I can't provide a link to the board, cause i'm making our own housestyle, based on this theme ;).


theme settings: author column: off

ps: the author column is broken when somebody has a "long" nickname, you can see the issue on the demo board ;)
User avatar
Nawid
Registered User
Posts: 329
Joined: Sat Jun 27, 2009 4:32 pm

Re: [Release] Supernova (3.0.7)

Post by Nawid »

Christian 2.0 wrote:In your overall_header, I can see:

Code: Select all

<script type="text/javascript" src="./mchat/jquery_core_mini.js"></script>
<script type="text/javascript" src="./mchat/jquery_cookie_mini.js"></script>
...which has been added as part of the MOD. Supernova comes with jQuery and the Cookie plugin already active so you don't need to re-add those lines.

What happens if you remove the above lines of code from the Supernova style?

It's working now!

According to the mod, I should have add this before </head>

Code: Select all

<!-- IF S_MCHAT_ENABLE -->
<script type="text/javascript" src="{ROOT_PATH}mchat/jquery_core_mini.js"></script>
<script type="text/javascript" src="{ROOT_PATH}mchat/jquery_cookie_mini.js"></script>
<link rel="stylesheet" href="{ROOT_PATH}mchat/mchat_prosilver.css" type="text/css" />
<!-- ENDIF -->
I just added this:

Code: Select all

<!-- IF S_MCHAT_ENABLE -->
<link rel="stylesheet" href="{ROOT_PATH}mchat/mchat_prosilver.css" type="text/css" />
<!-- ENDIF -->
So without the .js files it's working, because your style already load the necessary .js files.

Thank you very much Christian! :)
Image
Check SuperNova Orange style on:
SchoolLife.nl
phpBB.com
wadie
Registered User
Posts: 558
Joined: Sun May 02, 2010 5:05 am
Location: Your ACP
Name: Wadie

Re: [Release] Supernova (3.0.7)

Post by wadie »

Awesome style !

Can you please make me a text for the logo.

Just write FootballBB.org

Thanks in advance !
Need a custom style made ? want me to install a MOD for you ? Contact me here.
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian

Re: [Release] Supernova (3.0.7)

Post by PlanetStyles.net »

wadie
Registered User
Posts: 558
Joined: Sun May 02, 2010 5:05 am
Location: Your ACP
Name: Wadie

Re: [Release] Supernova (3.0.7)

Post by wadie »

Awesome !!
Need a custom style made ? want me to install a MOD for you ? Contact me here.
User avatar
Nawid
Registered User
Posts: 329
Joined: Sat Jun 27, 2009 4:32 pm

Re: [Release] Supernova (3.0.7)

Post by Nawid »

Christian, any idea when the other colors (especially the color orange) will be released? :)
Image
Check SuperNova Orange style on:
SchoolLife.nl
phpBB.com
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian

Re: [Release] Supernova (3.0.7)

Post by PlanetStyles.net »

Can't give an exact time frame sorry. Each colour variation takes around 2 hours of my time to make, tweak and test so it's a case of fitting it in around other things I do both online and offline.

I'm not saying I'm not going to do any more, but I wouldn't count on any colour variations being added in 3.0.8 as Absolution (my other style) has a list of something like 15 bugs & tweaks which need sorting.
User avatar
Nawid
Registered User
Posts: 329
Joined: Sat Jun 27, 2009 4:32 pm

Re: [Release] Supernova (3.0.7)

Post by Nawid »

Oh, ok, the current colors are fine, but I asked this because of the fifa world cup 2010 (Netherlands --> Orange :mrgreen: )

But I think I will be able to make the color by myself by editing the stylesheet of the color set. I also have to edit the images with photoshop, but I think I'll manage it somehow :D

I can not thank you enough for this lovely style :mrgreen:
Image
Check SuperNova Orange style on:
SchoolLife.nl
phpBB.com
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian

Re: [Release] Supernova (3.0.7)

Post by PlanetStyles.net »

Nawid wrote:I also have to edit the images with photoshop, but I think I'll manage it somehow :D
The images seem to coloirze quite well using Image -> Adjustments -> Hue/Saturation

...at least that's how I created the Red and Green images from the blue original. :)
User avatar
Nawid
Registered User
Posts: 329
Joined: Sat Jun 27, 2009 4:32 pm

Re: [Release] Supernova (3.0.7)

Post by Nawid »

Of course, of course, totally forgot that! That way, it'll be much faster and easier. Thanks for the tip.
Image
Check SuperNova Orange style on:
SchoolLife.nl
phpBB.com
User avatar
Nawid
Registered User
Posts: 329
Joined: Sat Jun 27, 2009 4:32 pm

Re: [Release] Supernova (3.0.7)

Post by Nawid »

I think I managed to make it orange, everything is working fine, I'll post an image, so if someone would like to have the orange color I'll also post the needed files.

Another question (sorry, maybe I'm asking too much :D ), possible to have an own background-color or background-image for each color style?
Image
Check SuperNova Orange style on:
SchoolLife.nl
phpBB.com
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian

Re: [Release] Supernova (3.0.7)

Post by PlanetStyles.net »

Yep, just add this code to the colour .css style eg: blue.css, red.css etc...

Code: Select all

html, body {
   background-colour: #123456;
}
Other CSS background properties can be used too. :)
reVvo !
Registered User
Posts: 35
Joined: Mon May 17, 2010 6:34 pm

Re: [Release] Supernova (3.0.7)

Post by reVvo ! »

This style is wonderful, congratulations
User avatar
Nawid
Registered User
Posts: 329
Joined: Sat Jun 27, 2009 4:32 pm

Re: [Release] Supernova (3.0.7)

Post by Nawid »

Thank you Christian.

By the way, the orange style I made is working perfectly.
Click on the image below to see it live :mrgreen: I think it's wonderful!
Image

EDIT: if someone would like to have the orange style, just ask me (I would like to know how many people want this) :lol: of course, I'll post the needed files then.
Last edited by Nawid on Mon Jun 14, 2010 7:24 pm, edited 3 times in total.
Image
Check SuperNova Orange style on:
SchoolLife.nl
phpBB.com
User avatar
Boardtalk.net
Registered User
Posts: 1245
Joined: Fri Jun 05, 2009 8:12 pm
Location: Ireland
Name: Colette

Re: [Release] Supernova (3.0.7)

Post by Boardtalk.net »

Nawid,
That's really, really nice work and show's how good this theme is.
Well done,
:D
I must get working again on my own site as have been busy this past few evenings... ;)

Return to “[3.0.x] Styles in Development”