Support Forums | Demo Gallery [1.x] [2.x] | Downloads | News | Site Map ]
Nuked Gallery
  Create a FREE account or Login   As a guest, you don't have access to our FULL navigation system.
 Forum FAQForum FAQ   StatisticsStatistics   SearchSearch   UsergroupsUsergroups   FavoritesFavorites  

Problem linking users' photos in profiles

 
Post new topic   Reply to topic    NukedGallery.net Forum Index » phpBB Issues » phpBB3 / Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Author Message
timnsal

Novice
Novice


Joined: Aug 08, 2007
Posts: 25

PostPosted: Mon Aug 20, 2007 7:16 am    Post subject: Problem linking users' photos in profiles Reply with quote

In g2helper.inc in function mapAllGalleryLinks

this line
Code: ›          $itemIds = (empty($albums)) ? array_diff($itemIds, array_keys($descendentCounts)) : array_keys($descendentCounts);

returns an empty array, even when the users have items in their albums. I don't know enough about Gallery2 to know how to fix it. Any suggestions?

Thanks

Sally
Back to top
Offline View user's profile Send private message
AdBot
   Post subject: Problem linking users' photos in profiles  

Back to top
timnsal

Novice
Novice


Joined: Aug 08, 2007
Posts: 25

PostPosted: Tue Sep 04, 2007 9:23 am    Post subject: Re: Problem linking users Reply with quote

Anyone able to help? As far as I can see, this isn't affected by anything in phpbb3, as it is the integration package calling gallery2.

Sally
Back to top
Offline View user's profile Send private message
timnsal

Novice
Novice


Joined: Aug 08, 2007
Posts: 25

PostPosted: Tue Sep 25, 2007 1:07 pm    Post subject: Re: Problem linking users Reply with quote

Dari, do you have any suggestions how to fix this please?

Sally
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6274
Location: Washington Township, NJ, USA

PostPosted: Tue Sep 25, 2007 1:11 pm    Post subject: Re: Problem linking users Reply with quote

did you sync the users?
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
timnsal

Novice
Novice


Joined: Aug 08, 2007
Posts: 25

PostPosted: Tue Sep 25, 2007 1:22 pm    Post subject: Re: Problem linking users Reply with quote

Yes. Found that one when I was getting the image selector working.
Back to top
Offline View user's profile Send private message
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 1047

PostPosted: Thu Oct 18, 2007 5:43 pm    Post subject: Re: Problem linking users' photos in profiles Reply with quote

Quote: › In g2helper.inc in function mapAllGalleryLinks

this line
$itemIds = (empty($albums)) ? array_diff($itemIds, array_keys($descendentCounts)) : array_keys($descendentCounts);

returns an empty array, even when the users have items in their albums. I don't know enough about Gallery2 to know how to fix it. Any suggestions?

Thanks

Sally


Replace it with:
Code: ›          $itemIds = array();
         if (empty($albums)) {
            foreach ($descendentCounts as $key => $value) {
               if ($value == 0) {
                  $itemIds[] = $key;
               }
               else {
                  continue;
               }
            }
         }
         else {
            foreach ($descendentCounts as $key => $value) {
               if ($value <> 0) {
                  $itemIds[] = $key;
               }
               else {
                  continue;
               }
            }
         }

It's not the most elegant code, but it works Wink
Back to top
Offline View user's profile Send private message
timnsal

Novice
Novice


Joined: Aug 08, 2007
Posts: 25

PostPosted: Fri Oct 19, 2007 11:49 am    Post subject: Re: Problem linking users Reply with quote

Thanks. That worked a treat (once I'd sorted out the errors I'd made further down the page Embarassed )
Back to top
Offline View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » phpBB Issues » phpBB3 / Gallery 2 Integration View previous topicPrinter friendly versionView next topic

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours

Powered by phpBB © phpBB Group



Sponsors: Web HostingDedicated ServersDomain NamesDomain Name RegistrationDedicated Web HostingSearch Engine OptimisationSEOWeb Design New YorkSEO Web DesignWeb hosting AustraliaSEO

6th year online! 2003-2008
Legal • Use of this site consitutes agreement to the Acceptable Use Policy
Hosted by Implosion WorksSourceForge.net Logo • Theme by TonicMedia