OBeer-WAN-Kenobi wrote:
OK, my problem is that no matter what I change I can't get it to show up.
I first cloned a new style via the acp based on prosilver and then I downloaded it, edited the files to change the name, uploaded it, and installed it. I've even forced use of this style and nothing changes when I try to change the background color, for instance. If I view the .css and .cfg files the change is there but when I view the page it's not.
Skip that, and try to edit the files.
Because i have a feeling that you are using the theme and template of prosilver new instead of your own that you have created.
So first copy the directory styles/prosilver/ to your computer.
After that rename the directory from prosilver to yourstylename
After that edit the cfg files:
Open /styles/yourstylename/style.cfg
search:
Code: Select all
name = prosilver
copyright = © phpBB Group, 2007
version = 3.0.2
replace with:
Code: Select all
name = yourstylename
copyright = © your copyright
version = 3.0.2
open: /styles/yourstylename/theme/theme.cfg
search
Code: Select all
name = prosilver
copyright = © phpBB Group, 2007
version = 3.0.2
replace with:
Code: Select all
name = yourstylename
copyright = © your copyright
version = 3.0.2
open: /styles/yourstylename/template/template.cfg
search:
Code: Select all
name = prosilver
copyright = © phpBB Group, 2007
version = 3.0.2
replace with:
Code: Select all
name = yourstylename
copyright = © your copyright
version = 3.0.2
open: /styles/yourstylename/imageset/imageset.cfg
search:
Code: Select all
name = prosilver
copyright = © phpBB Group, 2007
version = 3.0.2
replace with:
Code: Select all
name = yourstylename
copyright = © your copyright
version = 3.0.2
after you done that, deleted the style that you have installed , on the acp styles clone system.
And upload the directory yourstylename to the styles directory.
I've Reset "recomplile stale style components"
I've Refreshed the themes and image sets
I've Purged all the cache's
I'm at a loss, I don't know what is going on.
Maybe I'm missing something totally obvious? Your help would be greatly appreciated!
That's because you use new the theme of prosilver, if you following the steps above it must work