[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!
Ideas Centre
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 »

Hi,

Sorry about that. To fix it, open: /styles/supernova/imageset/imageset.cfg

Remove this line:

Code: Select all

img_icon_user_warn = icon_user_warn.gif*20*20
Then refresh the imageset cache:
Admin Panel -> Styles Tab -> Style Components -> Imagesets -> Supernova -> Refresh

That should fix it. :)
Livirathon
Registered User
Posts: 19
Joined: Fri Apr 16, 2010 5:19 pm

Re: [Release] Supernova (3.0.7)

Post by Livirathon »

thank you! it's works :D
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 »

Hi Christian,
I’ve been working on this great style to get it ready for my main site, I’ve the Arcade mod installed but there’s a lot of colour (e.g blue) showing up in some of the boxes. I was wondering if it was the mod or maybe the style causing the problem

Also, I’ve added an additional menu bar and have in overall_header, it’s added after

Code: Select all

<div id="sn-shadows">
But this leaves a white line gap, I was wondering what would get rid of the white gap. If I place the code above

Code: Select all

<div id="sn-shadows">
the gap is gone but stretches across the entire page which I don’t want. Hope you can point me in the right direction on these two.
Thank you
Link: boardtalk.net
;)
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 »

With regard to the Arcade Mod, that would be because there's no background colour on li.row .

Open: /styles/supernova/theme/colours.css

Find:

Code: Select all

li.row {
	border-top-color:  #CCCCCC;
	border-bottom-color: #FFFFFF;
	background-image: url("{T_THEME_PATH}/images/row.png");
	background-repeat: repeat-x;
}
Replace with:

Code: Select all

li.row {
	border-top-color:  #CCCCCC;
	border-bottom-color: #FFFFFF;
	background-image: url("{T_THEME_PATH}/images/row.png");
	background-repeat: repeat-x;
   background-color: #FFFFFF;
}
Boardtalk.net wrote:But this leaves a white line gap, I was wondering what would get rid of the white gap.
There's a padding-top value on the sn-shadows div which stops content from starting literally underneath the navbar. Easiest way to move your navbar up would be to add a negative margin-top value. For example open: supernova/template/overall_header.html

Find:

Code: Select all

<div id="navbar">
Replace with:

Code: Select all

<div id="navbar" style="margin-top: -12px;">

Let me know how you get on :). Oh, and I also use 7zip, love it! :)
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 »

Thanks a million Christian, you are good! I can’t thank you enough, it looks really brilliant both solutions are spot on! Thanks for taking the time to help me out ;)
Yep, 7zip is cool :D :D :D
User avatar
Nawid
Registered User
Posts: 329
Joined: Sat Jun 27, 2009 4:32 pm

Re: [Release] Supernova (3.0.7)

Post by Nawid »

Thanks Christian, I also had that problem!
Image
Check SuperNova Orange style on:
SchoolLife.nl
phpBB.com
User avatar
imkingdavid
Former Team Member
Posts: 2673
Joined: Sun Jul 26, 2009 7:59 pm
Location: EST
Name: David King

Re: [Release] Supernova (3.0.7)

Post by imkingdavid »

Nice job. Looks like this one will probably be the next viral style to hit phpBB forums. :lol: Oh well. Too bad all the good styles get overused and then no one likes them anymore.

But great work as always. I love the login mouseover thing, as well as the drag-and-drop categories and style switcher. Hopefully those and other innovative things will make their way into more styles. :)
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
68deluxe
Registered User
Posts: 3
Joined: Mon Jun 07, 2010 8:54 pm

Re: [Release] Supernova (3.0.7)

Post by 68deluxe »

I hope this does get picked up and used a lot.. can see many many great mods of this style coming about..

here is what I have done, if anyone is interested.. not spam, my website is to vacant for that!

http://www.australianminiforum.com/forum/

edit: The only complaint I have, and it IS minor... is that when logging in using the popup window, if you select a name from the drop down list (ie type first two letters of user name, then select the user from the drop down list that appears), the popup window disappears. But not going to stop me using it!
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 »

Sweet modifications! - good luck with your board :).
68deluxe wrote:edit: The only complaint I have, and it IS minor... is that when logging in using the popup window, if you select a name from the drop down list (ie type first two letters of user name, then select the user from the drop down list that appears), the popup window disappears. But not going to stop me using it!
Yeah I've noticed this in additional post-release testing. Will try and get it fixed in the next release :) .
Solofront
Registered User
Posts: 33
Joined: Thu Apr 08, 2010 7:29 pm

Re: [Release] Supernova (3.0.7)

Post by Solofront »

I think it does, but...does this style support forum icons? (not topic icons)
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 »

Solofront wrote:I think it does, but...does this style support forum icons? (not topic icons)
Yep. :)
User avatar
Nawid
Registered User
Posts: 329
Joined: Sat Jun 27, 2009 4:32 pm

Re: [Release] Supernova (3.0.7)

Post by Nawid »

Dear Christian, I don't know if you could help me with this, but any help would be appreciated.

After installing mChat on my forum, the "drop here" function of the style isn't working anymore. Any clue how to fix this?
If I remove the edits I did on the overall_header.html , the "drop here" function is working, but the mChat not.

So where would the problem be? Perhaps editor.js ? I don't know...

Please see the install document: http://schoollife.nl/mChat/install.xml
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 »

Probably something to do with the order in which the jQuery code appears in the <head> tag. Try adding the mChat code before:

Code: Select all

<script type="text/javascript">
$(document).ready(function() {
	$('#sn-not-logged-in').mouseenter(function() {
		$('#sn-not-logged-in-hover').fadeIn('medium');
	});
	$('#sn-not-logged-in-hover').mouseleave(function() {
		$('#sn-not-logged-in-hover').fadeOut('medium');
	});
});
</script>
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 for fast reply. I did as you said, mChat is working but "drop here" function not.
I think the JS codes are interfering with each other.
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 »

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?

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