[TYPO3-english] need to activate tt_content image border with typoscript

horace grant horace3d at gmail.com
Wed Jan 27 02:02:24 CET 2010


On Wed, Jan 27, 2010 at 1:20 AM, RDE / Redlich <gr2 at ipw.net> wrote:
> Hi to all,
> i need to "swith on" image borders in a certain tree,
> (not all over the site)
>
> after googling I found:
> tsconfig in setup:
>
> tt_content {
>        image.20.1.stdWrap.border = 1
>        image.20.1.stdWrap.borderCol = blue
>        image.20.1.stdWrap.borderThick = 3
>        image.20.1.colSpace = 10
>        }
> I did put this in the setup of the leading page,
> switching "on" the border down this tree,
> not to click every content element again and again
>
> But it does not work
> ====================
>
> then I found
> TCAdefaults.tt_content.imageborder = 1
>
> putting this in setup or in page options, did not work too
>
> What is wrong please ?
>
> I simply want to override the options button . . . .



i also needed this... i am not sure if this is exactly what you want
since i don't use TCAdefaults but it worked for me:

# enable image borders globally
tt_content.image.20.border.field >
tt_content.textpic.20.border.field >
tt_content.image.20.border = 1
tt_content.textpic.20.border = 1



>
>
>>>>>> But see here: This is in my root-page tsconfig setup
>
> tt_content {
>        image.20.1.imageLinkWrap.height = 1024m
>        image.20.1.imageLinkWrap.width = 1280m
>        }
>
> and this is working very well for all pages in the site.
> --
>
> regards
> Gert Redlich
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list