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

<<<12

Template from nuviotemplates

CorpQuid
#16 24.02.2009 08:37
Very Nice! Pieter, when will it be done and available?
pieter
#17 24.02.2009 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 04.03.2009 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 04.03.2009 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 04.03.2009 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 06.03.2009 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 ...

Відредаговано: pieter (09.03.2009 00:16, 16 років тому)
motor2hg
#22 06.03.2009 08:13
Very Nice! Light, elegant. Thank you for your work!
CorpQuid
#23 06.03.2009 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?

Відредаговано: CorpQuid (06.03.2009 12:31, 16 років тому)
Kort
#24 06.03.2009 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 06.03.2009 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 ...

Відредаговано: pieter (09.03.2009 00:15, 16 років тому)
CorpQuid
#26 07.03.2009 07:10
Thanks Pieter, everything looks great
pieter
#27 08.03.2009 00:52
Skin added to download section.
... can we help you ...
Lissbol
#28 08.03.2009 06:05
Nice Pieter looks alot better now when youre all done. WD m8
LISSBOL Designs
CorpQuid
#29 19.03.2009 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 19.03.2009 03:39
Thanks,

Updated
... can we help you ...

<<<12