Dotclear

Changes between Initial Version and Version 2 of Ticket #2249


Ignore:
Timestamp:
05/02/17 08:34:42 (8 years ago)
Author:
noe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2249 – Description

    initial v2  
    221. In your Dashboard - Blog Appearance click on Custom theme and make it to your default theme 
    332. Click on Edit theme files 
    4 3. In __layout.html, make a change that you immediately recognise like take off the date 
    5 4. Save __layout.html 
     43. In !__layout.html, make a change that you immediately recognise like take off the date 
     54. Save !__layout.html 
    665. Click on Go to side 
    77Result: You will see that your home.html hasn't taken over the change and still displays the date 
     
    997. Click on Edit theme files 
    10108. Click on home.html 
    11 9. Copy {{tpl:extends parent="__layout.html"}} 
     119. Copy {{tpl:extends parent="!__layout.html"}} 
    121210. In Blog appearance make the Custom theme to your default theme 
    131311. Click once more on Edit theme files 
    141412. click on home.html 
    15 13. replace the existing {{tpl:extends parent="__layout.html"}} with your copied {{tpl:extends parent="__layout.html"}} 
     1513. replace the existing {{tpl:extends parent="!__layout.html"}} with your copied {{tpl:extends parent="!__layout.html"}} 
    161614. Save the change 
    171715. Click on Go to side 
    18 Result: Even it looks like it's the same code as before, but now it's working and home.html displays the changes from __layout.html correctly. 
     18Result: Even it looks like it's the same code as before, but now it's working and home.html displays the changes from !__layout.html correctly. 

Sites map