The column "dtime" in the table "downloads_downloads" is varchar(13) instead of INT(10), having a varchar column sometimes causes issue when comparing an integer when strict mode is enabled and also for consistency we should change it like all the other t ...
I don't know but I just can't seem to work my head around this... If I create a Parent named "Module" and disallow posting in it and a subcat named "3.0 Files" and allow posting, members are still able to select "Module" and post in it. What happens the f ...
Am I missing something obvious or the link to report comments is not available anywhere? At least I do not see it in the "commentsBlock" template. ...
The permalink to the comments when the FURL urls are enabled is: /index.php?app=downloads&module=display§ion=findpost&id=2 instead of: /index.php?/files/file/ID-FILE-NAME/page__ ...
While viewing a file if you write a comment in the editor and then press TAB to highlight the post button it goes to the random files box instead, the proper tabindex is missing. ...
The full screenshots doesn't have the watermark/copyright applied while the thumbnails have it. ...
The file was moved and saved. ...
Ref: Brandon I notice when I approve a file, I receive a copy of the approval PM, however the message I am receiving is both not intended for me and it looks like a watched topic notification. A screen shot will explain be ...
Hello, I Have following problem: - I go to addition a file - Enter the path to the file (Correct import path) - Enter the path to the image (Wrong import path due to a typo) And If I would submit the file ...
It has been reported to me that editing a file causes a copy of any uploaded files to be made in the downloads directory. This is normal, however upon saving the file, the duplicates are not being cleared out. Latest ticket: 637892 ...
If you enable "Allow URL file link submissions" and submit more than 2 links, only the first and last are saved. If you edit the file, you can add the rest and it works fine. ...
Disabling an Addon in Applications & Modules doesn't disable the specific addon. Users can still access the application via URL. You have to switch it offline to prohibit access. I would expect if I disable an application nobody can access th ...
If you enable the new Dynamic URLs with one time download option, and the user uses an old "do=confirm_download&id=x" URL to try download the file, an SQL error occurs as doExecute() doesn't check to see if _getFileId actually returns an ID before blindly ...
If you go into downloads, at least with "Path submissions" enabled (Didn't check without) and enter a file name and description.. Don't upload a file.. It accepts it. Never checks to see if there is legitimately a file attached/uploaded. ...
When you are using the user setting edit to view your download tab. If you look at downloaded files then click on the second page of 3 the link will jump to you uploaded files list page 2. see image. It happening on this board. ...
BUG: The comment form is available for guests and other groups which do not have permission to post comments to the files. If such a user enters a comment and hits the Post button, the page reloads but the comment isn't posted. Moreover, ther ...
In the settings for each category there is a setting: "Maximum screenshot file sizes allowed" which also has dimension settings. It says "Leave blank to use defaults" - however, if you leave it blank the screenshot won't display. ...
FURLs in IP.Downloads do not work if the settings in initdata.php are: define( 'IPB_USE_SEO_TRANSLIT', FALSE ); define( 'IPB_USE_ONLY_ID_FURL', TRUE ); ...
modules_public/display/file.php if( $category['coptions']['opt_comments'] ) { $this->registry->classItemMarking->markRead( array( 'forumID' => $file['file_cat'], 'itemID' =& ...