changing the header logo (skins)
barkerb23 |
|
---|---|
hello, i have a question. how do i change the logo that says COTONTI on the header of ALL the skins?
Please comment and help ![]() By the way, for the recently NEW release of cotonti, people get this error message that says: Fatal error: Uncaught exception 'Exception' with message 'Your "./datas/cache/templates/" is not writable' in /home/a3604698/public_html/system/xtemplate.php:184 Stack trace: #0 /home/a3604698/public_html/system/xtemplate.php(39): XTemplate->restart('skins/sed-light...') #1 /home/a3604698/public_html/system/header.php(92): XTemplate->__construct('skins/sed-light...') #2 /home/a3604698/public_html/system/core/index/index.inc.php(34): require_once('/home/a3604698/...') #3 /home/a3604698/public_html/index.php(20): require_once('/home/a3604698/...') #4 {main} thrown in /home/a3604698/public_html/system/xtemplate.php on line 184all they have to do is set the cache folder to CHMOD: 777 |
esclkm |
|
---|---|
please try firstly use search
littledev.ru - мой маленький зарождающийся блог о котонти.
снижение стоимости программирования и снижение стоимости производства разные вещи. Первое можно скорее сравнить с раздачей работникам дешевых инструментов, чем со снижением зарплаты |
pieter |
|
---|---|
Like esclkm told you, try to use search.
You will find: chmod cache is not enough. I guess "./datas/cache/templates/" does not exist. ... can we help you ...
|
GHengeveld |
|
---|---|
Logo is somewhere in skins/sed-light (or themes/nemesis for the siena beta).
As for the error, first check if datas/cache/templates/ actually exists (and create it if it doesn't). Then do a CHMOD 777 on datas/cache, including all subfolders. |
barkerb23 |
|
---|---|
all i had to do was CHMOD the cache and thats it. and the logo i cant find O_o
|
Sergeich |
|
---|---|
Cotonti logo file:
skins/sed-light/img/SED-Light_HD.png CSS:
#header { background: url(img/SED-Light_HD.png) no-repeat; width:800px; height:110px; }
|
barkerb23 |
|
---|---|
thanks
|