FAP SUPPORT - Multiple Problems »  Show posts from    to     

Icy Phoenix


Archived phpBB Topics (Styles, Mods, Support) - FAP SUPPORT - Multiple Problems



nims [ Tue 17 Jul, 2007 09:57 ]
Post subject: FAP SUPPORT - 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.


Artie [ Fri 20 Jul, 2007 03:03 ]
Post subject: Re: Multiple Problems
Regarding #1 ---- Are you using IE7 ?


nims [ Fri 20 Jul, 2007 09:17 ]
Post subject: Re: Multiple Problems
No Artie, I use FF 2


Artie [ Sat 21 Jul, 2007 01:14 ]
Post subject: 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: [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: [Hide] [Select]
if( (album_check_permission($auth_data, ALBUM_AUTH_MANAGE_PERSONAL_CATEGORIES) == true) && ((($is_root_cat) && ($row['count'] >= 0)) || (!$is_root_cat)))


nims [ Sat 21 Jul, 2007 09:25 ]
Post subject: 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


Artie [ Sun 22 Jul, 2007 03:00 ]
Post subject: Re: Multiple Problems
A link and a test account might prove helpful.


nims [ Sun 22 Jul, 2007 17:17 ]
Post subject: Re: Multiple Problems
www.newindianmodels.com/forum/

May be this is helpful
fap2


Artie [ Tue 24 Jul, 2007 23:30 ]
Post subject: Re: Multiple Problems
Can you test with a different browser and maybe even a different template. ?


nims [ Mon 30 Jul, 2007 09:03 ]
Post subject: 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.


s00th [ Thu 07 Jan, 2010 14:12 ]
Post subject: 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)))


Mighty Gorgon [ Tue 12 Jan, 2010 23:54 ]
Post subject: Re: Multiple Problems
Thanks for reporting.




Powered by Icy Phoenix