I know, you have to configure it to work right. I'm just saying that this style shouldn't have a compatibility issue at all.null2 wrote:Try to install these extensions above and you will see bugs without "parent = prosilver" option.
Well if those extensions aren't working, then they aren't compatible with your phpBB install. This style is compbatible with everything.null2 wrote:I have a lot of extensions. These are just a few ones.
I have found a simply solution: I edited style.cfg (in style folder) and set "parent = prosilver".
Problem solved, without changes in any extension.
===========
I still have problems in "smilies scroll box" and "Google Search & Site Verification" extensions. So, I gave up to use this style.
You should not change the name of prosilver to all. The "all" folder is for style items that are common to all styles such as .js files. The "prosilver" (or any other style name) contain style files that are specific for that style.Hippie459MN wrote:Change the name of the "prosilver" folder to "all"
- the style should be created as a "child" style of prosilver with just the changed files included (which is why extensions are working when the parent is entered). That way you do not have to change every file when there is an updated version of phpBB.Thunderbolt10031 wrote:t's literally prosilver in grey.
I posted it in its entirety because I didn't want it to be intertwined with another style. Thats just how I wanted it. When I started I wanted it to be complete.david63 wrote: I am not sure why this style is including all the files when- the style should be created as a "child" style of prosilver with just the changed files included (which is why extensions are working when the parent is entered). That way you do not have to change every file when there is an updated version of phpBB.Thunderbolt10031 wrote:t's literally prosilver in grey.
Just having looked at a couple of files I notice that you already have problems with missing events which will not help with extensions.
You have some missing template events that have probably been added since you started on the style. The way you are working with this style means that you will have to add any new events on each update/upgrade. Doing it this way is just making more work for yourself, extension developers and end users.Thunderbolt10031 wrote:Uhh... what do you mean by missing events?
I think you are missing the point - the whole concept of phpBB 3.1 is that you create a "child" style based on another style (usually prosilver) and just change the minimum files that are necessary to make your style.Thunderbolt10031 wrote: posted it in its entirety because I didn't want it to be intertwined with another style. Thats just how I wanted it. When I started I wanted it to be complete.
I think I understand what you are talking about on events. Are you saying I'm updating things and not posting about it? If that's what you are saying, then you are wrong. This style is still original and only updated for new phpBB versions. I haven't changed anything in it since I released it.david63 wrote:You have some missing template events that have probably been added since you started on the style. The way you are working with this style means that you will have to add any new events on each update/upgrade. Doing it this way is just making more work for yourself, extension developers and end users.Thunderbolt10031 wrote:Uhh... what do you mean by missing events?
I think you are missing the point - the whole concept of phpBB 3.1 is that you create a "child" style based on another style (usually prosilver) and just change the minimum files that are necessary to make your style.Thunderbolt10031 wrote: posted it in its entirety because I didn't want it to be intertwined with another style. Thats just how I wanted it. When I started I wanted it to be complete.
I'm not saying that you are posting about it - I am saying that your template files are not up to date with the current version (3.1.9). I have just done a diff on viewtopic_body.html and there are 19 events missing from your file together with five other differences which I accept may be deliberate as part of the style.Thunderbolt10031 wrote:Are you saying I'm updating things and not posting about it? If that's what you are saying, then you are wrong.
Ohhhh myyyy god... I did not know that. Thanks for informing me.david63 wrote:I'm not saying that you are posting about it - I am saying that your template files are not up to date with the current version (3.1.9). I have just done a diff on viewtopic_body.html and there are 19 events missing from your file together with five other differences which I accept may be deliberate as part of the style.Thunderbolt10031 wrote:Are you saying I'm updating things and not posting about it? If that's what you are saying, then you are wrong.
You simply cannot create a style without the template events in it otherwise extensions will not work.
From what I have seen of this style I would not recommend anyone to use it in its current state.
It should do, but if you do have some legitimate changes to template files then you would need to include them. There is nothing to prevent you from changing template files but they must be compatible in respect of eventsThunderbolt10031 wrote:So all I need to do is just remove the template folder and set parent to Prosilver and it will work just fine right?
Thanks God you are here to explaim that for him, david63. I couldnt.david63 wrote:You simply cannot create a style without the template events in it otherwise extensions will not work.
From what I have seen of this style I would not recommend anyone to use it in its current state.
Well just use something else for now. I'll fix it In a week or so hopefully if I have time. I'll let y'all know when I fix it.null2 wrote:Thanks God you are here to explaim that for him, david63. I couldnt.david63 wrote:You simply cannot create a style without the template events in it otherwise extensions will not work.
From what I have seen of this style I would not recommend anyone to use it in its current state.
Thats the reason because I gave up to use this style. It wont work with some extensions, even setting "parent = prosilver" because some events are missing.