[TYPO3-templavoila] How to modify (default) Header and maxImage Size on right Column?

strategie und vision | Norbert Huber huber at strategie-und-vision.de
Wed Apr 2 13:03:32 CEST 2008


I think TS Ref and other sources explain it much better as i could


Am 02.04.2008 um 12:52 schrieb H. Reimers:
> GREAT... It works fine... thank you very much..
>
> but i'm new in TV and Typo3... could you explain with the TS please  
> for
> understanding why it works and what is it really doing... and why i  
> must
> write maxImageWidthInText and not like in TS maxWInText?
>
> thanks
> ___________________________________________________________
> here's the complete code in the DS (for other people with the same  
> problem)
>
>         5 = LOAD_REGISTER
>         5.maxImageWidthInText = 50
>         5.maxImageWidth = 80
>         5.defaultHeaderType = 3
>         10 = RECORDS
>         10.source.current = 1
>         10.tables = tt_content
>         10.wrap = <!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->
>         15 = RESTORE_REGISTER
>
> "strategie und vision | Norbert Huber" <huber at strategie-und-vision.de>
> schrieb im Newsbeitrag
> news:mailman.14986.1207132642.5943.typo3-project- 
> templavoila at lists.netfielders.de...
>> Hi for the Images you can do
>>
>>> You can modify the DS of the FCE
>>>
>>> Search and replace this
>>> --------------------
>>> 10= RECORDS
>>> 10.source.current=1
>>> 10.tables = tt_content
>>> 10.wrap = <!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->
>>> --------------------
>>> with this
>>> --------------------
>>> 5 = LOAD_REGISTER
>>> 5.maxImageWidthInText = 100
>>> 5.maxImageWidth = 180
>>> 10= RECORDS
>>> 10.source.current=1
>>> 10.tables = tt_content
>>> 10.wrap = <!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->
>>> 15 = RESTORE_REGISTER
>>
>> for defaultHeaderType it maybe works the same way.
>> greets
>> Norbert
>>
>>
>>
>>
>>
>>
>> Am 02.04.2008 um 12:27 schrieb H. Reimers:
>>> Hi,
>>>
>>> i want to set the defaultHeaderType and or the max Image Size   
>>> (maxW) on
>>> the
>>> right Column other than the main Column (field_content). Is this
>>> possible
>>> and how?
>>>
>>> Example... in the main content i want h2 as default header and   
>>> image
>>> size
>>> must be 200px... but on the right column i want h3 by default  
>>> and  the
>>> image
>>> size must be 100px...
>>>
>>> Thank you very much...
>>>
>>> Hendrik
>>>
>>>
>>> _______________________________________________
>>> TYPO3-project-templavoila mailing list
>>> TYPO3-project-templavoila at lists.netfielders.de
>>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-
>>> templavoila
>>
>
>
> _______________________________________________
> TYPO3-project-templavoila mailing list
> TYPO3-project-templavoila at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project- 
> templavoila



More information about the TYPO3-project-templavoila mailing list