Padding Padding
Janet
Systems
 Register  Login 
Telephone  01628 566 178
Website Design, Hosting and Software Services
  Search 
Padding
corner Padding corner
Padding Padding
corner Padding corner
 DotNetNuke Articles

Have you ever moved a new tab up several items in the tab order? This article provides an efficient method to move a tab, anywhere within your tab structure on  a DotNetNuke web site.  Note this can only be done if you are logged in with Host access rights.

Begin by loging into the portal using the Host account,  This will provide access to the host administration tabs. Navigate to the sql tab.

We need to execute the sql code

SELECT * FROM tabs WHERE portalid = 1 ORDER BY taborder

You will notice from this list that the taborder is an odd number series, no even numbers.  Our aim is to move our page between two items, into the correct place and then get the numbers sequence to be re-built. This will require us to move another pair of pages, but much better than manually moveing the required mage upwards, say 20 or 30 times.

Having determined which tabid is to be moved, and to which taborder value, execute another sql command, something like the following.

update tabs set taborder = 402 where tabid = 846

Navigate to the admin tabs page and move another tab.  This will move this tab, but more importantly the tab order will be re-built. Finish by moving the page which you moved from the tabs page back to its original position.


This article viewed: 1262 times Back

Copyright © 2004-2007 Janet Systems Ltd.

 Print   

For DotNetNuke modules and skins take a look at:

Snowcovered

DotNetNuke Website design and hosting from £15.00 per month. More...

Looking for a website design company in the Thames Valley, call us on 01628 566178

DotNetNuke Modules
DotNetNuke Modules availalble from Janet Systems

DotNetNuke Skins
DotNetNukeSkins.gif

from Janet Systems

Padding
Copyright 2002-2008 Janet Systems Ltd.   Terms Of Use  Privacy Statement Saturday, May 17, 2008