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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Site Settings>Profile Settings>Data TypeSite Settings>Profile Settings>Data Type
Previous
 
Next
New Post
7/28/2014 4:37 PM
 
I know, we are using host lists in some (custom) properties, but I haven't checked the core lookup procedure.
I might be able to tweak the stored procedures in TurboSQL script to fall back to host lists, if no portal list is available - would that be an option for you?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/28/2014 7:08 PM
 

Am I ever learning a lot. When I first read your reply I hadn't a clue about what you were talking about.

But as I mulled it over I realized what you were saying and yes this would be a great option. All the portals will relate to the parent and having this list on the parent is perfect.

If you can tweak some SQL to facilitate this, please do!

Thanks

Bob

 
New Post
7/28/2014 10:55 PM
 
What I've done so far:
I used this to add a data type....
INSERT INTO [dnn_calgarymalls].[dbo].[Lists]
           ([ListName]
           ,[Value]
           ,[Text]
           ,[ParentID]
           ,[Level]
           ,[SortOrder]
           ,[DefinitionID]
           ,[Description]
           ,[PortalID]
           ,[SystemList]
           ,[CreatedByUserID]
           ,[CreatedOnDate]
           ,[LastModifiedByUserID]
           ,[LastModifiedOnDate])
     VALUES
           ('DataType',
           'Category',
           'DotNetNuke.UI.WebControls.DNNRichTextEditControl, DotNetNuke'
           ,0
           ,0
           ,0
           ,-1
           ,Category List for Profile Settings
           ,-1
           ,1
           ,NULL
           ,NULL
           ,NULL
           ,NULL)

Obviously the third line is incorrect. I just used that temporarily.

All I need to do now is find out what that line should actually be.

Any idea on that one or am I barking up the wrong tree?

Bob

 
New Post
7/29/2014 2:41 AM
 
if you insert a row for PortalId -1, you are inserting a host list.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/29/2014 11:48 AM
 
The data type shows up in the list but obviously doesn't work properly...I get a text editor instead of the list....to be expected.
I believe I have to make a dll for this to work properly. I may just forgo this item on the register page and do it manually.

I've posted a question that might give me an alternative.

Thanks for your help Sebastian.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Site Settings>Profile Settings>Data TypeSite Settings>Profile Settings>Data Type


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