Skip to content
Portugao edited this page Jan 3, 2015 · 21 revisions

MUImage

Version 1.2.0

Backend

Settings

You can manage:

  1. How many items per page (album and picture view in backend and album view in frontend)
  2. Show title and description on detail page in frontend
  3. Count image view or not
  4. For the user group: How many main albums, subalbums and pictures allowed to create
  5. Allowed filesize for uploads

and more

Import

At the moment there is an import function for mediashare.
You can import all albums with their pictures ( Other filetypes will not be copied ).
You must copy the folder of mediashare to your new installation. There must be the tables
mediashare_albums
mediashare_media
mediashare_mediastore

of mediashare in your new database without prefix and in the config.php the prefix must be disabled.
Important: Copy the albums in order of the dropdownlist.

Frontend

Notice: The general user group must have the permission ADD to be able to create albums or pictures.

Users, that are in the admin group have no limit in creating main albums, sub albums and pictures.
Users in the user group get their limits by setting in the backend.
Users in the user group can add albums and pictures and edit them. They can delete pictures but no albums. That only can do administrators in the backend.

If you delete an album you will delete its pictures, all subalbums and their pictures.
If you don't want that you can make the subalbums to mainalbums or you can give them another main album.

Notice: Have a look at the allowed memory size on your server, if you should get problems, uploading pictures.

Clone this wiki locally