-
AuthorPosts
-
December 12, 2011 at 1:35 pm #171724
I wanted to install 1.7 Edenite on my 1.5 site. I unpacked the zip, changed the templateDetails.xml to match 1.5 requirements, re-zipped, and it installed with no problem. I found I needed to edit the contents of html>com_content>article>default.php, I just replaced the content with a recent 1.5 template’s default.php (JA_Minisite, I think). The only problem I’ve noticed is I’m getting a warning error from PHP, namely:
PHP Warning: preg_split() expects parameter 2 to be string, array given in
C:Program Files (x86)ZendApache2htdocsJoomla_1.5_Sourcepluginssystemjat3base-themesdefaultblockscss.php on line 27but, otherwise, it’s working fine in my testing environment. My question is, am I missing something that could cause problems when I install it on my production site? Are there other hidden pitfalls in using a 1.7 template on a 1.5 site?
Thank you for any feedback in advance!
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
December 16, 2011 at 3:38 am #429891Hi
You said JA Edenite 1.7 , is it JA Edenite for Joomla! 1.7 ? or JA Edenite v1.7 ?
The latest version of JA Edenite for Joomla! 1.5 is
JA Edenite template for joomla 1.5 (112.0 KB) template 03-20-2008 1.4.0 Changelog
Please check it at your side.Thank you
December 17, 2011 at 12:05 pm #430070It’s Edenite v1.1.1 for j1.7
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
December 17, 2011 at 4:26 pm #430090hi
you cant install t3 for joomla! 1.7 into joomla! 1.5.
please make sure you have installed
– valid version template
– valid version t3
with your current joomla!December 18, 2011 at 1:04 pm #430217I don’t have t3 for 1.7 installed, I have t3 for 1.5. Like I said, I was able to get Edenite v1.1.1 for j1.7 to install by modding templateDetails.xml to match what j1.5 requires the file to look like. It took 2 seconds, give it a try. Here’s what the mod looks like:
<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="template">
<name>ja_edenite</name>
<version>1.1.1</version>
<creationDate>15 August 2011</creationDate>
<author>JoomlArt.com</author>
<authorEmail>webmaster@joomlart.com</authorEmail>
<authorUrl>http://www.joomlart.com</authorUrl>
<copyright>Copyright (C), J.O.O.M Solutions Co., Ltd. All Rights Reserved.</copyright>
<license>license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license>
<description>JA Edenite for Joomla 1.7</description>
<engine>t3</engine>
<files>
<filename>component.php</filename>
<filename>index.html</filename>
<filename>index.php</filename>
<filename>info.xml</filename>
<filename>params.ini</filename>
<filename>template_thumbnail.png</filename>
<filename>template_preview.png</filename>
<filename>favicon.ico</filename>
<folder>admin</folder>
<folder>blocks</folder>
<folder>core</folder>
<folder>css</folder>
<folder>html</folder>
<folder>images</folder>
<folder>info</folder></files>
<languages>
<language tag="en-GB">en-GB.tpl_ja_edenite.ini</language>
</languages>
<administration>
<languages folder="admin">
<language tag="en-GB">en-GB.tpl_ja_edenite.ini</language>
</languages>
</administration><positions>
<position>hornav</position>
<position>breadcrumbs</position>
<position>search</position>
<position>banner</position>
<position>left</position>
<position>right</position>
<position>top</position>
<position>user1</position>
<position>user2</position>
<position>user3</position>
<position>user4</position>
<position>user5</position>
<position>footer</position>
<position>syndicate</position>
<position>debug</position>
<position>header</position>
<position>content-mass-top</position>
</positions><params>
<param name="logoType" type="list" default="image" label="Logo type" description="LOGO TYPE DESCRIPTION">
<option value="image">Image</option>
<option value="text">Text</option>
</param>
<param name="logoText" type="text" default="" size="50" label="Logo text" description="LOGO TEXT DESCRIPTION" />
<param name="sloganText" type="text" default="" size="50" label="Slogan" description="SLOGAN DESCRIPTION" /><param name="ja_font" type="list" default="3" label="Font size" description="FONT SIZE DESCRIPTION">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
</param><param name="ja_screen" type="list" default="950" label="Template Width" description="TEMPLATE WIDTH DESCRIPTION">
<option value="narrow">Narrow Screen</option>
<option value="wide">Wide Screen</option>
</param><param name="ja_color" type="list" default="default" label="Color Variation" description="Color variation to use">
<option value="default">Default</option>
<option value="red">Red</option>
<option value="orange">Orange</option>
</param><param name="menutype" type="menu" default="mainmenu" label="Menu Type" description="MENU TYPE DESCRIPTION" />
<param name="ja_menu" type="list" default="2" label="Menu Module" description="MENU'S TYPE">
<option value="split">Split Menu</option>
<option value="css">CSS Menu</option>
<option value="moo">Moo Menu</option>
<option value="dropline">Dropline Menu</option>
</param><param name="showComponent" type="radio" default="1" label="Show Component" description="SHOW COMPONENT DESCRIPTION">
<option value="0">No</option>
<option value="1">Yes</option>
</param>
</params>
</install>
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
December 18, 2011 at 1:11 pm #430223Hi
In case you have modded template / t3 for J! 1.7 into J! 1.5 i can’t sure it’ll working fine .
Not only XML but also lots of change between 1.5 & 1.6 / 1.7 framework.May i know why don’t you w/ correct version ?
Thank you.
December 20, 2011 at 12:04 pm #430514I’m not ready to move my 1.5 site to 1.7, I’ll probably do it next year. I’ve been using Edenite as my template for several years but, I really wanted to add some new module positions. Edenite v1.1.1 has user1 – user10 positions topsl & topsl1 right where I want them (below header but above main content). That’s really the only reason, if Edenite v1.4 had those same positions in the same place, I would be happy and not mess with all of this.
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by knotworking 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum