Elxis CMS Forum
Extensions => Modules => Topic started by: Romero on June 11, 2010, 18:37:51
-
do not tell my how to change the number of posts on the main page?
why the admin theme Blue Star is not displayed on hosting? downloaded from the admin, also tried via ftp does not work :(
-----------
sorry not in this section is written
-
1- from the menu-link, in parameters or(and) from module-frontpage parameters... if i understood well because you haven't said exactly were you referring....
2- not display on hosting???? .. explain better please!
-
1- from the menu-link, in parameters or(and) from module-frontpage parameters... if i understood well because you haven't said exactly were you referring....
thanks
2- not display on hosting???? .. explain better please!
theme does not work, can the latest version elxis not support it?
-
theme does not work, can the latest version elxis not support it?
What does "does not work" mean? You cannot upload it? It does not show correctly?
Give us a link, or give us a better description of your problem.
-
installed, the default, the pattern remained the old one.
tried to change browsers, does not work.
(http://s52.radikal.ru/i135/1006/52/71eb2f568366t.jpg) (http://radikal.ru/F/s52.radikal.ru/i135/1006/52/71eb2f568366.jpg.html)
-
Romero you just found a bug!
Please do what I write bellow to solve this issue:
Open file includes/Core/elxis.php with a text editor such as pspad.
Find function _setTemplate (around line 816 - depends on your elxis version)
5-6 lines bellow you will find this:
if (!file_exists($this->getCfg('absolute_path').'/administrator/templates/admin/'.$cur_template.'/index.php')) {
Change it to this:
if (!file_exists($this->getCfg('absolute_path').'/administrator/templates/admin/'.$this->_template.'/index.php')) {
Save the file, done.
Thanks for the bug report!
Note: This fix applied on the upcoming Elxis 2009.2 electra.
-
everything works.
you quickly help. Thank you very much.