Had a successful installation. Great MOD. Thanks.
Using v1.7.7
Here is the feedback on the MOD instructions - there are a few text disagreements between the MOD instructions and the code in a fresh v1.7.7:
1. step 2.5a - this has been mentioned here in this forum, on page 9 but I will highlight again:
MOD instructions say to find this:
if (!empty($user_info['lightbox_image_ids'])) {
$download_button = "<a href=\"".$site_sess->url(ROOT_PATH."download.php?action=lightbox")."\"><img src=\"".get_gallery_image("download_zip.gif")."\" border=\"0\" alt=\"\" /></a>";
in reality, the lightbox.php file shows this:
if ($download_allowed && !empty($user_info['lightbox_image_ids'])) {
$download_button = "<a href=\"".$site_sess->url(ROOT_PATH."download.php?action=lightbox")."\"><img src=\"".get_gallery_image("download_zip.gif")."\" border=\"0\" alt=\"\" /></a>";
2. step 4.0 -
MOD instructions say to find this:
$user_homepage = (isset($user_row['user_homepage'])) ? format_url($user_row['user_homepage']) : REPLACE_EMPTY;
in reality, the member.php file shows this:
$user_homepage = (isset($user_row['user_homepage'])) ? format_text(format_url($user_row['user_homepage']), 2) : REPLACE_EMPTY;
3. the admin/settings.php seems to be missing some code:
After the MOD is installed, and you open the ACP and click on settings, you see all the nav tags at the top. The last one says multi-lighboxes and it has a link but when you click on it, you don't go down to the anchor on the page or the anchor is missing, one of the two.
4. One of the other forum posts on here made mention of a long link to a given lightbox. I don't find any link at all, long or short. The url just points to the domainname/images/lightbox.php address so I can't find a way to 'share' a light box with other users other than to tell them about it. Am I missing something?
All in all, the MOD seems to work great. Thanks for all of your work to create this. I think it really adds to the sharing aspect to a community gallery.
- Brian