
Und...das Board ist ja jetzt in diesem Blau und nicht so wie es war..denke das liegt jetzt daran das der entsprechende style deaktiviert ist oder?
Code: Alles auswählen
parameters:
football.version_data:
author: football
title: Football Prediction League
version: football_version
file:
- football.bplaced.net
- /updatecheck
- football_predictionleague.json
services:
football.football.controller:
class: football\football\controller\main
arguments:
- '@auth'
- '@config'
- '@ext.manager'
- '@notification_manager'
- '@log'
- '@path_helper'
- '@dbal.conn'
- '@controller.helper'
- '@template'
- '@user'
- '@pagination'
- '%core.root_path%'
- '%core.php_ext%'
football.football.controller_popup:
class: football\football\controller\popup
arguments:
- '@auth'
- '@config'
- '@ext.manager'
- '@path_helper'
- '@dbal.conn'
- '@controller.helper'
- '@template'
- '@user'
- '@pagination'
- '%core.root_path%'
- '%core.php_ext%'
football.football.controller_download:
class: football\football\controller\download
arguments:
- @auth
- @config
- @ext.manager
- @path_helper
- @dbal.conn
- @controller.helper
- @template
- @user
- %core.root_path%
- %core.php_ext%
football.football.version.check:
class: football\football\includes\version_check
scope: prototype
arguments:
- %football.version_data%
- @config
- @version_helper
- @template
- @user
football.football.controller_xml:
class: football\football\controller\xmlplan
arguments:
- @config
- @ext.manager
- @path_helper
- @dbal.conn
- @user
- %core.root_path%
- %core.php_ext%
football.football.core.functions.points:
class: football\football\core\functions_points
arguments:
- @user
- @dbal.conn
football.football.listener:
class: football\football\event\main_listener
arguments:
- @auth
- @config
- @controller.helper
- @template
- @path_helper
- @ext.manager
- @user
- %core.root_path%
- %core.php_ext%
tags:
- { name: event.listener }
football.football.cron.task.football_remember:
class: football\football\cron\task\football_remember
arguments:
- %core.root_path%
- %core.php_ext%
- @ext.manager
- @path_helper
- @dbal.conn
- @config
- @log
- @user
calls:
- [set_name, [football.football.cron.task.football_remember]]
tags:
- { name: cron.task }
Code: Alles auswählen
UPDATE phpbb_users
SET user_style = 1
Code: Alles auswählen
parameters:
football.version_data:
author: football
title: Football Prediction League
version: football_version
file:
- football.bplaced.net
- /updatecheck
- football_predictionleague.json
services:
football.football.controller:
class: football\football\controller\main
arguments:
- '@auth'
- '@config'
- '@ext.manager'
- '@notification_manager'
- '@log'
- '@path_helper'
- '@dbal.conn'
- '@controller.helper'
- '@template'
- '@user'
- '@pagination'
- '%core.root_path%'
- '%core.php_ext%'
football.football.controller_popup:
class: football\football\controller\popup
arguments:
- '@auth'
- '@config'
- '@ext.manager'
- '@path_helper'
- '@dbal.conn'
- '@controller.helper'
- '@template'
- '@user'
- '@pagination'
- '%core.root_path%'
- '%core.php_ext%'
football.football.controller_download:
class: football\football\controller\download
arguments:
- '@auth'
- '@config'
- '@ext.manager'
- '@path_helper'
- '@dbal.conn'
- '@controller.helper'
- '@template'
- '@user'
- '%core.root_path%'
- '%core.php_ext%'
football.football.version.check:
class: football\football\includes\version_check
scope: prototype
arguments:
- '%football.version_data%'
- '@config'
- '@version_helper'
- '@template'
- '@user'
football.football.controller_xml:
class: football\football\controller\xmlplan
arguments:
- '@config'
- '@ext.manager'
- '@path_helper'
- '@dbal.conn'
- '@user'
- '%core.root_path%'
- '%core.php_ext%'
football.football.core.functions.points:
class: football\football\core\functions_points
arguments:
- '@user'
- '@dbal.conn'
football.football.listener:
class: football\football\event\main_listener
arguments:
- '@auth'
- '@config'
- '@controller.helper'
- '@template'
- '@path_helper'
- '@ext.manager'
- '@user'
- '%core.root_path%'
- '%core.php_ext%'
tags:
- { name: event.listener }
football.football.cron.task.football_remember:
class: football\football\cron\task\football_remember
arguments:
- '%core.root_path%'
- '%core.php_ext%'
- '@ext.manager'
- '@path_helper'
- '@dbal.conn'
- '@config'
- '@log'
- '@user'
calls:
- [set_name, [football.football.cron.task.football_remember]]
tags:
- { name: cron.task }
Code: Alles auswählen
version: football_version
Äh... ja? Es ist erst ein paar Beiträge her, das du die Styles bei allen Usern nach Anleitung auf prosilver umgestellt hast, schon wieder vergessen?kusselin hat geschrieben: 03.12.2023 08:30 Und...das Board ist ja jetzt in diesem Blau und nicht so wie es war..denke das liegt jetzt daran das der entsprechende style deaktiviert ist oder?
NEIN! Du sollst das nicht wieder rückgängig machen, lass das bitte jetzt in Ruhe, mit dem SQL Code sind wir durch, das kann so bleiben.kusselin hat geschrieben: 03.12.2023 12:51 weiter habe ich diesen Befehl in der datenbank ausgeführt:O.K.....heisst das ich muss das jetzt wieder rückgängig machen...sorry, aber das verstehe ich leider nicht...das ist zu tief in der Datenbank drinn...Code: Alles auswählen
UPDATE phpbb_users SET user_style = 1
mit einfach mal so inm ACP unter Styles den Blacksilver aktivieren geht so net![]()
Nicht richtg. Besser gesagt: nicht nötig.Abschliessend kann man sagen das ich in der datenbank entsprechend in den besagten tabellen das localhost entfernen muss…richtig