Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

DV 3.10.10 Popup not Working in HTTPS
Last Post 09-06-2013 05:54 AM by Ryan Bakerink. 8 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages Not Resolved
AdamUser is Offline
river guide
river guide
Posts:116
Avatar

--
08-05-2013 05:34 AM

    Hi Guys,

    I have posted this before in an older version of DV but I never had a response and so have never be able to use the DV popup.

    Please can you have a look and fix this problem.

    Now version:
    3.10.10.36033 / 7.0.6v

    Details:
    When using Dynamic Views on a HTTPS page and enable the view details popup, there is a page fault due to the popup link being set to HTTP (non secure).

    The page is secured to HTTPS only but DV creates non HTTPS links for the popup which DNN then tries to redirect but because it is a popup there is a page failure, please help!


    Cheers.

    Ryan BakerinkUser is Offline
    river guide
    river guide
    Posts:1900
    Avatar

    --
    08-21-2013 06:23 AM
    Hello Adam,

    I would abort the use of the DV Pop for the details. Instead, I would recommend using the dnnModal method since this is available in DNN 7. This method offers much more flexibility.

    dnnModal.show('/DynamicViewPageURL.aspx?popUp=true', false,500,440,true,'/PageRedirectWhenClosingPopUp.aspx')

    You can learn more about this method here:
    http://www.dnnsoftware.com/communit...nd-content


    Please let me know if you have any questions.

    Thanks,

    Ryan
    AdamUser is Offline
    river guide
    river guide
    Posts:116
    Avatar

    --
    08-22-2013 01:08 AM
    Hi Ryan,

    Thanks for the good suggestion, thinking out side the box! I will give it a try as an alternative.

    Adam
    Ryan BakerinkUser is Offline
    river guide
    river guide
    Posts:1900
    Avatar

    --
    08-26-2013 07:10 AM
    Please let me know if you can/can't get this configured.

    Let me know if you have any questions.

    Thanks,

    Ryan
    AdamUser is Offline
    river guide
    river guide
    Posts:116
    Avatar

    --
    09-04-2013 01:10 AM

    Hi Ryan,

    I've finally got around to trying this method and whilst the DNN popup function is great, there are some unexpected results from the [ViewDetailLinkURL] in DV, as this renders the item details as well as all other modules on the page within the popup or page. I can understand why it's doing this but for popup's we don't want to render the entire page in the popup.

    Here's my syntax
     

    (<)a href="javascript:dnnModal.show('[ViewDetailLinkURL]?popUp=true',false,500,440,true,'/returnurl.aspx')">Details')

    please let me know if there is something else I need to do.

    Thanks again for a great suggestion.

    Adam

    Ryan BakerinkUser is Offline
    river guide
    river guide
    Posts:1900
    Avatar

    --
    09-04-2013 07:12 AM
    Hello Adam,

    In this case there are a couple more steps to achieve what you want.

    1.) You need to enable "Print" for your Dynamic View module. This print functionality is simply a way in DNN that makes your module a printer friendly version. Basically throws your module onto a blank page without the skin. You need to go to Settings -> Page Settings for this Dynamic View to enable the Print feature.

    Then you should click the Print icon in the Dynamic Views setting menu. This will be a new option since you enabled this, will be in the same menu as Export Content/Import Content, Settings, Delete, etc...

    The print mode is literally additional Querystring variables added to the URL.

    Instead of using the [ViewDetailLinkURL] token, I would recommend building this URL Dynamically. Pay close attention to how the ViewDetailLinkURL is constructed. There's really only 1 URL parameter that dynamically changes.

    After building this URL, be sure to append the Print querystring parameters to the URL. This will make a clean background for your content.

    I know this may be confusing. But the summary is:

    1.) Learn about the DNN Print option for your Dynamic View module.
    2.) Learn about the structure of the ViewDetailLinkURL token.
    3.) Piece together #2 & #1 to make a clean popup.

    Let me know if you have any questions.

    Thanks,

    Ryan

    AdamUser is Offline
    river guide
    river guide
    Posts:116
    Avatar

    --
    09-05-2013 02:47 AM
    Hi Ryan,

    Again, thanks for the great advice. This turned out to be a bit of a challenge and after some serious head scratching I managed to find a combination of parameters that worked with the details view and the print view.

    In noticed that I had to reference the model with the ‘Mid’ parameter for the print view to work and then pass another parameter for ‘curModuleID’ to reference the same module but for the details view. This is an example of what I ended up with.

    javascript:dnnModal.show('/MyPage/tabid/657/Mid/2235/dnnprintmode/true/Default.aspx?SkinSrc=[G]Skins/_default/No+Skin&ContainerSrc=[G]Containers/_default/No+Container&DetailView=True&DetailID=5&CurModuleID=2235&popUp=true',false,500,440,true)

    Problem solved!

    Adam
    AdamUser is Offline
    river guide
    river guide
    Posts:116
    Avatar

    --
    09-05-2013 03:12 AM
    Just one more thing on this subject, if you're using DNN 7.1.+ and use advanced URL rewrite and lowered URL's you will need to put in an exception in to stop the URL's above being lowered (case) as there is obviously some case sensitive parameters somewhere, maybe in the DNN print mode.
    Ryan BakerinkUser is Offline
    river guide
    river guide
    Posts:1900
    Avatar

    --
    09-06-2013 05:54 AM
    Hello Adam,

    Thank you for sharing your solution!

    Glad to see that you figured this out.

    Let us know if you ever have any questions.

    -Ryan

    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
     
     
       
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi