flaviusro
said:
|
|||||||||||||||||||||||||||||||||||||||||||
| I think the template is also missing some default files (for proper administration): csschanger.php cssloader.php params.ini |
Top menus are not been re-written...Any one knows why? I think it's relate to this template only, since it works perfect for the default template comes with joomla...lol ![]() |
| I built an intranet site with this template and all seemed to work normally untill I tried to install jevents and dynamic date. Each complained that they were written for and old version. I turned on the legacy mode and then my home page went to the white page of death until I turned Legacy Mode off. I hope this problem will be fixed. |
| Will give errors if you run it in 1.5 with legacy mode "on" |
| ... replace row 4-6 in the index.php file function sefRelToAbs($value) { return JRoute::_($value); } with: if (!function_exists('sefRelToAbs')) { function sefRelToAbs($value) { // Replace all & with & as the router doesn't understand & $url = str_replace('&', '&', $value); if(substr(strtolower($url),0,9) != "index.php") return $url; $uri = JURI::getInstance(); $prefix = $uri->toString(array('scheme', 'host', 'port')); return $prefix.JRoute::_($url); } } |
| ... to solve the problem in 1.5 with legacy mode "on" |
| i want to use this template, but it does not work with IE. How can i make it work |
| Will this template work with Joomla 2.5 ? |
| < Prev | Next > |
|---|