FIXED FAP SUPPORT - Personal Galleries Not Showing Up


Subject: FAP SUPPORT - Personal Galleries Not Showing Up
When I try to view my Personal Gallery, it shows the correct number of pictures but does not show the actual pictures. Recent gallery pictures work though.
www.mystationhouse.org

Profile PM  
Subject: Re: Personal Galleries Not Showing Up
Could you temporarily set your personal galleries for all to view ..... so we could see what is happening.

Profile PM  
Subject: Re: Personal Galleries Not Showing Up
Artie wrote: [View Post]
Could you temporarily set your personal galleries for all to view ..... so we could see what is happening.


Done, sorry I missed your reply for so long.

Profile PM  
Subject: Re: Personal Galleries Not Showing Up
Very strange :?

Try uploading album_mod/album_personal.php again.

Profile PM  
Subject: Re: Personal Galleries Not Showing Up
Unfortunately, nothing has changed. I uploaded the entire FAP install again. I am guessing something is screwed up elsewhere, but I really don't know where else to look.... I may just start over.

Profile PM  
Subject: Re: Personal Galleries Not Showing Up
Is this an upgrade from Smartor's ?

Profile PM  
Subject: Re: Personal Galleries Not Showing Up
It's not an upgrade. It was a straight install.

I noticed something else that is super wierd..

The use rdolinsky has one picture show up in his Personal Galery, everyone else has none. How could this possibly happen?

Profile PM  
Subject: Re: Personal Galleries Not Showing Up
I'm quite sure that this is a permission issue... :roll:

Can you try to check the permissions of the already created personal galleries?

Subject: Re: Personal Galleries Not Showing Up
Mighty Gorgon wrote: [View Post]
I'm quite sure that this is a permission issue... :roll:

Can you try to check the permissions of the already created personal galleries?


Hmm. how would I go about doing this?

Profile PM  
Subject: Re: Personal Galleries Not Showing Up
Vist the gallery.
Click on You can manage the categories in the gallery
Then click Edit for the category

Profile PM  
Subject: Re: Personal Galleries Not Showing Up
Artie wrote: [View Post]
Vist the gallery.
Click on You can manage the categories in the gallery
Then click Edit for the category


I think we are onto something. The pictures all show up in the list, but all say that they are not approved. How do I get pictures approved?

Profile PM  
Subject: Re: Personal Galleries Not Showing Up
You know I think there should be an Approve and Unapprove button in the Moderator Panel.... but it ain't there, is it. :shock:

This needs some investigating. :roll:

Profile PM  
Subject: Re: Personal Galleries Not Showing Up
Looks like you have stumbled across a bug here

OPEN album_modcp.php

FIND
Code: [Download] [Hide] [Select]
'APPROVAL_BUTTON' => ( $is_auth_approve == true ) ? '' : '<input type="submit" class="liteoption" name="approval" value="' . $lang['Approve'] . '" />',

REPLACE WITH
Code: [Download] [Hide] [Select]
'APPROVAL_BUTTON' => ( !$is_auth_approve == true ) ? '' : '<input type="submit" class="liteoption" name="approval" value="' . $lang['Approve'] . '" />',


FIND
Code: [Download] [Hide] [Select]
'UNAPPROVAL_BUTTON' => ( $is_auth_approve == true ) ? '' : '<input type="submit" class="liteoption" name="unapproval" value="' . $lang['Unapprove'] . '" />',

REPLACE WITH
Code: [Download] [Hide] [Select]
'UNAPPROVAL_BUTTON' => ( !$is_auth_approve == true ) ? '' : '<input type="submit" class="liteoption" name="unapproval" value="' . $lang['Unapprove'] . '" />',


Still need attention to the Recent Pics block ..... they should not show if not approved.

Profile PM  
Subject: Re: Personal Galleries Not Showing Up
This definitely solved the problem I was having. Thanks for all your patience. Now to integrate with MPS. (MyProfileSpace).

Profile PM  
Subject: Re: BUG - Personal Galleries Not Showing Up
Thanks Artie, I have messed up the switch by inverting the IF statement... :wink:


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.8591s (PHP: 2% SQL: 98%)
SQL queries: 29 - Debug Off - GZIP Enabled