TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-project-tt-products@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 29.04.2007, 10:53
Eef Weenink
Gast
 
Beiträge: n/a
Standard [TYPO3-shop] Set maximum height of an image in single view

Hi, all, Still struggling with this question, and no answers yet. I am
sorry, but have to ask it again:
"How to set max_height of an image in Single view.? "

For listview there is maxH_list. But what to do for single View?

Eef
_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 01.05.2007, 20:40
Stephan Petzl
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Set maximum height of an image in single view

Eef Weenink schrieb:
> Hi, all, Still struggling with this question, and no answers yet. I am
> sorry, but have to ask it again:
> "How to set max_height of an image in Single view.? "
>
> For listview there is maxH_list. But what to do for single View?
>
> Eef

which version are you working with?
_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 02.05.2007, 07:45
h.e.weenink
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Set maximum height of an image in single view

I work with latest public version 2.5.2
Is there solution in 2.5.3?

Eef

|-----Oorspronkelijk bericht-----
|Van: typo3-project-tt-products-bounces (A...netfielders.de
|[mailto:typo3-project-tt-products-bounces (AT) lists (DOT) netfielders.de]
| Namens Stephan Petzl
|Verzonden: dinsdag 1 mei 2007 20:41
|Aan: typo3-project-tt-products (AT) lists...netfielders.de
|Onderwerp: Re: [TYPO3-shop] Set maximum height of an image in
|single view
|
|Eef Weenink schrieb:
|> Hi, all, Still struggling with this question, and no answers
|yet. I am
|> sorry, but have to ask it again:
|> "How to set max_height of an image in Single view.? "
|>
|> For listview there is maxH_list. But what to do for single View?
|>
|> Eef
|which version are you working with?
|_______________________________________________
|TYPO3-project-tt-products mailing list
|TYPO3-project-tt-products (AT) lists (DOT) netfielders.de
|http://lists.netfielders.de/cgi-bin/...nfo/typo3-proj
ect-tt-products
|

_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 02.05.2007, 09:26
Stephan Petzl
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Set maximum height of an image in single view

my 2.5.3 is working fine
tried
plugin.tt_products.image.file.maxH = 20
and
plugin.tt_products.image.file.maxW = 20
and it works. think there shouldnt be a problem with that, since the
objects are rendered with typo3-core functions.

br stef


h.e.weenink schrieb:
> I work with latest public version 2.5.2
> Is there solution in 2.5.3?
>
> Eef
>
> |-----Oorspronkelijk bericht-----
> |Van: typo3-project-tt-products-bounces (A...netfielders.de
> |[mailto:typo3-project-tt-products-bounces (AT) lists (DOT) netfielders.de]
> | Namens Stephan Petzl
> |Verzonden: dinsdag 1 mei 2007 20:41
> |Aan: typo3-project-tt-products (AT) lists...netfielders.de
> |Onderwerp: Re: [TYPO3-shop] Set maximum height of an image in
> |single view
> |
> |Eef Weenink schrieb:
> |> Hi, all, Still struggling with this question, and no answers
> |yet. I am
> |> sorry, but have to ask it again:
> |> "How to set max_height of an image in Single view.? "
> |>
> |> For listview there is maxH_list. But what to do for single View?
> |>
> |> Eef
> |which version are you working with?
> |_______________________________________________
> |TYPO3-project-tt-products mailing list
> |TYPO3-project-tt-products (AT) lists (DOT) netfielders.de
> |http://lists.netfielders.de/cgi-bin/...nfo/typo3-proj
> ect-tt-products
> |
>

_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #5  
Alt 02.05.2007, 09:56
Eef Weenink
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Set maximum height of an image in single view



You are right. Your remark about "typo3core" did the trick. I decided to
place it in the main-template and not in extension template for tt+products
and that solved this issue.
Thank you, Eef



|-----Oorspronkelijk bericht-----
|Van: typo3-project-tt-products-bounces (A...netfielders.de
|[mailto:typo3-project-tt-products-bounces (AT) lists (DOT) netfielders.de]
| Namens Stephan Petzl
|Verzonden: woensdag 2 mei 2007 9:27
|Aan: typo3-project-tt-products (AT) lists...netfielders.de
|Onderwerp: Re: [TYPO3-shop] Set maximum height of an image in
|single view
|
|my 2.5.3 is working fine
|tried
|plugin.tt_products.image.file.maxH = 20
|and
|plugin.tt_products.image.file.maxW = 20
|and it works. think there shouldnt be a problem with that, since the
|objects are rendered with typo3-core functions.
|
|br stef
|
|
|h.e.weenink schrieb:
|> I work with latest public version 2.5.2
|> Is there solution in 2.5.3?
|>
|> Eef
|>
|> |-----Oorspronkelijk bericht-----
|> |Van: typo3-project-tt-products-bounces (A...netfielders.de
|> |[mailto:typo3-project-tt-products-bounces (AT) lists (DOT) netfielders.de]
|> | Namens Stephan Petzl
|> |Verzonden: dinsdag 1 mei 2007 20:41
|> |Aan: typo3-project-tt-products (AT) lists...netfielders.de
|> |Onderwerp: Re: [TYPO3-shop] Set maximum height of an image in
|> |single view
|> |
|> |Eef Weenink schrieb:
|> |> Hi, all, Still struggling with this question, and no answers
|> |yet. I am
|> |> sorry, but have to ask it again:
|> |> "How to set max_height of an image in Single view.? "
|> |>
|> |> For listview there is maxH_list. But what to do for single View?
|> |>
|> |> Eef
|> |which version are you working with?
|> |_______________________________________________
|> |TYPO3-project-tt-products mailing list
|> |TYPO3-project-tt-products (AT) lists (DOT) netfielders.de
|> |http://lists.netfielders.de/cgi-bin/...nfo/typo3-proj
|> ect-tt-products
|> |
|>
|_______________________________________________
|TYPO3-project-tt-products mailing list
|TYPO3-project-tt-products (AT) lists (DOT) netfielders.de
|http://lists.netfielders.de/cgi-bin/...nfo/typo3-proj
ect-tt-products
|

_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3-shop] Setting maxheight of image of single view Eef Weenink typo3-project-tt-products@lists.netfielders.de 2 27.04.2007 17:54
[TYPO3-shop] single-view on different pages Jochen Biedermann typo3-project-tt-products@lists.netfielders.de 1 17.03.2007 00:10
[TYPO3-shop] Commerce - Show category name in Single product view Marko Milosevic typo3-project-tt-products@lists.netfielders.de 0 02.02.2007 17:24
Re: [TYPO3-shop] fetching image - single view Franz Holzinger typo3-project-tt-products@lists.netfielders.de 0 06.12.2006 15:20
Re: [TYPO3-shop] single view again Andrea Giorgini typo3-project-tt-products@lists.netfielders.de 0 06.12.2006 08:56


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:10 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77