Forums / Cotonti / Skins / New skin: Axis4

<<<12

Template from nuviotemplates

CorpQuid
#16 2009-02-24 08:37
Very Nice! Pieter, when will it be done and available?
pieter
#17 2009-02-24 15:33
I still have to work at the forums, and intergrated the CSS. There are standard 4 css-files.

I guess at the end of the week it will be finished. But only the blue version. Other themes will be implemented in a later phase.
... can we help you ...
CorpQuid
#18 2009-03-04 12:40
Any updates with this skin yet Pieter? I would really like to use this skin for a site I'm doing.
pieter
#19 2009-03-04 16:35
Almost done. Had not much time.

Pls check at my site if you see some errors.
I only want/need to change the New topic-button
... can we help you ...
Kort
#20 2009-03-04 16:50
For the forums: table starts out of the subforums tag, so the are visible borders under the link to the forum without subforums. Don't think you can do anything about it though, unless you go for
{FORUMS_SECTIONS_ROW_SLAVE}<br />
which is not the best solution HTML-wise :)
SED.by - создание сайтов, разработка плагинов и тем для Котонти
pieter
#21 2009-03-06 05:55
I solved it by using a new class without lines.

Download
I will put it on here in download section, but I will wait for your comments.

Live demo

@CorpQuid: Give me your link when it is life.
... can we help you ...
This post was edited by pieter (2009-03-09 00:16, 15 years ago)
motor2hg
#22 2009-03-06 08:13
Very Nice! Light, elegant. Thank you for your work!
CorpQuid
#23 2009-03-06 12:11
Thank you Pieter!

On the Lost Password page it looks like the CSS is off on that template.
http://www.broens.be/plug.php?e=passrecover

Other than that page it looks Great!

Edit
I just installed the template and the CSS did not load directly from the main axis4 folder I have to set this in the header.tpl.

I also tried using the blue css file that is in the css folder with no luck, so Im wondering if you hard coded the header file while you were converting the skin?
This post was edited by CorpQuid (2009-03-06 12:31, 15 years ago)
Kort
#24 2009-03-06 14:12
# pieter : I solved it by using a new class without lines.
Another solution is to use UL tag, for its a list rather than table data
SED.by - создание сайтов, разработка плагинов и тем для Котонти
pieter
#25 2009-03-06 15:55
For the password recover.

This TPL is placed in plugins/passrecover/tpl/passrecover.tpl
That's why I forgot about it.

Redownload the files:
Download
or
passrecover.tpl (put this in the folder axis4)
... can we help you ...
This post was edited by pieter (2009-03-09 00:15, 15 years ago)
CorpQuid
#26 2009-03-07 07:10
Thanks Pieter, everything looks great
pieter
#27 2009-03-08 00:52
Skin added to download section.
... can we help you ...
Lissbol
#28 2009-03-08 06:05
Nice Pieter looks alot better now when youre all done. WD m8
LISSBOL Designs
CorpQuid
#29 2009-03-19 01:28
Pieter

I found some missing tags in the skin so you may want to update the download here again.

I needed to update a post in my forums and could not edit the title and found it was missing some tags

Here is the needed changes

Find Line 31 of forums.editpost.tpl
	<tr>
		<td>
		<div style="width:96%;">{FORUMS_EDITPOST_TEXTBOXER}</div>
		</td>
	</tr>

And change to
<tr>
		<td>
		<div style="width:96%;">
		  <p><span style="width:100%;">{PHP.L.Topic}: {FORUMS_EDITPOST_TOPICTITTLE}<br/>
{PHP.L.Description}: {FORUMS_EDITPOST_TOPICDESCRIPTION}</span><br />
{FORUMS_EDITPOST_TEXTBOXER}</p>
		  </div>
		</td>
	</tr>
pieter
#30 2009-03-19 03:39
Thanks,

Updated
... can we help you ...

<<<12