PDA

View Full Version : Social Group and Album Enhancements - RedInk Design - Latest Album Images Gallery (beta)


redinkdesign
02-13-2013, 11:00 PM
This is a simple yet effective way to show latest photos across all user public albums. Images are displayed using a masonry effect (similar to Pinterest). It uses jQuery and the Masonry plugin.

This is still in beta and is being tested live at http://www.b15u.com/red_gallery.php

Installation:
Upload files in the upload directory
Import product file
Create a Navigation link to 'red_gallery.php'
If you enable caching, make sure the cache folder is set to 777

This gallery page is public by default as there is no usergroup restrictions yet. HOWEVER, you can set permissions on the navigation link.

Please feel free to add suggestions for features and report any bugs you find. Thanks!

Rich
02-21-2013, 03:14 AM
I just checked out the demo page and not a single image loaded. I even tried changing pages. i am using Chrome. It just sat on the word "Loading".

Rich
02-21-2013, 03:15 AM
Ok, it just loaded the page but took well over 30 seconds.

redinkdesign
02-21-2013, 02:24 PM
That's strange, not sure why that would happen - I haven't had anyone else on the site complain about that, but I'll keep an eye out.

Ok, it just loaded the page but took well over 30 seconds.

Dr.Haitham
07-23-2013, 09:10 PM
is this product cause any load on the server ?

redinkdesign
07-24-2013, 02:19 PM
It's a web page with some database queries, yes it will cause load when a person visits the gallery

is this product cause any load on the server ?

Cla75
08-19-2013, 02:11 PM
I tried to install this mod interesting.
When you first log I've seen work, I browsed through 2 or 3 pages works well, then "loading" ...
I tried to quit and enter = "loading"
I tried to clear cache or use another brower (IE, firefox, chrome) = "loading"
I tried to erase everything and reinstall = "loading"

What has happened? does not load the images :-(

thanks for your help

redinkdesign
08-19-2013, 02:28 PM
Hey, do you have a link to your installation?

Cla75
08-19-2013, 11:04 PM
I installed it here:
http://www.forumviaggiatori.com/red_gallery.php
I do not understand
thanks for support

Cla75
08-21-2013, 12:26 PM
I just can not make it work :-(

redinkdesign
08-21-2013, 01:19 PM
Hey, it looks like something on your site has some broken javascript, preventing the gallery from loading. This block of code is making it fail, but I'm not sure which one of your plugins is injecting this JS. The problem is the .live method has been removed from jQuery.

--------------
// When clicking on the button close or the mask layer the popup closed
$('a.close, #mask').live('click', function() {
Uncaught TypeError: Object [object Object] has no method 'live'
$('#mask , .login-popup').fadeOut(300 , function() {
$('#mask').remove();
});
return false;
});
---------------

Cla75
08-21-2013, 02:10 PM
No idea how to try to solve the problem?
thanks for support

redinkdesign
08-21-2013, 02:25 PM
Sorry, I don't know what plugin you're using that's causing the Javascript error. You can try disabling products one by one until you find out which one it is, and see if there's an update.

No idea how to try to solve the problem?
thanks for support

Greeksgal
09-12-2013, 09:42 PM
Does this work with 4.2.1?