All plugins
BrandingUIstable · v1.3.75released Jun 4, 2026

Logo Suite

Customize the YOURLS admin panel with your own logo and title.

Overview

Logo Suite lets you replace YOURLS' default branding with your organization's logo, title and colors. Quick setup, no core modifications, perfect for white-label setups.

Key features

  • Custom logo in the admin panel.
  • Configurable title and branding without touching the core.
  • White-label setup for agencies and internal teams.
  • Zero external dependencies.
Quick install
1cd user/plugins
2git clone https://github.com/gioxx/YOURLS-LogoSuite
3# Activate 'Logo Suite' from the admin panel
YOURLS min1.7.9+
PHP compat7.4 / 8.x

If YOURLS doesn't have write permissions on the plugins directory, Plugin Manager will show an error like “Automatic installation is not possible because YOURLS cannot write to …/user/plugins”. In that case you can install manually over SSH — run these commands inside your plugins directory:

SSH
1wget -O YOURLS-LogoSuite-1.3.7.zip "https://api.github.com/repos/gioxx/YOURLS-LogoSuite/zipball/1.3.7"
2unzip YOURLS-LogoSuite-1.3.7.zip
3rm -rf YOURLS-LogoSuite/
4mv gioxx-YOURLS-LogoSuite-*/ YOURLS-LogoSuite/
5rm YOURLS-LogoSuite-1.3.7.zip

Alternatively, download the ZIP above, extract it locally and upload the folder via FTP/SFTP.

Changelog

What's changed

  • Fix i18nBack to top nel footer non era wrappato in yourls__(): ora è correttamente localizzato
  • Fix i18n — Il msgid di Keep "(YOURLS)" after the custom title usava virgolette tipografiche Unicode nel file .po/.pot, mentre il PHP usava virgolette ASCII standard → mismatch che impediva la traduzione; ora allineati
  • Aggiunta traduzione Back to topTorna all'inizio (it_IT)
  • File .mo ricompilato

Other plugins