[TYPO3-templavoila] Sorting containers within a section in flexform - drag n drop

Lee Perry leeperry at slack.de
Thu Jan 22 14:57:08 CET 2009


hi styrmir,

have a look right here:
http://typo3.org/development/bug-fixing/diff-and-patch/

or for this problem you can try it manually, because the patch file is 
for flexforms only and you have to add one line in two files only.
so you have to insert this line:

Position.includeScrollOffsets = true;

in following files (at TYPO3 4.2.3):
for flexforms:
t3lib/class.t3lib_tceforms.php between line 5090 and 5091 (that means as 
a new line :)

for IRRE
t3lib/jsfunc.inline.js between line 472 and 473 (that also means as a 
new line :)


at another version of TYPO3 (maybe 4.2.4) it could be other line numbers ...

greetings,
lee



>> there is a patch now - you can read in the bugreport 
>> (http://bugs.typo3.org/view.php?id=8882).
>> for me these two patches work fine! just try it :)
> Hello Lee, and thank you for you answer
> Maybe a stupid question, but how do you load/install a patch?
> 
> Styrmir



More information about the TYPO3-project-templavoila mailing list