In addition to Piwigo's standard administration features, some further options are available through plugins.
We are going over them on this page.
Admin Tools: Administrating Piwigo from your gallery
The Admin Tools plugin allows administrators to perform some administration tasks directly from the gallery (photo editing, album editing...).
Once the Admin Tools plugin has been activated, you will see a new browsing bar appear in your gallery when you are logged in as an administrator.
This tool bar lets you access the main administration pages from your gallery.
From a photo's page, you have access to shortcuts to administration actions that will appear:
- edit the photo
- choose the photo as thumbnail for the album
- add to cart
A quick edition window lets you edit the main details about the photo without going through the administration.
The same features are accessible from the albums' pages.
Lastly, other tools are accessible to the right of the Admin Tools bar:
- View as: to view the gallery from the point of view of another user
- Quick theme switch
- Quick language switch
- The other options will only be used by developers.
Admin Messages: Adding a welcome message in the administration
The Admin Messages plugin lets users add messages on the home page in Piwigo's administration (to communicate with the other administrators).
The messages are displayed on the dashboard, at the bottom of page.
For each message, we show the administrator's name, the date, and the message.
Protect Notification: Changing the sender of notification emails
Sometimes, notification emails sent by Piwigo may land in the spam folder. This comes from the fact that they are sent using the main administrator's (webmaster's) email address. If your server (or the piwigo.com server if you are a customer) isn't allowed to send emails from this email address, the emails are considered to be unsafe.
To solve this problem, you can install the Protect Notif plugin.
Once this plugin has been activated, all notification emails sent by Piwigo will be sent from a fake email address such as "no-reply@mygallery.com
" (replace mygallery.com
by your domain name).
Therefore, the notification emails will be delivered properly.
Download Limits: Restricting the number of downloads per day
The Download Limits plugin lets administrators restrict the number of downloads per day on their gallery.
Export Data: Exporting your Piwigo gallery's data
The Export Data plugin lets administrators export data from Piwigo to a spreadsheet.
The following data can be exported:
- Albums
- Photos
- Comments
- Downloads
The data are exported in a .CSV file.
FCK Editor: Adding a WYSIWYG editor to Piwigo
The FCK Editor plugin lets you add an HTML editor with format options on most input fields in Piwigo's administration:
- “Description” fields on albums and photos
- Custom pages (available with the Additional Pages plugin)
- Custom blocks (available with the PWG Stuffs plugin)
You can see below how to format a photo's description with FCK Editor.
By default, the basic version of FCK Editor is displayed on most pages, so the available features are limited. However, it is possible to enable more features, as shown in the screenshot below.
How to enable all these features?
- If your Piwigo is hosted on piwigo.com, contact support.
- If you are self-hosting Piwigo, follow the tutorial below.
LocalFiles Editor: Adding custom code
The LocalFiles Editor plugin lets you edit Piwigo files directly from the administration.
For piwigo.com customers, this plugin only lets you add custom CSS code.
For other users who are using a self-hosted Piwigo gallery, this plugin lets you edit other files (local configuration, language files, etc).
Learn more about LocalFiles Editor
Rightclick: Deactivating right click on photos
Do you want to stop your gallery's visitors from being able to download the photos in your gallery?
First, you can block downloads for guests users (anonymous) or for some users, in the user management, as explained in this article. If you deactivate downloads, the download icon will not be displayed.
However, visitors will still be able to download photos by performing a right click > Save image as.
To deactivate this option, simply activate the Rightclick plugin.
Once this plugin has been activated, the right click on images will be deactivated in your gallery (except for administrators).
Piwishack: Integrating a photo on a web page
Do you need to integrate your photos on other websites?
With the Piwishack plugin, you can generate a HTML code for each photo, which will allow you to bring your photo to a web page.
Once the Piwishack plugin has been activated, a new icon will appear on your gallery above the photos.
One click on this icon opens a window that will allow you to retrieve multiple codes.
The first tab generates multiple HTML codes that allow you to bring the photo to a web page.
Here are the different options available:
- Show the thumbnail without a link
- Show the thumbnail with a link to the photo in your gallery
- Show the thumbnail with a direct link to the photo
- Show the normal view (normal-sized photo) without a link
- Show the normal view (normal-sized photo) with a link to the photo in your gallery
The second tab generates multiple codes in BBCode format (used mainly on discussion forums), with the same options.
Lastly, it is possible to generate custom codes.
Stop Spammers: Fighting against spam
The Stop Spammers plugin sets up an anti-spam check in your gallery. If it isn't activated, remember to do it.
AntiAspi: Banning IP addresses from your gallery
The goal of the AntiAspi plugin is to protect your gallery from robots or malicious users who could attack your site, namely to "pump out" its content.
The plugin's settings allow you to set criteria that trigger the ban of the IP address that's visiting your site, such as:
- Banning the IP address if 20 different pages have been visited within 10 seconds
- Banning the IP address if the same page has been viewed 15 times within 30 seconds
- Etc.
These criteria are customizable.
The IP addresses tab in the settings for the AntiAspi plugin lets you view the history of banned IP addresses, and add IP addresses that are always allowed (whitelist).
Cookie Consent: Adding a consent banner
The Cookie Consent plugin lets you add a banner on your website, inviting users to confirm their consent to basic cookies your gallery might leave on their computer.
It can also be used to invite users to declare their consent to the terms and conditions of your gallery.
The text, the button's text, as well as the link are customizable.
The confirmation is saved in the form of a cookie for which you can choose the validity duration.
Plugins for your gallery’s SEO
If your gallery is public, you most likely wish for its pages to be visible on Google and other search engines.
The plugins below are useful if you want to improve the natural referencing (SEO) of your Piwigo gallery.
Title: Customizing the Title tag on the website's pages
This plugin lets you customize the "Title" meta tag for all pages of your gallery.
You can customize the Title tags for the main pages from the plugin's settings.
Furthermore, you can edit the Title meta tag of each photo and each album on the editing page, with the other properties.
Meta: Customizing the meta tags on the website's pages
Apart from the Title meta, customizable thanks to the Title plugin, other tags related to SEO (Search Engine Optimization) can be set up in Piwigo, using the Meta plugin.
The plugin handles the following meta:
- author
- description
- keywords
- robots
You can set some meta tags in a global manner on all pages of the website, in the first tab of the plugin's settings.
Among others, the robots tag lets you specify whether or not you want your website to be indexed on search engines:
- if you don't want your gallery to be indexed, enter
noindex
- if you want your gallery to be indexed, enter
index
Regarding the Description meta, we recommend you set it up one page at a time. This is an important piece of information for SEO since it appears in the results on search engines.
You can edit the description meta of each photo and each album on the editing page, with the other properties.
The "Custom metadata" tab in the plugin's settings lets you add custom meta tags.
Meta Open Graph: Customizing the open graph meta tags for social media
The Open Graph meta allow you to customize the content of the preview that is shown when sharing a website's page on social media.
These data are not shown on Piwigo by default. If you share the link to your gallery, the title shown will be the gallery's title, along with a randomly selected photo.
To customize these meta tags on your Piwigo gallery, you can install the Meta Open Graph plugin.
This plugin's settings allow you to customize the Open Graph meta for each page of your gallery.
Choose a page, the home page for example, and click on "Edit Open Graph metadata".
Enter a title, a description, and choose the photo that is meant to represent the page (through the drop-down list or by entering the ID of the chosen photo in the "Metadata Open Graph link image" field).
Click on “Save”.
Now, if you share the page on social media (such as Facebook), the preview will take into account the tags you entered.
For each photo and each album, you can provide custom meta tags in the administration, on the editing page of the photo or the album.
The Configuration tab in the plugin's settings page lets you specify default settings.
Among other things, this allows you:
- to be able to set a specific image for the meta of your albums and photos (by default, we will display the photo and the album's thumbnail image)
- to set an album to choose a random photo from for the meta image tag when it is not specified
- to choose the size of the photo used
- to set the default language
- to specify the name of your website
- to enter a Facebook app ID
- to specify the type of card displayed when sharing with Twitter (Twitter Card)
- to enter your Twitter ID if you have one
Learn more about Facebook open graph meta
Learn more about Twitter Cards
Plugins to add custom code in your gallery
There are two plugins that allow you to add custom code to your Piwigo gallery.
Knowing both of them is interesting since they can work side by side.
This way, for example, you can add code in the <head> tag with the first, and in the website's footer (before closing the <body> tag) with the second.
Add < head > element: Adding code in the <head> tag
The Add < head > element plugin lets you add code (A Javascript script, for example) in your gallery's <head> tag. You can choose to activate this code in the gallery, the administration, or both.
Statistics: Adding code in the <head> tag or the footer
The Statistics plugin, made for inserting tracking code for an external statistics tool (such as Matomo or Google Analytics) in your gallery, also allows you to add code for another use.
It allows you to enter the desired code and choose whether to insert it in the website's header, in the footer, or both.
The "Exclude administrators from statistics" option allows you to not activate the code you entered when an administrator is logged in.
The "Exclude guests from statistics" option allows you to not activate the code you entered when the gallery's guests aren't logged in.
Article summary
- Admin Tools: Administrating Piwigo from your gallery
- Admin Messages: Adding a welcome message in the administration
- Protect Notification: Changing the sender of notification emails
- Download Limits: Restricting the number of downloads per day
- Export Data: Exporting your Piwigo gallery's data
- FCK Editor: Adding a WYSIWYG editor to Piwigo
- LocalFiles Editor: Adding custom code
- Rightclick: Deactivating right click on photos
- Piwishack: Integrating a photo on a web page
- Stop Spammers: Fighting against spam
- AntiAspi: Banning IP addresses from your gallery
- Cookie Consent: Adding a consent banner
- Plugins for your gallery’s SEO
- Title: Customizing the Title tag on the website's pages
- Meta: Customizing the meta tags on the website's pages
- Meta Open Graph: Customizing the open graph meta tags for social media
- Plugins to add custom code in your gallery
- Add < head > element: Adding code in the <head> tag
- Statistics: Adding code in the <head> tag or the footer
← Previous
Maintenance of your Piwigo gallery