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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsGalleryGalleryPopup disable did not work.Popup disable did not work.
Previous
 
Next
New Post
7/29/2005 9:24 PM
 

I installed GalleryV3.0.10BETA on DNNv3.1, create one album (6 - pictures) NOTE: Gallery Name:"Lake Michigan Views" (Name include spaces) successfully, In the Gallery Configuration first I tried

This work fine slide show opend new window and showed the album without any problem. Excellent!!! :)

Then I tried to change the setting to run the slideshow with no-popup with following Gallery Configuration settings

In this case as I clicked on the SlideShow button it did not run the slide show as it displayed with previous settings, slide show header shows
Loading.....please wait... But no image get displayed.

Did I miss any settings? Or this is a bug in the Gallery?

If someone experienced this problem before and had solution for this issue, please do respond to this thread.

Many thanks
S. Gill

 
New Post
8/5/2005 6:40 PM
 

I found the problem when running the Slide Show within DotNetNuke there are multiple body tags appeared in the source(if you use view source) and some how onLoad runSlideShow() did not get fired.

1. I removed the <Body> -</Body> tag from ControlSlideshow.ascx

2. To register the javascript event add following function in ControlSlideshow.ascx and worked fine with popup enabled or popup disable settings.

<script language="javascript">
    function registerEvent(obj, evtType, fn) {
    var result = false;
     if (obj.addEventListener) {
       obj.addEventListener(evtType, fn, true);
      result = true;
     }
    else if (obj.attachEvent) {
         /* Fix for Microsoft IE */
         result = obj.attachEvent("on" + evtType, fn);
     }
     return result;
     }

     registerEvent(window, "load", runSlideShow);

 ... Rest function runSlideShow() ... will stay as is.

</script>

3. I testedGallery running in IE6.0 and Mozilla FireFox v1.0.4 and Netscape v8.0.2 it works good. Image Fading effect in Slide Show was absent in Mozilla FireFox v1.0.4 and Netscape v8.0.2 rest looks good.

 
New Post
8/5/2005 6:41 PM
 

I found the problem when running the Slide Show within DotNetNuke there are multiple body tags appeared in the source(if you use view source) and some how onLoad runSlideShow() did not get fired.

1. I removed the <Body> -</Body> tag from ControlSlideshow.ascx

2. To register the javascript event add following function in ControlSlideshow.ascx and worked fine with popup enabled or popup disable settings.

<script language="javascript">
    function registerEvent(obj, evtType, fn) {
    var result = false;
     if (obj.addEventListener) {
       obj.addEventListener(evtType, fn, true);
      result = true;
     }
    else if (obj.attachEvent) {
         /* Fix for Microsoft IE */
         result = obj.attachEvent("on" + evtType, fn);
     }
     return result;
     }

     registerEvent(window, "load", runSlideShow);

 ... Rest function runSlideShow() ... will stay as is.

</script>

3. I testedGallery running in IE6.0 and Mozilla FireFox v1.0.4 and Netscape v8.0.2 it works good. Image Fading effect in Slide Show was absent in Mozilla FireFox v1.0.4 and Netscape v8.0.2 rest looks good.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsGalleryGalleryPopup disable did not work.Popup disable did not work.


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