Icy Phoenix

     
 

Multiple Problems

Multiple Problems

Article
Reply with quote    Download Post  
Post Multiple Problems 
 
Hi,

I am facing few problems with my FAP 1.4.1

1.
I have set : Maximum number of files user can upload at a time : 3
Maximum number of fields to pre-generate : 3

But still there is only 1 upload box.
Is it necessary to enable Nuffload configuration, perl uploader and Nuffload multiple uploads for this ?

2.
I have set : Maximum file size : 128000
Enabling this option, each image will be resized on the fly if needed (to keep image properties respecting the album settings in ACP). : Yes

But still if I upload image of say 250KB and view the full size image in the album its 250KB only. Should it not be 128000 ( the max file size) ?

3.
I have set : Users can create sub categories in own personal gallery : Yes

But the "Create New Folder" Button only appears if they have uploaded atleast one picture in their personal gallery. What if the users want to just upload the pictures in sub-categories and not in their main category.



 
nims - View user's profile Send private message  
nims [ Tue 17 Jul, 2007 09:57 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Multiple Problems

Comments
Reply with quote    Download Post  
Post Re: Multiple Problems 
 
Regarding #1 ---- Are you using IE7 ?



 
Artie - View user's profile Send private message  
Artie [ Fri 20 Jul, 2007 03:03 ]
Reply with quote    Download Post  
Post Re: Multiple Problems 
 
No Artie, I use FF 2



 
nims - View user's profile Send private message  
nims [ Fri 20 Jul, 2007 09:17 ]
Reply with quote    Download Post  
Post Re: Multiple Problems 
 
nims wrote: [View Post]
Hi,

I am facing few problems with my FAP 1.4.1

1.
I have set : Maximum number of files user can upload at a time : 3
Maximum number of fields to pre-generate : 3

But still there is only 1 upload box.
Is it necessary to enable Nuffload configuration, perl uploader and Nuffload multiple uploads for this ?

No you don't need Nuffload for this.
Have you set Pre generate the upload fields to Yes
If not do you have a button on the upload page to add a new file ?

nims wrote: [View Post]
2.
I have set : Maximum file size : 128000
Enabling this option, each image will be resized on the fly if needed (to keep image properties respecting the album settings in ACP). : Yes

But still if I upload image of say 250KB and view the full size image in the album its 250KB only. Should it not be 128000 ( the max file size) ?

Some of the image settings' purpose are a bit confusing to me, but Yes, I think it should.
nims wrote: [View Post]
3.
I have set : Users can create sub categories in own personal gallery : Yes

But the "Create New Folder" Button only appears if they have uploaded atleast one picture in their personal gallery. What if the users want to just upload the pictures in sub-categories and not in their main category.


I don't quite understand why this is like this, myself. You can add a new folder/category by the Manage link near the bottom of the page or you can apply the code change  below. I don't think it should cause any problems.
OPEN album_mod/album_personal.php

FIND
Code: [Download] [Hide] [Select]
if( (album_check_permission($auth_data, ALBUM_AUTH_MANAGE_PERSONAL_CATEGORIES) == true) && ((($is_root_cat) && ($row['count'] > 0)) || (!$is_root_cat)))

REPLACE WITH
Code: [Download] [Hide] [Select]
    if( (album_check_permission($auth_data, ALBUM_AUTH_MANAGE_PERSONAL_CATEGORIES) == true) && ((($is_root_cat) && ($row['count'] >= 0)) || (!$is_root_cat)))




 
Artie - View user's profile Send private message  
Artie [ Sat 21 Jul, 2007 01:14 ]
Reply with quote    Download Post  
Post Re: Multiple Problems 
 
Artie wrote: [View Post]

Have you set Pre generate the upload fields to Yes
If not do you have a button on the upload page to add a new file ?


Yes I have set Pre generate the upload fields to yes.
NO I do not have a link on the upload page to add a new file.

I am attaching the screenshots and my album_upload.php file for ref. fap  

upload

album_upload.zip
Description:  
Download
Filename: album_upload.zip
Filesize: 10.58 KB
Downloaded: 42 Time(s)




 
nims - View user's profile Send private message  
nims [ Sat 21 Jul, 2007 09:25 ]
Reply with quote    Download Post  
Post Re: Multiple Problems 
 
A link and a test account might prove helpful.



 
Artie - View user's profile Send private message  
Artie [ Sun 22 Jul, 2007 03:00 ]
Reply with quote    Download Post  
Post Re: Multiple Problems 
 
www.newindianmodels.com/forum/

May be this is helpful
 fap2



 
nims - View user's profile Send private message  
nims [ Sun 22 Jul, 2007 17:17 ]
Reply with quote    Download Post  
Post Re: Multiple Problems 
 
Can you test with  a different browser and maybe even a different template. ?



 
Artie - View user's profile Send private message  
Artie [ Tue 24 Jul, 2007 23:30 ]
Reply with quote    Download Post  
Post Re: Multiple Problems 
 
Checked with diff browsers but no luck.
Different template as in different PHPBB template ? I am using the default template and its heavily Moded so cant change the PHPBB template.



 
nims - View user's profile Send private message  
nims [ Mon 30 Jul, 2007 09:03 ]
Reply with quote    Download Post  
Post Re: Multiple Problems 
 
brilliant with the "new folder" button!!!!!!  ....... this post may be years old but the latest release still doesn't have that needed = in includes/album_mod/album_personal.php

------------------

FIND

if( (album_check_permission($auth_data, ALBUM_AUTH_MANAGE_PERSONAL_CATEGORIES) == true) && ((($is_root_cat) && ($row['count'] > 0)) || (!$is_root_cat)))

REPLACE WITH

if( (album_check_permission($auth_data, ALBUM_AUTH_MANAGE_PERSONAL_CATEGORIES) == true) && ((($is_root_cat) && ($row['count'] >= 0)) || (!$is_root_cat)))



 
s00th - View user's profile Send private message  
s00th [ Thu 07 Jan, 2010 14:12 ]
Reply with quote    Download Post  
Post Re: Multiple Problems 
 
Thanks for reporting.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Tue 12 Jan, 2010 23:54 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1