Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...How to move Pages between PortalsHow to move Pages between Portals
Previous
 
Next
New Post
8/27/2006 7:23 PM
 

I don't know if there is a better way, and even if the following method is safe, but this is the method I've used to move some pages between my "lab portal" and my "production portal", I hope it is useful to someone:

How to move pages between portals
(supposing the skins and containers used by your pages are installed at the host-level):

The first 2 steps are SQL queries to apply at the DNN database.

1) UPDATE TABS SET PORTALID = <your new portal id> WHERE TABID IN (your list of tabs to move)
Please note that each TabId has a ParentId which must be in the same portal. (NULL id when it's a parent tab)

2) UPDATE MODULES SET PORTALID = <your new portal id> WHERE MODULEID IN
(SELECT MODULEID FROM TABMODULES WHERE TABID IN (your list of tabs to move))

3) Edit/save web.config so application restarts.

4) Change appropriate settings (porta logo, portal resources, etc)

Worked like a charm for me.

By the way, what hosting provider are you guys using to host dnn portals? I'll be hosting my first extranet portal in a few weeks, and I'd appreciate suggestions. Thanks.

Ricardo Drizin

 
New Post
2/21/2013 11:49 AM
 
Thanks for the post Ricardo.

I can confirm that it's possible to move tabs between portals using this method. To this procedure I would add:

0) Backup your database!

Also on step 2 - be careful that you are not "moving" modules that are shared on other pages. For example if you have a shared title bar module that is used across portal 0 - you may not want to move that to portal 1.

-something clever or funny.
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...How to move Pages between PortalsHow to move Pages between Portals


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out