Icy Phoenix

     
 


This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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
 



 
menace690Send private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Personal Galleries Not Showing Up 
 
Could you temporarily set your personal galleries for all to view ..... so we could see what is happening.
 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
menace690Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Personal Galleries Not Showing Up 
 
Very strange  

Try uploading album_mod/album_personal.php again.
 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
menace690Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Personal Galleries Not Showing Up 
 
Is this  an upgrade from Smartor's ?
 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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?
 



 
menace690Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Personal Galleries Not Showing Up 
 
I'm quite sure that this is a permission issue...

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




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Personal Galleries Not Showing Up 
 
Mighty Gorgon wrote: [View Post]
I'm quite sure that this is a permission issue...

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


Hmm.  how would I go about doing this?
 



 
menace690Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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?
 



 
menace690Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.  

This needs some investigating.  
 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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).
 



 
menace690Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: BUG - Personal Galleries Not Showing Up 
 
Thanks Artie, I have messed up the switch by inverting the IF statement...
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron