When you use the template overrides in Core Joomla following the process below.
Back End> Extensions > Template Manager > Select Templates Link > Select Your Template > Create Overrides Tab > Select Anything to override.
This will create an override for the specific module/component
You can modify this within the backend of Joomla, but you cannot create a second template override. Even after renaming the initial override from default.php.
Should allow more than one template override for a module or component
Will only allow you to add 1 template override, then when you try again, you get an error message saying "Template override exists"
Discovered at JDUK14, briefly discussed with @wilsonge
Category | Templates (admin) | ⇒ | Templates (site) |
Status | New | ⇒ | Confirmed |
Labels |
Added:
?
|
Category | Templates (site) | ⇒ | Components |
Changed category to components as affects com_templates
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4460.
Butterfly working on this.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4460.
Template model updated to copy all files (one by one to override directory), with a number in the file-name (displayed in success message).
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4460.
Note that this bug has only been fixed in 3.4-dev branch and needs to be merged back to other 3.x branches.
Status | Confirmed | ⇒ | Closed |
Set to "closed" on behalf of @gunjanpatel by The JTracker Application at issues.joomla.org/joomla-cms/4460
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-10-17 06:16:00 |
Rel_Number | ⇒ | 4725 | |
Relation Type | ⇒ | Related to |
Labels |
Added:
?
|
So currently it copies the entire folder across. Which definitely seems buggy. We should probably create a file iterator and loop through the files.