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.
FAP SUPPORT - Multiple Problems
Subject: Re: Multiple Problems
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 ?
Some of the image settings' purpose are a bit confusing to me, but Yes, I think it should.
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
REPLACE WITH
nims wrote: [View Post]
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]
Some of the image settings' purpose are a bit confusing to me, but Yes, I think it should.
nims wrote: [View Post]
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
if( (album_check_permission($auth_data, ALBUM_AUTH_MANAGE_PERSONAL_CATEGORIES) == true) && ((($is_root_cat) && ($row['count'] > 0)) || (!$is_root_cat)))
REPLACE WITH
Subject: Re: Multiple Problems
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.
Artie wrote: [View Post]
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.
| album_upload.zip | ||
| Description: | ![]() Download |
|
| Filename: | album_upload.zip | |
| Filesize: | 10.58 KB | |
| Downloaded: | 264 Time(s) | |
Subject: Re: Multiple Problems
Can you test with a different browser and maybe even a different template. ?
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.
Different template as in different PHPBB template ? I am using the default template and its heavily Moded so cant change the PHPBB template.
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)))
------------------
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)))
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.1993s (PHP: 17% SQL: 83%)
SQL queries: 12 - Debug Off - GZIP Enabled
