Форуми / Cotonti / Skins / cryo

young mone
#1 07.12.2009 02:25
how do i change they banner on it
[url=<a href="">http://pspw.co.cc]All</a> your game needs and more[/url]
pieter
#2 07.12.2009 02:36
what do you mean?

Do you mean the one with the motorcycle?
Just change the picture.
Check the image folders.

\cryo\img\reddish here are the images for the reddish skin of cryo

Added 3 minutes later:

If you want to know how. Check the css and the header.tpl

CSS:
.s-admin	{ background:url(../img/reddish/slogan-admin-en.png) no-repeat 0 0; }
.s-forums	{ background:url(../img/reddish/slogan-forums-en.png) no-repeat 0 0; }
.s-index	{ background:url(../img/reddish/slogan-index-en.png) no-repeat 0 0; }
.s-message	{ background:url(../img/reddish/slogan-message-en.png) no-repeat 0 0; }
.s-page		{ background:url(../img/reddish/slogan-page-en.png) no-repeat 0 0; }
.s-pfs		{ background:url(../img/reddish/slogan-pfs-en.png) no-repeat 0 0; }
.s-polls	{ background:url(../img/reddish/slogan-polls-en.png) no-repeat 0 0; }
.s-pm		{ background:url(../img/reddish/slogan-pm-en.png) no-repeat 0 0; }
.s-plug		{ background:url(../img/reddish/slogan-plug-en.png) no-repeat 0 0; }
.s-users	{ background:url(../img/reddish/slogan-users-en.png) no-repeat 0 0; }

Header.tpl:
<div id="slogan" class="s-{PHP.z}">
... can we help you ...
young mone
#3 07.12.2009 06:45
this is what im talking about http://orbitupload.com/get/untitled44.png
[url=<a href="">http://pspw.co.cc]All</a> your game needs and more[/url]
pieter
#4 07.12.2009 16:01
see my previous post.
... can we help you ...
Ross
#5 21.12.2009 02:39
I am trying to personalize the background with this method to a site where I have also pages like:

page.category.tpl

But it doesn't work.

Should I write something different than {PHP.z} or is it not possibile in case the name of the file is more complicated than page.tpl?
Kort
#6 21.12.2009 03:07
Thing is right now there is a bug causing PHP.z to be the same for both pages and lists. Possible remedies were discussed in the Russian forums, but the last word was "wait until the Siena release" :)
Btw, you can go for enablecustomhf, but this is a far more complicated way :(
SED.by - создание сайтов, разработка плагинов и тем для Котонти
Sain
#7 21.12.2009 03:31
This skin has many bugs.
В разработке:
1) Платная подписка для групп (через вебмани)
2) Авторизация с помощью Swekey
3) Авторизация с помощью Yubikey
4) Шифрование авторизации
Kort
#8 21.12.2009 04:14
Ok. How many?
SED.by - создание сайтов, разработка плагинов и тем для Котонти
Sain
#9 21.12.2009 04:52
# Kort : Ok. How many?

I didn’t remember all .tpl files, that I fix for my site, but I exactly remember errors in links in adminqv.tpl and admin.rights.inc.tpl
В разработке:
1) Платная подписка для групп (через вебмани)
2) Авторизация с помощью Swekey
3) Авторизация с помощью Yubikey
4) Шифрование авторизации
Ross
#10 21.12.2009 05:05
# Kort : Thing is right now there is a bug causing PHP.z to be the same for both pages and lists. Possible remedies were discussed in the Russian forums, but the last word was "wait until the Siena release" :)
Btw, you can go for enablecustomhf, but this is a far more complicated way :(

Yes, I noticed that! I.e. that it is the same for all pages and lists. Too bad :(
Kort
#11 21.12.2009 05:08
# Sain : I didn’t remember all .tpl files, that I fix for my site, but I exactly remember errors in links in adminqv.tpl and admin.rights.inc.tpl
Is that a bug report?
SED.by - создание сайтов, разработка плагинов и тем для Котонти
Sain
#12 21.12.2009 05:26
# Kort : Is that a bug report?

As example, look at this sting from adminqv.tpl
<li><a href="admin.php?m=config&amp;n=edit&amp;o=core&amp;p=polls">{PHP.L.Skins}</a></li>
В разработке:
1) Платная подписка для групп (через вебмани)
2) Авторизация с помощью Swekey
3) Авторизация с помощью Yubikey
4) Шифрование авторизации
Kort
#13 21.12.2009 05:39
Good thinking. I'll fix it. Frankly its too minor for a bug.
Could you post a link to the website you fixed "many bugs" for?
SED.by - создание сайтов, разработка плагинов и тем для Котонти

Відредаговано: Kort (21.12.2009 05:48, 15 років тому)
Ross
#14 21.12.2009 17:42
# Kort : Good thinking. I'll fix it. Frankly its too minor for a bug.
Could you post a link to the website you fixed "many bugs" for?

Is this bug related to my impossibilty to get a XTHML validation? The validator points out "a" variables which would be unexpected and blah blah - I cannot understand that since I am not a programmer.
Kort
#15 21.12.2009 18:34
Actually, this is just a misprint in the link property and it belings to the admin area, which is not required to validate :)
SED.by - создание сайтов, разработка плагинов и тем для Котонти