Technology Tools for Ministry

Community

Web-Empowered Church User Community
All Categories > Ministry Tools > Calendar Base Extension > Moving sysfolder entries?
Total Posts: 8 - Pages (1): [1]
Author: Peter Schott
Posted: Jun 13 2008 - 12:46 PM
Subject: Moving sysfolder entries?
Been thinking about this since I set up my cal extension quite some time ago, before there were really standardized instructions and before I knew much about TYPO3.

I put all of my calendar sysfolder entries in the main System Folder included with the WEC Starter package of old. That means that they are buried with user logins, news items, templates, etc.

Is there a reasonably easy way to move the entries from that section and put them in a system folder specifically for cal data? Do I have to start over?

Thanks.

-Pete
Author: Manfred Hungerland
Posted: Jun 13 2008 - 05:10 PM
Subject: re: Moving sysfolder entries?
Hi Pete

( first do a Backup )

you can "move" them with phpmyadmin.
- Go into the Tabelle: tx_cal_event.
Run this SQL:

UPDATE `tx_cal_event` SET PID = '180'
WHERE PID = '170'


180 is the "old" Value 170 the new one ( adapt tis to your situation !! )

Shalom
Manfred
Author: Jeff Segars
Posted: Jun 13 2008 - 05:26 PM
Subject: re: Moving sysfolder entries?
Manfred,
Good idea I was going to suggest a different way. For Pete who happens to be a database admin, your solution will definitely be the way to go. For others, there's a different way that takes a few more clicks but avoids the database. I started writing instructions on it, but then I realized we already have a how-to showing the steps.

http://webempoweredchurch.com/support/howtos/single/copy_or_move_multiple_content_elements_using_the_clipboard/

Thanks,
Jeff
Author: Peter Schott
Posted: Jun 13 2008 - 05:36 PM
Subject: re: Moving sysfolder entries?
Thanks, guys. One follow-up: will this affect anything else besides which sysfolder I point my pages to? (e.g. RSS Feeds, front page plugins, etc) I want to ensure that I have it correct before I mess around with everything. This will affect all Cal entries so I don't want to cause any issues.

(And yes, the DB route is definitely my preferred way to go. )
Author: Manfred Hungerland
Posted: Jun 13 2008 - 06:02 PM
Subject: re: Moving sysfolder entries?
Hi Pete

will this affect anything else besides which sysfolder I point my pages to?


don't think so.

For testing is the WEC-TYPO3 Server for PC installation alwas fine.
( Update the starter installation with your Site ( Mysql & Files ))

Shalom
Manfred
user picture Author: Calum MacLeod
Posted: Jun 14 2008 - 04:08 PM
Subject: re: Moving sysfolder entries?
May I ask a very low priority question?
Is there a How-to for shifting one page item to multiple pages - for instance a sidebar menu to seven other pages? I am aware that it is wise to use reference rather than copy so that any editing of any of the "duplicates" will replicate in all instances of the page item. What is the most effecient method of doing this? I created a reference on each page to the original item but it meant a lot of clicking back and forth. I wonder if this is an area where clipboard can be employed?
Cheers,
Calum
Author: Jeff Segars
Posted: Jun 20 2008 - 05:35 PM
Subject: re: Moving sysfolder entries?
Calum,
I think you're stuck with lots of clicking around. The other option would be to set up the content through Typoscript, but that's more useful if you want to use it on every page.

Thanks,
Jeff
user picture Author: Calum MacLeod
Posted: Jun 20 2008 - 06:30 PM
Subject: re: Moving sysfolder entries?
Thanks Jeff,
Not the answer I wanted but one that reassures me that I am not missing out on some slick method that everyone else is using as a matter of course
Calum
Total Posts: 8 - Pages (1): [1]
You must login to post a message to this conference.