Test:
Joomla 3.4.8, 3.5.0beta, Protostar
Create a module of type Custom.
Enter some text.
Enter a position like "somewhere".
Select module style "html5".
Set "Show Title": SHOW
Save and close.
Create 2nd module of type Custom.
Enter in editor
{loadposition somewhere}
Select an existing template position, e.g. "banner".
Set "Prepare Content": YES
Set "Show Title": HIDE
Select module style "none".
Save and close.
See frontend:
2 headlines in one module.
The whole HTML from module style is duplicated.
Cache is explicitely disabled in module 1.
No Joomla cache or cache plugin active.
same behavior when 3rd module has another position than 2nd
Labels |
Added:
?
|
Category | ⇒ | Modules |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-05-08 10:11:59 |
Closed_By | ⇒ | brianteeman |
Hi you created this issue sometime ago but have not provided any code for people to evaluate. As no one else has shown any interest in providing the code and it is a ery specialised and non standard thing to load a module inside a module I am closing this issue at this time. If code is provided (a pull request) it can always be re-examined.
Tested and confirmed this unique scenario causes title duplication.
It seems like they are not being fully escaped somewhere. A quick source view shows the potential problem.