Форумы / Cotonti / Skins / New skin: Axis4

12>>>

Template from nuviotemplates

pieter
#1 23.02.2009 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 23.02.2009 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 23.02.2009 02:15
A nice looking skin there Pieter.
LISSBOL Designs
pieter
#4 23.02.2009 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 ...
Отредактировано: pieter (23.02.2009 02:19, 15 лет назад)
diablo
#5 23.02.2009 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."
Отредактировано: Trustmaster (23.02.2009 03:00, 15 лет назад)
Trustmaster
#6 23.02.2009 03:00
No offensive words and personal talks here please.
May the Source be with you!
jslowik
#7 23.02.2009 03:24
IT looks awesome! Very nice.
Kort
#8 23.02.2009 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 23.02.2009 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 23.02.2009 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 23.02.2009 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 23.02.2009 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 23.02.2009 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 23.02.2009 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 24.02.2009 07:02
nice skin pieter! excellent!

12>>>