[ABD] Style conan phpBB-Version-3.1.10

In diesem Forum können Style Autoren ihre Styles vorstellen, welche sich in der Entwicklung befinden. Beachtet bitte, dass solche Styles noch Fehler enthalten könnten.
Benutzeravatar
Talk19zehn
Ehemaliges Teammitglied
Beiträge: 4909
Registriert: 08.06.2009 12:03
Kontaktdaten:

Re: [RELEASE] Style conan phpBB-Version-3.1.8

Beitrag von Talk19zehn »

Hello, das Skin "conan" ist auf die Version phpBB 3.1.8 aktualisiert und angepasst. Der Startbeitrag ist dahingehend geändert.

Anmerkung:
Ob es meinerseits ein Update für die nächste zu erwartende phpBB-Version 3.2 geben wird, habe ich noch nicht entschieden. Der Hinweis, vgl. bitte viewtopic.php?p=1347140#p1347140 bezieht sich rein auf erste, zweite Eindrücke der neuen phpBB-Version 3.2, die ich noch nicht in der endgültigen Entwicklung übersehen kann. Die Entwicklung der neuen Version ist m.E. auch noch nicht abgeschlossen.

Beste Grüße
Beste Grüße
phpBB3 Designs: Stylearea Ongray-Designs
sgtevmckay
Mitglied
Beiträge: 10
Registriert: 24.03.2016 21:51

Re: [RELEASE] Style conan phpBB-Version-3.1.8

Beitrag von sgtevmckay »

I have come across a small issue with the release of 3.1.8

Issue One:
Top "logo" area is compressed
This was not true in earlier releases

[ externes Bild ]

I downloaded from http://www.ongray-design.de/forum/viewt ... 1104#p7519

Can be seen at the Fabricated Sanity Guild Site

If this area is no longer available as was in previous Conan Style releases that is acceptable, but I was going to modify area and add modified images with URL Links :D


Issue Two:

Fade Header Extension will not work with Conan Style.
I understand that this is purely a code issue.
IS it possible to manipulate code so that Fade Header Extension will work in Banner area on Conan Style will work?

[ externes Bild ]

This is not a necessary request, and may be more trouble than it is worth to accommodate...If there is nothing to correct situation, this is not a problem and still acceptable.


Issue Three:
On a personal situation. I have been unable to register at your website. :oops:


I want to take this moment to thank you for your excellent work :grin:
Benutzeravatar
Talk19zehn
Ehemaliges Teammitglied
Beiträge: 4909
Registriert: 08.06.2009 12:03
Kontaktdaten:

Re: [RELEASE] Style conan phpBB-Version-3.1.8

Beitrag von Talk19zehn »

Hi sgtevmckay, :D okay, here we go:
Issue One: I do not have such or those error. It is indeed strange. :o I think this gives the origin of the graphics on top -> Please look into the conanadditional.css and search for

Code: Alles auswählen

.logo-l {
	background-image: url("./images/logo/logo-left.jpg");
	background-repeat: no-repeat;
	height: 51px;
	float: left;
	width: 185px;
	padding: 0px;
}

.logo-m {
	background-image: url("./images/logo/logo-mid.jpg");
	background-repeat: repeat;
	height: 51px;
	margin: 0px 185px 0px 185px;
	width: auto;
	padding: 0px;
}

.logo-r {
	background-image: url("./images/logo/logo-right.jpg");
	background-repeat: no-repeat;
	height: 51px;
	float: right;
	margin-top: -51px;
	width: 185px;
	padding: 0px;
}
and please replace

Code: Alles auswählen

.logo-l {
	background-image: url("./images/logo/logo-left.jpg");
	background-repeat: no-repeat;
	height: 181px;
	float: left;
	width: 185px;
	padding: 0px;
}

.logo-m {
	background-image: url("./images/logo/logo-mid.jpg");
	background-repeat: repeat;
	height: 181px;
	margin: 0px 185px 0px 185px;
	width: auto;
	padding: 0px;
}

.logo-r {
	background-image: url("./images/logo/logo-right.jpg");
	background-repeat: no-repeat;
	height: 181px;
	float: right;
	margin-top: -181px;
	width: 185px;
	padding: 0px;
}
Please give a message if the changes are successful. So I will repackage it for phpBB 3.1.8.

Issue Two:
At the moment I can not say anything because I do not use this extension, it have to test that. Please be patient. Maybe we can consult the author for this extension, unless we find a way.
The design is difficult to handle and not so easily adaptable.

Issue Three: Uuups, - :oops:

Thank you for the praise, I send best regards
Beste Grüße
phpBB3 Designs: Stylearea Ongray-Designs
sgtevmckay
Mitglied
Beiträge: 10
Registriert: 24.03.2016 21:51

Re: [RELEASE] Style conan phpBB-Version-3.1.8

Beitrag von sgtevmckay »

Hello

I tried the recommended Code exchange.
ThetTop area remains Squashed.

I noticed it is the same as in your Gallery area demonstration http://www.ongray-design.de/stylearea31 ... d3c3b7d752
I am not sure what changes you have made, but I do have a 3.1.7 pl1 release of the Conan style.
I can install that older conanadditional.css and see if this corrects the graphic anomaly, but I wanted to check with you first. If exchanging older conanadditional.css would break something (???)

As for second Issue/request.
It is not absolutely necessary...If there was a quick fix, that would be acceptable, but if it si going to take time and work...too much trouble in my opinion
sgtevmckay
Mitglied
Beiträge: 10
Registriert: 24.03.2016 21:51

Re: [RELEASE] Style conan phpBB-Version-3.1.8

Beitrag von sgtevmckay »

Okay

I jut tried replacing the 3.1.8 conanadditional.css with the 3.1.7pl1 conanadditional.css.
Cleared Cache in ACP.

The condition remains
http://fabricatedsanity.com/phpBB3/index.php?style=6

Just to be clear on what is happening:

In Conan 3.1.7pl1 release the logo area looked like the Following:
[ externes Bild ]

with the release of Conan 3.1.8 it now looks like the following:
[ externes Bild ]

hopefully, can get back to the 3.1.7pl1 top logo area
Benutzeravatar
Talk19zehn
Ehemaliges Teammitglied
Beiträge: 4909
Registriert: 08.06.2009 12:03
Kontaktdaten:

Re: [RELEASE] Style conan phpBB-Version-3.1.8

Beitrag von Talk19zehn »

Hello, your source-code wrote, that your css is not *replaced with: viewtopic.php?p=1352770#p1352770

Code: Alles auswählen

.logo-l {
   background-image: url("./images/logo/logo-left.jpg");
   background-repeat: no-repeat;
   height: 181px;
   float: left;
   width: 185px;
   padding: 0px;
}

.logo-m {
   background-image: url("./images/logo/logo-mid.jpg");
   background-repeat: repeat;
   height: 181px;
   margin: 0px 185px 0px 185px;
   width: auto;
   padding: 0px;
}

.logo-r {
   background-image: url("./images/logo/logo-right.jpg");
   background-repeat: no-repeat;
   height: 181px;
   float: right;
   margin-top: -181px;
   width: 185px;
   padding: 0px;
}
Do have clear all caches?


For your special issue two: --> (only a first idea(!) ....

search common.css and find:/* Round cornered boxes and backgrounds
---------------------------------------- */

add after:

Code: Alles auswählen

.headerbar {
	background: transparent none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 5px;
	border-radius: 7px;
}
search colour.css and find: /* Round cornered boxes and backgrounds
---------------------------------------- */
#wrap {
background-color: #caab7c;}


add after:

Code: Alles auswählen

.headerbar {
	background-color: #020100;
	color: #7f6d50;
}
search into overall_header.html this<!-- EVENT overall_header_navbar_before --> and

add before:

Code: Alles auswählen

		<div class="headerbar">&nbsp;</div>
and please test it and say, what happens?

Regards

==========
27.03.2016
*Edit: The brandnew Archiv include this "older" css(!).

Code: Alles auswählen

http://www.ongray-design.de/forum/viewtopic.php?p=7518#p7518
LG
Beste Grüße
phpBB3 Designs: Stylearea Ongray-Designs
sgtevmckay
Mitglied
Beiträge: 10
Registriert: 24.03.2016 21:51

Re: [RELEASE] Style conan phpBB-Version-3.1.8

Beitrag von sgtevmckay »

Issue one of the upper Logo area is corrected \o/ Thank you :grin:

Now for issue 2, may be on the right track.
But image shows where I anticipated, and where would normally place it ;)
But, not where it should be by style design.

[ externes Bild ]

Observe live (please be gentle, small home server with not a lot of bandwidth)
http://gated.ddns.net/PhPBB3/index.php

All that needs to be done now is to figure out how to get the Header code into the Style's header area ;)

Once again...I thank you for your time.
I can not thank you enough

I will be donating to your site after first of month, will be very little, but what I can :/
Benutzeravatar
Talk19zehn
Ehemaliges Teammitglied
Beiträge: 4909
Registriert: 08.06.2009 12:03
Kontaktdaten:

Re: [RELEASE] Style conan phpBB-Version-3.1.8

Beitrag von Talk19zehn »

Yeah, this is angry --> [ externes Bild ], - I have seen that before and my opinion is, that it is a result of this Extension.
Step by step ... Please change at first your logo (a small Version). Take a look at the readme.txt (contrib).

You don´t must take a donation, it´s okay ... :wink:

Regards
Beste Grüße
phpBB3 Designs: Stylearea Ongray-Designs
sgtevmckay
Mitglied
Beiträge: 10
Registriert: 24.03.2016 21:51

Re: [RELEASE] Style conan phpBB-Version-3.1.8

Beitrag von sgtevmckay »

sgtevmckay hat geschrieben:Issue one of the upper Logo area is corrected \o/ Thank you :grin:

Now for issue 2, may be on the right track.
But image shows where I anticipated, and where would normally place it ;)
But, not where it should be by style design.

[ externes Bild ]

Observe live (please be gentle, small home server with not a lot of bandwidth)
http://gated.ddns.net/PhPBB3/index.php

All that needs to be done now is to figure out how to get the Header code into the Style's header area ;)

Once again...I thank you for your time.
I can not thank you enough

I will be donating to your site after first of month, will be very little, but what I can :/
UPDATE (27/03/2016 at 1604 MTN):
I am seeing what is happening now.

Fade Header Extension is linking to the original Prosilver Headerbar area.
While the current style header area is defined as conanheaderbar
So I assume the extension does not know to redirect to conanheaderbar

[ externes Bild ]

Now how to correct ??? :roll:
Benutzeravatar
Talk19zehn
Ehemaliges Teammitglied
Beiträge: 4909
Registriert: 08.06.2009 12:03
Kontaktdaten:

Re: [RELEASE] Style conan phpBB-Version-3.1.8

Beitrag von Talk19zehn »

Yes, because this style have normaly no standard-class headerbar(!) ... Therefore the application of the proposal is more likely to be useless(?).

Please have patience, here it is already very late. Yet I have found no solution at this moment.

Regards
Beste Grüße
phpBB3 Designs: Stylearea Ongray-Designs
Gesperrt

Zurück zu „Styles in Entwicklung“