CMS MADE SIMPLE FORGE

Gallery3

 

[#9811] Modul shows no gallerys or pictures

avatar
Created By: Uwe Schanbacher (st0rm_r1der)
Date Submitted: Tue Feb 04 18:29:22 -0500 2014

Assigned To: Lotte-Sara Laan (lotjuh)
Version: v0.1
CMSMS Version: 1.11.9
Severity: Major
Resolution: None
State: Open
Summary:
Modul shows no gallerys or pictures
Detailed Description:
Modul shows no gallerys or pictures!
Only the message "No items found!" appears...

REST key is korrekt and has admin rights...
Item-/Gallery id is 2 (only one digit)

build in via: {cms_module module='Gallery3'}
Heres the html code of the output.

<p></p>
<p>No items found!</p>
<div id="gallery3"> </div>
<p></p>
<p> </p>
<script src="http://www.siteurl/modules/Gallery3/script/jquery-1.6.2.min.js"
type="text/javascript">
<script
src="http://www.siteurl/modules/Gallery3/script/plugins/galleria/galleria-1.2.6.min.js"
type="text/javascript">
<script type="text/javascript">
// <![CDATA[
$(function() {
// Load the classic theme
Galleria.loadTheme('modules/Gallery3/script/plugins/galleria/themes/classic/galleria.classic.min.js');
// Initialize Galleria
$('#gallery3 .photos').galleria( {
'debug': false,
'lightbox': true,
'dataConfig': function(img) {
return {
'title': img.attr('name'),
'description': '<pre>'+img.attr('alt')+'</pre>',
'image': img.attr('rel'),
'big': img.parent('a').attr('href'),
};
}
});
});
// ]]>
</script>
<style>
#gallery3 .photos {
height: 500px;
}
#gallery3 .photos img {
max-height: none;
max-width: none;
}
</style> 


History

Comments
avatar
Date: 2014-02-05 03:37
Posted By: Lotte-Sara Laan (lotjuh)

It's a bit hard to figure out the problem with this limited information.
Are you sure the API key you've used is from a user that's allowed to view the
images?
Are you also sure the item id you've entered is correct (usually a 5 digit
number).

We currently have the module only running on a 1.11.6 CMSMS system, but I'll try
and see if it still works in the latest versions to confirm that it should work
for you as well.
      
avatar
Date: 2014-02-06 17:33
Posted By: Uwe Schanbacher (st0rm_r1der)

Hello Lotte-Sarra,

i am the only user in the gallery and admin.
This means that i have used my admin rest key...

the module is includes in the page via {cms_module module='Gallery3'}

my gallery id is 2, if i enter 00002, it strips it down to 2...

Greetings 
Uwe
      
Updates

Updated: 2014-02-07 15:38
description: Modul shows no gallerys or pictures! Only the message "No items found!" appears... => Modul shows no gallerys or pictures! Only the message "No items found!" appears... REST key is korrekt and has admin rights... Item-/Gallery id is 2 (only one digit) build in via: {cms_module module='Gallery3'} Heres the html code of the output.
resolution_id: 10 => 5

Updated: 2014-02-05 03:37
resolution_id: => 10