Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!
/* replace bullet */
.com-content-article__body ul{
list-style-type: none;
}
.com-content-article__body li:before {
font-family: "Font Awesome 6 Free";
content: '\f15c';
margin:0 0.65em 0 -1.4em;
}
if (extension_loaded('gd') && function_exists('gd_info')) {
// move okay - create now thumbnail
$x = JDownloadsHelper::create_new_thumb($upload_dir.$filename, $filename);
// set correct chmod
@chmod($upload_dir.$filename, 0655);
// move ok - set new file name as selected
$images[] = $filename;
} else {
Factory::getApplication()->enqueueMessage( Text::_('COM_JDOWNLOADS_ERROR_CAN_NOT_CREATE_THUMB_IMAGE'), 'warning');
}
$css_file = JPATH_SITE.'/components/com_jdownloads/assets/css/jdownloads_fe.css';
@chmod ($css_file, 0755);
$css_file2 = JPATH_SITE.'/components/com_jdownloads/assets/css/jdownloads_buttons.css';
@chmod ($css_file2, 0755);
$css_file3 = JPATH_SITE.'/components/com_jdownloads/assets/css/jdownloads_custom.css';
@chmod ($css_file3, 0755);
$css_file4 = JPATH_SITE.'/components/com_jdownloads/assets/css/jdownloads_fe_rtl.css';
@chmod ($css_file4, 0755);
Quote-rwxr-xr-x 1 4726 6. Jun 16:55 jdownloads_buttons.css*
-rwxr-xr-x 1 1032 1. Jun 12:52 jdownloads_custom.css*
-rwxr-xr-x 1 38440 6. Jun 16:55 jdownloads_fe.css*
-rwxr-xr-x 1 6334 6. Jun 16:55 jdownloads_fe_rtl.css*
Quote from: ColinM on 04.06.2025 01:04:57HiOk I guess I will do it the manual way as I am not skilled at coding sql. How can I make sure future additions use this icon and not the unknown.png version?
One way is to goto the database and edit that - but take a backup first.
However whilst a bit boring the manual way you are doing it is the safest way.
Also when I do such a task I set myself a target of say 20/day not exciting but effective
Colin
Quote from: ColinM on 04.06.2025 00:56:37MarisaNo worries! I had a friend send me the official Haiku icons and I am now using the official icon for hpkg files 😁 You can see them at https://beos.retro-os.live in the download link
Will send you details of new image in the morning - just getting a few pixels sorted
Colin