How to Add Koha Item Type Image


How to add Koha Item Type Image

  •     Create item type image as .gif format. (Image size:50x50 pix)
  •     Create your .gif and put the koha home folder

Staff Client


Put the image koha server in /usr/share/koha/intranet/htdocs/intranet tmpl/prog/img/itemtypeimg/(select folder item type category) for folder name (bridge, carredart, colors, crystal-clear, liblime-kids, npl, Seshat, vokal)


Apply following command in a terminal.

sudo su

sudo cp /home/koha/your_image.gif /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/liblime-kids

Your images successful Add.


OPAC

Put the image koha server in /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/itemtypeimg/
(select folder item type category) for folder name (bridge, carredart, colors, crystal-clear, liblime-kids, npl, Seshat, vokal)

Apply following command in a terminal.

sudo su

sudo cp /home/koha/your_image.gif /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/itemtypeimg/ liblime-kids


Your images successful Add.

Post a Comment

0 Comments