Skip to content
#

Content Management System

A content management system (CMS) is a piece of software which provides website authoring, collaboration, and administration tools that help users with little knowledge of programming languages create and manage website content.

Here are 1,335 public repositories matching this topic...

PrestaShop
twill
antonioribeiro
antonioribeiro commented Feb 20, 2020

A nice addition would be not to let people to upload duplicate image files to the libraries. Just compute and store a hash of the file during upload, and search for the hash before adding anything to it.

Maybe also add a configuration key to that too, because sometimes people might want to have duplicates instead.

carlos-andres
carlos-andres commented Jun 16, 2020

On the brand logo link replace the / href with . <?php echo Yii::getAlias('@backendUrl') ?>

<a href="<?php echo Yii::getAlias('@backendUrl') ?>" class="brand-link text-center <?php echo $keyStorage->get('adminlte.brand-text-small') ? 'text-sm' : null ?>">

in some cases for single domain some links not work correctly.

Thanks a lot

nadar
nadar commented Jan 13, 2017

As LUYA will enhanced continuously, some translations will be added from time to time, therefore i created this issue in order to see who did translations and everybody can subscribe to the issue to get notified when new translations came up.

In order to help us extend LUYA translations or fix incomplete translations please take a look at the linked files below.

If you like to make a n

You can’t perform that action at this time.