Seite 2 von 3

Re: [3.2] Anfängerfrage

Verfasst: 22.05.2019 22:04
von Mahony
Hallo
Dein Headerbild findest du hier >> https://wr450f.de/forum/styles/we_clear ... o_wryz.png

https://wr450f.de/forum/styles/we_clearblue/theme/images/logo_wryz.png


Grüße: Mahony

Re: [3.2] Anfängerfrage

Verfasst: 23.05.2019 08:49
von WR450F
Super, danke für die Hilfe. Werde mir das heute mal anschauen.

Dann darf ich auch gleich versuchen diese Meldung zu beheben:

"Das übermittelte Formular war ungültig. Versuche erneut, das Formular abzusenden."

Dachte das sollte mit dem Update auf 3.2.7 behoben worden sein. Jetzt hab ich das leider auch. Zum Glück ist da ja oben schon erwähnt in einem Thread, da kann ich mal probieren ob das bei mir klappt.

Grüße

Re: [3.2] Anfängerfrage

Verfasst: 23.05.2019 09:11
von vfrblue
So, wie ich gesehen habe, ist dein Style für phpBB 3.1.9. Das kann dann nicht funktionieren. Der Style muß für phpBB 3.2.7 aktualisiert sein. Den gibt es zur Zeit nur für phpBB 3.2.4. https://www.phpbb.com/community/viewtop ... &t=2406271
Entweder musst du warten, bis jemand ihn für phpBB 3.2.7 aktualisiert hat, oder du machst es selber. https://area51.phpbb.com/code-changes/3.2.4/ (Dort nur die Style - Änderungen)

Re: [3.2] Anfängerfrage

Verfasst: 23.05.2019 11:43
von WR450F
Und wenn ich auf den Standard ProSilver zurück gehe würde alles wieder normal funktionieren? Dann würde ich diese Option nämlich bevorzugen.

PS: Cooles Forum, habt ihr auch NC24 Fahrer dabei?

Re: [3.2] Anfängerfrage

Verfasst: 23.05.2019 15:04
von WR450F
Bzw darf ich den Style einfach so ändern oder fliegt mir dann an anderer Stelle wieder was um die Ohren?

Re: [3.2] Anfängerfrage

Verfasst: 23.05.2019 15:09
von Mahony
Hallo
Natürlich kannst du den Style ändern. Um die Ohren fliegen, sollte dir dabei nichts.

Stelle prosilver als Standard ein und deaktiviere (und lösche Anschließend) den anderen Style.


Grüße: Mahony

Re: [3.2] Anfängerfrage

Verfasst: 23.05.2019 20:21
von WR450F
Dr.Death hat geschrieben:Noch besser wäre es:
....
Ja sieht besser aus, vielen Dank!

@Mahony: Die Styleänderung hat zwar geklappt, aber dieser Loginfehler war noch nicht weg. Ich habe dann in den Dateien des Addons "Board3 Portal"rumgesucht und in der "ext/board3/portal/styles/prosilver/template/portal/modules/login_box_side.html" folgendes ergänzt: "{S_LOGIN_REDIRECT} {S_FORM_TOKEN_LOGIN}" in Zeile 20 angehangen.

Jetzt läuft der Login wieder wie er soll!

Automatisch dem Beitrag hinzugefügt nach 22 Minuten 16 Sekunden. Bitte Regel für „Topic-Bumping“ beachten. Danke.

Okay es wird langsam.....jetzt wird das Logo rechtsbündig und verkleinert / abgeschnitten angezeigt.

In welcher Css oder Config-Datei wird das denn eingestellt?

Re: [3.2] Anfängerfrage

Verfasst: 23.05.2019 20:43
von vfrblue
Wie hast du das Update auf phpBB 3.2.7 durchgeführt? Ich bin ein wenig irritiert?!

style.cfg von prosilver deines hier verlinkten Forums:

Code: Alles auswählen

#
# phpBB Style Configuration File
#
# This file is part of the phpBB Forum Software package.
#
# @copyright (c) phpBB Limited <https://www.phpbb.com>
# @license GNU General Public License, version 2 (GPL-2.0)
#
# For full copyright and license information, please see
# the docs/CREDITS.txt file.
#
# At the left is the name, please do not change this
# At the right the value is entered
#
# Values get trimmed, if you want to add a space in front or at the end of
# the value, then enclose the value with single or double quotes.
# Single and double quotes do not need to be escaped.
#
#

# General Information about this style
name = prosilver
copyright = © phpBB Limited, 2007
style_version = 3.1.10
phpbb_version = 3.1.10

# Defining a different template bitfield
# template_bitfield = lNg=

# Parent style
# Set value to empty or to this style's name if this style does not have a parent style
parent = prosilver
style.cfg von we_clearblue deines hier verlinkten Forums:

Code: Alles auswählen

#
# phpBB Style Configuration File
#
# This file is part of the phpBB Forum Software package.
#
# @copyright (c) phpBB Limited <https://www.phpbb.com>
# @license GNU General Public License, version 2 (GPL-2.0)
#
# For full copyright and license information, please see
# the docs/CREDITS.txt file.
#
# At the left is the name, please do not change this
# At the right the value is entered
#
# Values get trimmed, if you want to add a space in front or at the end of
# the value, then enclose the value with single or double quotes.
# Single and double quotes do not need to be escaped.
#
#

# General Information about this style
name = we_clearblue
copyright = © INVENTEA
style_version = 2.1.1
phpbb_version = 3.1.9

# Defining a different template bitfield
# template_bitfield = lNg=

# Parent style
# Set value to empty or to this style's name if this style does not have a parent style
parent = prosilver

Re: [3.2] Anfängerfrage

Verfasst: 23.05.2019 20:46
von Kirk
Die Länge sowie die Breite stellst du in der common.cs bei.site_logo { ein.

Re: [3.2] Anfängerfrage

Verfasst: 23.05.2019 22:26
von WR450F
Das Update habe ich mit der manuellen Methode durchgeführt:

Habe das alles per FTP kopiert (bis auf die sieben oben genannetn dateien/pfade und dabei keine Fehler erhalten. dann den link aufgerufen und das db update gefahren. da hatte einmal was gemeckert, weil ich anstelle von <pfad_zum_board>/install/ nämlich <pfad_zum_board>/install.php getippt hatte...aber dann lief alles durch. danach habe ich die styles/extensions wieder nach und nach aktiviert.

Danke für die Info mit der common.cs! das werde ich mir morgen mal anschauen!