Forums / Cotonti / Skins / New skin: Axis4

12>>>

Template from nuviotemplates

pieter
#1 2009-02-23 00:50
My latest project:

You can find it here

It is not finished yet. Some comment would be nice.

Template

There are other color variants: see here
I will try to make them as a theme.
... can we help you ...
Hataz
#2 2009-02-23 02:04
Fine here is a comment:

When will you stop making all of the skins with a clear boring white background? I like decayed and grunge since they are colorful. Why not make a black and green skin? Just saying. Because 4 users of my site commented that my skin was too 'Bland and normal' so decided to leave because of your Gemstone skin.
Lissbol
#3 2009-02-23 02:15
A nice looking skin there Pieter.
LISSBOL Designs
pieter
#4 2009-02-23 02:17
# Hataz : When will you stop making all of the skins with a clear boring white background?
When I want to.
# Hataz : I like decayed and grunge since they are colorful.
They are downloadable, so use them.
They are black and grey, I have another idea of "VERY" colourfull.

# Hataz : Just saying. Because 4 users of my site commented that my skin was too 'Bland and normal' so decided to leave because of your Gemstone skin.
I hope they all leave. Because you blame ME they left. You have chosen the skin, I didn't.
Maybe you can make one yourself. Make it very colourful with black and grey. And I'm sure all your users will stay then. Good luck.


-------------------------------------
Enough said to Hataz. I will not react anymore to him.

THANKS Lissbol
... can we help you ...

Dit bericht is bewerkt door pieter (2009-02-23 02:19, 15 jaren ago)
diablo
#5 2009-02-23 02:22
nice but i think you need to work more on it. ignore hataz
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."

Dit bericht is bewerkt door Trustmaster (2009-02-23 03:00, 15 jaren ago)
Trustmaster
#6 2009-02-23 03:00
No offensive words and personal talks here please.
May the Source be with you!
jslowik
#7 2009-02-23 03:24
IT looks awesome! Very nice.
Kort
#8 2009-02-23 04:20
Clean&clear modern-looking layout. A few bugs:
1. Searchbox is aligned top right (without padding) -- Opera 9.63
2. Arrows in NEW IN FORUMS aligned top left rather than centered (same browser)
SED.by - создание сайтов, разработка плагинов и тем для Котонти
pieter
#9 2009-02-23 15:30
Thx Kort.

First point with the searchbox, is also in IE. But if you log in it is OK. So I have to check this.
Also the register, login are not on the same line. But if you log in the user menu is at the same line. I'm still looking how to solve it, because they use the same class. Only difference is Guest or User.
... can we help you ...
Lombi
#10 2009-02-23 18:32
Can't even find words to type in reply to second post :-O

Looks like an awesome skin, looks amazing. Have the same prob as kort for the searchbox (latest opera) :)
<a href="http://www.domenlo.com">Surreal Art</a>
pieter
#11 2009-02-23 18:58
Screenshots
Logged in
Logged out

This is the code, I don't understand why there is a difference. Because they are in the same div
 <p id="slogan">
		  <!-- BEGIN: USER -->
       <div id="user">
	<ul>
		<li>{HEADER_NOTICES}</li>
		<li>{HEADER_LOGSTATUS}</li>
		<li>{HEADER_USER_ADMINPANEL}</li>
		<li>{HEADER_USERLIST}</li>
		<li>{HEADER_USER_PROFILE}</li>
		<li>{HEADER_USER_PFS}</li>
		<li>{HEADER_USER_PMREMINDER}</li>
		<li>{HEADER_USER_LOGINOUT}</li>
	</ul>
	<!-- END: USER -->

	<!-- BEGIN: GUEST -->
	<ul>
		<li><a href="users.php?m=auth">{PHP.skinlang.header.Login}</a></li>
		<li><a href="users.php?m=register">{PHP.skinlang.header.Register}</a></li>
		<li><a href="plug.php?e=passrecover">{PHP.skinlang.header.Lostyourpassword}</a></li>
	</ul>
	<!-- END: GUEST -->

       </div>		
</p>    
... can we help you ...
Lombi
#12 2009-02-23 20:29
Hehe, the problem is simple - you have the div in the user template, but not the guest. In guest you only have UL.

So simple solution - move user div two lines up :)
<a href="http://www.domenlo.com">Surreal Art</a>
pieter
#13 2009-02-23 23:14
Lombi, you made my day.
I didn't know the "<!-- BEGIN: USER -->" were so important.

Now it is solved and also the search issue is solved.
... can we help you ...
Lombi
#14 2009-02-23 23:41
Only stuff in there is parsed for users and only stuff in GUEST is parsed for guests. Hence there was one div missing in one version :)
<a href="http://www.domenlo.com">Surreal Art</a>
robofreak111
#15 2009-02-24 07:02
nice skin pieter! excellent!

12>>>