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
FIXED FAP SUPPORT - Personal Galleries Not Showing Up
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.
Subject: Re: Personal Galleries Not Showing Up
Very strange :?
Try uploading album_mod/album_personal.php again.
Try uploading album_mod/album_personal.php again.
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.
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?
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?
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?
Can you try to check the permissions of the already created personal galleries?
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
Click on You can manage the categories in the gallery
Then click Edit for the category
Subject: Re: Personal Galleries Not Showing Up
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?
Artie wrote: [View Post]
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?
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:
This needs some investigating. :roll:
Subject: Re: Personal Galleries Not Showing Up
Looks like you have stumbled across a bug here
OPEN album_modcp.php
FIND
REPLACE WITH
FIND
REPLACE WITH
Still need attention to the Recent Pics block ..... they should not show if not approved.
OPEN album_modcp.php
FIND
'APPROVAL_BUTTON' => ( $is_auth_approve == true ) ? '' : '<input type="submit" class="liteoption" name="approval" value="' . $lang['Approve'] . '" />',
REPLACE WITH
'APPROVAL_BUTTON' => ( !$is_auth_approve == true ) ? '' : '<input type="submit" class="liteoption" name="approval" value="' . $lang['Approve'] . '" />',
FIND
'UNAPPROVAL_BUTTON' => ( $is_auth_approve == true ) ? '' : '<input type="submit" class="liteoption" name="unapproval" value="' . $lang['Unapprove'] . '" />',
REPLACE WITH
'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.
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).
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 topicsYou 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.1729s (PHP: 17% SQL: 83%)
SQL queries: 10 - Debug Off - GZIP Enabled