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...Using Modules a...Using Modules a...Questions about DotNetNuke 6.2Questions about DotNetNuke 6.2
Previous
 
Next
New Post
6/22/2012 12:30 AM
 
I am new to DotNetNuke and have currently installed the DNN 6.2 version Community Edition.

I am currently working on developing a new site for managing hotel content data.

It would be greatly helpful if you could provide a code or video example of storing hotel content in a seperate database which is not DotNetNuke database.

There is a requirement that a particular person should be able to quickly change the layout of the page after logging into the site.
Please let me know if this is possible without making changes in the skin file or custom user control. Please provide a example for this functionality.

I would also like to know if DotNetNuke can be integrated with a MVC 4 application. Please provide a example for this functionality.
 
New Post
6/22/2012 3:36 AM
 
If you want to store content in a different database, you need modules which support this feature.
If you want to change/modify skin on the fly, there used to be Skin Package NukeVille Morpheus, but it seems to be inactive.
DNN is using WebForms, modules be created using control classic method, MVP pattern or MVVM pattern and Knowckout JS (see blogs on this site).

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/25/2012 8:56 AM
 
Thanks for your reply.....

I needed help on some issues regarding DotNetNuke....

1) If a layman such as marketing executive logs into the site, then he should be able to change the layout of the page by moving the content blocks around as per his design requirements.

for eg Left content block needs to be moved to right side. Left bottom content block needs to be moved to the bottom.

This tasks will not be done by the developer. Is there a example which does not require change/modification in skin files... Kindly provide a code example...


2) Is it possible to host a DotNetNuke site under a custom MVC 4 application and is communication possible between them ?

for eg... exchanging token, logged in user information etc

Kindly provide a code example.....

Thanks,
Vivek Gupta
 
New Post
6/26/2012 3:27 AM
 
1) if the layman has edit permission for the page, he might edit page settings, place modules on it and edit its content.
2) You may put DNN in a virtual folder inside the other application but there is no other option than iFrame to integrate it into the web application itself.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/26/2012 8:35 AM
 
I have used a iFrame to display the DNN site in the custom MVC 4 app. But I am getting the following error when I try to navigate through the custom MVC 4 app.

A potentially dangerous Request.Cookies value was detected from the client (DNNPersonalization="
at the following line in the cshtml file

@(Html.Telerik().Slider()
.Name("WebSliderDistance")
.Min(Model.HotelFilterSummary.MinDistance)
.Max(Model.HotelFilterSummary.MaxDistance)
.Value(Model.HotelFilterSummary.MaxDistance)
.HtmlAttributes(new { style = "width:172px;" })
.SmallStep(1)
.LargeStep(distanceSteps)
.TickPlacement(SliderTickPlacement.None)
.Tooltip(false)
.ShowButtons(false)
.ClientEvents(events => events
.OnChange("WebSliderDistance_ValueChanged")
.OnSlide("WebSliderDistance_SliderChanged"))
)

I tried using , but the error still occurs....
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Questions about DotNetNuke 6.2Questions about DotNetNuke 6.2


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