In the following guide we will show you how to rename Helix Ultimate. We do not recommend renaming any of Helix plugins, only the template folder and this manual is about this topic only. Note! you cannot simply rename a template folder by using FTP/sFTP tool to change its name, because information regarding the template are stored in different locations. The template is treated by Joomla as an extension, some pieces of information are stored in the database, template files, and language file.
Warning! After Template rename in the future, you have to update template files manually (via FTP/SFTP) from new Helix Ultimate packages to get improvements and fixes. Rename is also code customization, so it's on your risk only.
Note! Do not remove JoomShaper name from copyright notes. It's against copyright law (EU/U.S.). As you’re building websites for customers, think about intellectual property rights. Take only the right and legal customization steps.
In our example, we will rename the default template name, from: shaper_helixultimate
to: new
Of course, You can use a different name, remember short names are the best.
Tip: To edit the xml/ini/php files use your favorite text editor (Notepadd++ or other similar).
Rename before installation
This method is the simplest and recommended:
- Download and use the newest Helix Ultimate template package (zip file).
- You may rename the zip filename, example from:
"helixultimate_template_j3_v1.0.3.zip
" to "new_template_j3.zip
".
This step is not obligatory.
- From package edit "installer.xml" file, change from:
<template name="shaper_helixultimate"/>
to:
<template name="new"/>
- Rename template language file (folder /template inside package), from:
en-GB.tpl_shaper_helixultimate.ini
to:
en-GB.tpl_new.ini
- Edit "templateDetails.xml" file (folder /template inside package) , then rename template name inside.
From:
<name>shaper_helixultimate</name>
to:
<name>new</name>
and from:
<language tag="en-GB">en-GB.tpl_shaper_helixultimate.ini</language>
to:
<language tag="en-GB">en-GB.tpl_new.ini</language>
and rename template name inside, from:
SHAPER_HELIXULTIMATE="Helix Ultimate"
to:
SHAPER_HELIXULTIMATE="New"
You may also change content of <description>, but it is not obligatory.
About update server, it's depends on you decision to keep or remove that part of code.
- The helper class name should be renamed TplNewHelper in /template/helper.php file.
- We also recommend to change/override template thumbnail image:
template\template_thumbnail.png
- just override image with yours: 560x425px png format, keep this same file name.
- Now you can install this modified template as a new template and set as default.
Don't worry it should be independent of original one, even if you used QuickStart before.