Not able to install style with template inheritance
Posted: Fri Aug 23, 2013 1:03 am
I don't mean to be double posting but I think I originally posted in the wrong forum, the style that I'm trying to install. I am having trouble with template inheritance and I think I probably should have posted here for template inheritance help.
The theme I want to test requires prosilver template inheritance. I do have prosilver as an installed style.
I have the new style in my Styles folder.
This is what is in the new styles folder:
Imageset folder
Template folder (copied from my Prosilver)
Theme folder
style.cfg file
This is what is in the template folder (after deleting the other prosilver html files):
editor.js
index_body.html
overall_footer.html
overall_header.html
styleswitcher.js
template.cfg
This is what appears in the style.cfg file:
This is what appears in the Template/template.cfg file:
In ACP/general/load settings I have Recompile stale style set set to yes.
I have purged the cache. I have refreshed my screen.
New style does not show up in ACP in Styles or in Imagesets, Templates, Themes.
It does not show up as a detected uninstalled style.
I am up to date with current version 3.0.11.
I am probably doing something wrong but can't see what it might be. Any suggestions?
The theme I want to test requires prosilver template inheritance. I do have prosilver as an installed style.
I have the new style in my Styles folder.
This is what is in the new styles folder:
Imageset folder
Template folder (copied from my Prosilver)
Theme folder
style.cfg file
This is what is in the template folder (after deleting the other prosilver html files):
editor.js
index_body.html
overall_footer.html
overall_header.html
styleswitcher.js
template.cfg
This is what appears in the style.cfg file:
Code: Select all
# General Information about this style
name = prosilver_inherit
copyright = © phpBB Group, 2007
version = 3.0.11
Code: Select all
# General Information about this template
name = prosilver_inherit
copyright = © phpBB Group, 2007
version = 3.0.11
# Defining a different template bitfield
template_bitfield = lNg=
# Template inheritance
# See http://blog.phpbb.com/2008/07/31/templating-just-got-easier/
# Set value to empty to ignore template inheritance
inherit_from = prosilver
I have purged the cache. I have refreshed my screen.
New style does not show up in ACP in Styles or in Imagesets, Templates, Themes.
It does not show up as a detected uninstalled style.
I am up to date with current version 3.0.11.
I am probably doing something wrong but can't see what it might be. Any suggestions?