When downloading an attachment, add the website name before the attachment name. That is to say, when downloading to the local computer, the website name is added to the file name
When you register for download, the Script House Forum download will appear - the suffix is the attachment name
1 include/attachment.func.php: Copy content to clipboard
Code:
while($attach = $db->fetch_array($query)) {2 attachment.php: Copy Content to clipboard
code:
if($attach = $db->fetch_array($query)) {Add the code to copy content to clipboard below the above two places: Copy content to clipboard
code :
$attach['filename'] = 'Architecture Internet Forum Download - '.$attach['filename']; Of course, replace Script Home Download with your own site name
Explanation: It was Xi Ming who helped!