Developer forum

Forum » Rapido » Delete master area

Delete master area

Thomas Schroll
Reply

Hi

This might be a simple question but I can't figure out how to delete the master area. I only need the restaurant area and instead of deleting all pages (to avoid page limit in express) and still have one area, I wish to completely remove the master area.

Does anybody know how to do that?

Regards Thomas


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Thomas

Master area (ID=1) cannot be deleted, we need that one.

You can delete all the pages in that area, and move the ones from the website you want to keep. So delete all other areas, go to MC, Database, SQL Firehose. Fire these 2 queries in that exact order:

delete from page where pageareaid=1 (delete all pages from the master website)

update page set pageareaid=1 (moves all pages from you other website to the master)

After you have done this, go to website properties, hit save & close (to reset cache). Then delete the remaining empty website.

Voila, only one website left.

BR Nicolai

 
Thomas Schroll
Reply

Thanks Nicolai

Or I could manually change the layout of the master area, with no risk of fucking anything up ;)

Regards Thomas

 
Nicolai Høeg Pedersen
Reply

You could :-).

 

You must be logged in to post in the forum