[TYPO3-UG US] Making pop-up image (click enlarge) show larger than 800 x 600

Haines, William J LIBWJH at emory.edu
Sat Aug 25 00:13:44 CEST 2007


Hi Patrick,

This is terrific!  Thank you very much.  I'll touch base with my
administrator.  Have a nice weekend!

Best,
Will



Will Haines
Electronic Services Librarian
Hugh F. MacMillan Law Library
Emory University
(404) 727-4322
libwjh at law.emory.edu


-----Original Message-----
From: typo3-ug-us-bounces at lists.netfielders.de
[mailto:typo3-ug-us-bounces at lists.netfielders.de] On Behalf Of Patrick
Gaumond
Sent: Friday, August 24, 2007 4:40 PM
To: typo3-ug-us at lists.netfielders.de
Subject: Re: [TYPO3-UG US] Making pop-up image (click enlarge) show
larger than 800 x 600

Haines, William J wrote:

> Thank you.  I don't have administrative rights, but I see that the
suggestion to make would
> be to change the SETUP code to the width and height I want.  One more
question, please?  

> I only want the images to click-enlarge larger, if you will, for one
page.  Is that possible?

Ask your administrator to create an "extension template" and the code
there.

And ext+ template is usually a tiny template (in this case with only the

SETUP field filled with the code mentionned).

If you do it that way, if your page has sub-pages they will have that 
parameter changed also.

If you really want it on a precise page you can also use "conditions" 
and set the TS for the page id you need in the main template of your
site.

TS SETUP to add if your page is id=32:

[globalVar = TSFE:id = 32]
tt_content.image.20.1.imageLinkWrap {
   width=333
   height=333
}
tt_content.textpic.20.1.imageLinkWrap {
   width=333
   height=333
}
[global]

Then page 32 images will be set to a fixed 333 pixels width and height.

Hope it helps,

Patrick
_______________________________________________
TYPO3-UG-US mailing list
TYPO3-UG-US at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us


More information about the TYPO3-UG-US mailing list