How can i upload the Icon with thumbnail ? How can i upload the Icon with thumbnail ?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

How can i upload the Icon with thumbnail ?

Started by mooli_deejay1, December 24, 2005, 11:53:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mooli_deejay1


ecto

I don't understand your question.. what do you mean? What icon?

Many people ask how to change the thumbnail icon for certain files (like movies).. if that's what you're asking, please read the documentation:
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#cust_thmb

mooli_deejay1

i mean is how can i upload  file.ico (icon format) and the icon uploaded shown in the thumbnail ?

ecto

As it says in the document I linked to in my previous post: "Thumbnails can be one of the following file types: 'gif', 'png', or 'jpg'"

Or do you mean that you want to upload a file.ico that users can see in the gallery, and you want the thumbnail for file.ico to look like it does on your computer? If so, read the docs again! It says there that you should create a jpg, gif or png file that you want to use as the thumbnail and call it for example thumb_file.jpg if the file you are displaying is called file.ico.

If this is not what you mean, you will have to be more clear in your question. I guess that english isn't your native language, but you will have to try and be more specific on what it is you want to do.

mooli_deejay1

yeah , i want to upload a file.ico that users can see in the gallery .

thank you ...

Joachim Müller

run a query like thisINSERT INTO CPG_filetypes VALUES ('ico', 'image/ico', 'image', '');, e.g. by adding this code into sql/update.sql, running update.php in your browser once and then removing the line you added once more. If you have a tool like phpMyAdmin, you can run the query there (make sure to replace CPG_ with the prefix you actually have chosen during install).

Joachim Müller