Project

General

Profile

Actions

Bug #52893

closed

Change BE-Login-Logo with an extension

Added by Dirk Klimpel over 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2013-10-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Up to version 6.1 I could change the BE-Login-Logo with $TBE_STYLES['logo_login'] in ext_tables.php of an extension.
In Version 6.2 it does not work. Every change does not work. The value is always "sysext/t3skin/images/login/typo3logo-white-greyback.gif".
It works with editing typo3conf/extTables.php of the typo3 installation only.

The feature is deprected:
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/6/1/

But a variable for $TBE_STYLES['skinImg'] does not exist.


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #52892: Backend ignores setting gfx/typo3logo.gifClosed2013-10-16

Actions
Actions #1

Updated by Markus Klein over 10 years ago

  • Status changed from New to Closed
  • Target version deleted (6.2.0)
Actions #2

Updated by Dirk Klimpel over 10 years ago

Bug #52892 describes the logo after BE login.
This bug describes the logo on the BE login screen. this are different images.

Actions #3

Updated by Clemens Riccabona about 10 years ago

// Change Logo of Login in 6.2 (at least in beta5):
$TBE_STYLES['logo_login'] = $pathToImage;

// Change Logo of top-left Backend in 6.2 beta5:
$TBE_STYLES['logo'] = $pathToSomeOther_likewise_smallerImage;

/**
This works perfect for me.
But i search for the rotating login-images feature ... not found out yet, where it has been moved to.

EDIT: I found the template and its configuration in tbe_styles:
$TBE_STYLES['htmlTemplates']['EXT:backend/Resources/Private/Templates/login']['html'] = 'sysext/t3skin/Resources/Private/Templates/login.html';

EDIT 2: Configuration Browser (the Backend Module 'Configuration') works not as expected. the above string is wrong (copied from the area 'you can now copy paste ...' after a click on this special setting in tree), it should be:
$TBE_STYLES['htmlTemplates']['EXT:backend/Resources/Private/Templates/login.html'] = 'sysext/t3skin/Resources/Private/Templates/login.html';

So the configuration browser explodes dots, even if they just a part of a quoted string.

**/

Actions

Also available in: Atom PDF