Project

General

Profile

Actions

Bug #18733

closed

Typoscript issue, defining the width of the images

Added by Bauer almost 16 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2008-04-30
Due date:
% Done:

0%

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

Description

During a migration to type 3 4.2, I encountered the following issue:
in my typsocript I had:
ib.langsel = HMENU
lib.langsel.special = language
lib.langsel.special.value = 0,2,5
lib.langsel.1 = GMENU
#Liens vers les langages existants.
lib.langsel.1.NO {
XY = [5.w]+4, [5.h]+4
backColor = #2a1909
allWrap = |
5 = IMAGEgif || media/flags/flag_uk.gif || media/flags/flag_de.gif
5.offset = 2,2
5.file = media/flags/flag_fr.
}
#Affichage du langage en cours
lib.langsel.1.ACT < lib.langsel.1.NO
lib.langsel.1.ACT=1
lib.langsel.1.ACT.backColor = #e9dcc2
#Masquer les langages inexistants
lib.langsel.1.USERDEF1 < lib.langsel.1.NO
lib.langsel.1.USERDEF1 = 1
lib.langsel.1.USERDEF1.XY = 0, 0

I had to replace the
XY = [5.w]+4, [5.h]+4
by
XY = 24, 16, since it seems typoscript is not able anymore to retrieve the width and length information from the maniupulated images.

(issue imported from #M8304)

Actions #1

Updated by Bauer almost 16 years ago

A few more infos:
Basically the 5.w and 5.h render the information, but the + makes the calculation bug.

Actions #2

Updated by Susanne Moog about 13 years ago

Is this still a problem? Should work in current TYPO3 versions.

Actions #3

Updated by Stefan Galinski over 12 years ago

  • Status changed from Needs Feedback to Closed
  • Target version deleted (0)
  • TYPO3 Version set to 4.3

No feedback provide in a reasonable time frame.

Actions

Also available in: Atom PDF