[TYPO3-seminars] Reorganize Sys-Folders

Oliver Klee typo3-german-02 at oliverklee.de
Mon Mar 22 14:10:49 CET 2010


Hi,

Walter Keuthage schrieb:
> since Jan. 2010 we apply seminars for announcing our first aid courses  – thank you for this great extension!

:-)

> Is there an easy way to move the existing records to different sys-folders except the clipboard?

Yes, you can do this directly via SQL in PhpMyAdmin, for example

UPDATE tx_seminars_speakers SET pid = 42 WHERE pid = 91;

... to move speaker records from the PID 91 to the PID 42.


Oli
-- 
Certified TYPO3 Integrator | TYPO3 Security Team Member


More information about the TYPO3-project-seminars mailing list