Project

General

Profile

Actions

Feature #21950

closed

loginBoxImage_rotationFolder doesn't work

Added by Philipp Idler about 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2010-01-13
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

$GLOBALS['TBE_STYLES']['loginBoxImage_rotationFolder']
isn't working in 4.3 anymore.

Maybe it was dropped because of new t3skin, but the variable still exists.

Now it's only possible changing the Image at BE Login by editing the t3skin login template.

(issue imported from #M13226)

Actions #1

Updated by Chris topher about 14 years ago

The new login screen in 4.3 does not use a login image.
I also missed the picture, but this obviously was done intentionally...

Modifying the login screen should still be possible (by editing t3skin or by installing a custom extension) and there the option you meantioned should still be working.

Actions #2

Updated by Philipp Idler about 14 years ago

sorry i meant the typo3 logo.

its quite confusing that variables of the old style still exist.

Actions #3

Updated by Sven Juergens about 14 years ago

to re-enable the loginimage you can do this:

- make a copy of the login.html (sysext/t3skin/templates/login.html) and put in in fileadmin
- integrate the MARKER ###LOGINBOX_IMAGE### in the template
- and use followinig line in extTables.php (typoconf/)
$GLOBALS['TBE_STYLES']['htmlTemplates']['templates/login.html'] = '../../fileadmin/login.html';

Attention:
if you don't use symlinks the path to the tempalte is '../fileadmin/login.html';

Actions #4

Updated by Benni Mack about 14 years ago

Can we close this issue then?

Actions #5

Updated by Philipp Idler about 14 years ago

yepp

Actions

Also available in: Atom PDF