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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Get PortalSettings By Portal IdGet PortalSettings By Portal Id
Previous
 
Next
New Post
1/4/2008 11:14 AM
 

Does anyone have a working example of how to get an instance of the portal settings using the Portal Id?  I am sure that it is an easy thing to do, and I am missing a controller method or something...  :(


Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
1/4/2008 11:55 AM
 

Could you create a new instance of DotNetNuke.Entities.Portals.PortalSettings providing a tabid and a PortalAliasInfo to the constructor? Its not as straight forward as you might desire, but may do the trick.

Let me know what you think,

Ian


Software Engineer
Co-Founder, dnnGallery
Stack Overflow: Ian Robinson
Twitter: @irobinson
Linked In: Ian Robinson
 
New Post
1/4/2008 1:44 PM
 

I can certainly get the PortalInfo object from the method I am writing.  And from there, I can do a couple of things for the TabId.  Either I can use a static value that we always know will exists (Admin or Host TabId), or I can pull the TabId from a property such as the HomeTabId. 

I would prefer the latter method, but my question is this.  If the Home Page is not specified, if the HomeTabId property automatically populated with the TabId of the first tab in the site?


Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
1/4/2008 2:34 PM
 

Going with your suggestion, I have come up with the example below.  (I haven't tested it yet.)

Dim p_Info As New DotNetNuke.Entities.Portals.PortalInfo
Dim p_Alias As New DotNetNuke.Entities.Portals.PortalAliasCollection
Dim strAlias As String = String.Empty
Dim ctlPortal As New DotNetNuke.Entities.Portals.PortalController
Dim ctlPortalAlias As New DotNetNuke.Entities.Portals.PortalAliasController
p_Info = ctlPortal.GetPortal(PortalId)
p_Alias = ctlPortalAlias.GetPortalAliasByPortalID(PortalId)
For Each key As String In p_Alias.Keys
    If Not String.IsNullOrEmpty(key) Then
        strAlias = key
        Exit For
    End If
Next
Dim p_Settings As New DotNetNuke.Entities.Portals.PortalSettings(p_Info.HomeTabId, p_Alias.Item(strAlias))

Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
1/4/2008 3:52 PM
 

It looks as though you're on the right track, I believe that your example is pretty much the same idea that I had in mind. Did you get a chance to test it yet?


Software Engineer
Co-Founder, dnnGallery
Stack Overflow: Ian Robinson
Twitter: @irobinson
Linked In: Ian Robinson
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Get PortalSettings By Portal IdGet PortalSettings By Portal Id


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