In other themes you have to make changes through the parse
Understood...however, I get this during install using SMF's Package Manager:
To use this modification in themes other than the default, the package manager needs to make additional changes to the other themes. If you'd like to install this modification in the other themes, please select these themes below.It lists the following changes it will make to the additional theme(s):
Execute Modification ./Themes/Anecdota_20g/index.template.php
Test failed 1. Replace ./Themes/Anecdota_20g/index.template.php Test successful
2. Add Before ./Themes/Anecdota_20g/index.template.php Test successful
3. Replace ./Themes/Anecdota_20g/index.template.php
Test failedExecute Modification ./Themes/Anecdota_20g/css/index.css Test successful
1. Add Before ./Themes/Anecdota_20g/css/index.css Test successful
Extract File ./Themes/Anecdota_20g/images/Adk-top.png
Where the test fails is searching and replacing the following:
Code: Find
echo '
</body></html>';The index.template.php file for my theme does not have that, exactly. My theme shows the following code:
echo '
</div>
</body></html>';That division container may be what's screwing it up. Unfortunately, I'm not a coder and do not know what change to make in order to make it work. It's probably something simple but, could use a hand please...Thanks.