Image Gallery stopped working

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/7/2011 6:31:37 AM
Gravatar
Total Posts 37

Image Gallery stopped working

For months now I have had a page that I created. First created an Image Gallery Feature, uploaded all of the photos, and then copied the html <object>.

I then created the HTML Feature on the same page and pasted the Image Gallery html <object> into it as part of the html page I was creating.

I wanted a page with text and links but wanted the Silverlight slide show happening at the top of the page.

Then when my HTML Feature was working with the correct format of text and slide show, I deleted the original Image Gallery Feature because all I needed it for was to upload the pics and create the files in GalleryImage and then allow me to copy the <object> code.

Suddenly, my HTML page slide show isn't working. One time I go to the page and there won't be anything(no pics or heading or thumbnails) and another time I go to the page it might have the Slide show but all the pics will have a ? as though no pics are available in the location.

This has been working for months until just recently. Does anyone have a clue as to what might be happening? Please help!

 

 

4/7/2011 9:25:00 AM
Gravatar
Total Posts 18439

Re: Image Gallery stopped working

The image gallery hooks up a service url to the control to pull the images  from the gallery into the Silverlight slideshow. It is no surprise that it does not work after you delete the images from the gallery or delete the gallery instance that was populating it. The service url expects valid parameters for gallery module id and page id, it was not designed to be scraped and used in an html module as markup. Maybe it can work if you keep the gallery on a hidden page (ie not included in the menu but not protected by roles either).

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.