Answer the question
In order to leave comments, you need to log in
Which CMS is suitable for a file directory?
Hello everyone, I need to choose cms in which it will be possible to have a file directory, there is a similar one on ucoz, but this is the last century and I don’t want to deal with this cms hosting. WD, Joomla, tried to adapt to them, but there is no file directory, yes, I know it can be done with modules and extensions, but I did not find an extension that would completely suit me. If you have suggestions for these CMSs, please suggest extensions for them.
The most important thing you need is to be able to specify a link to download the file with the button in the creation of the news or just download the file. I will attach an example of what is more or less necessary.
Hope there is something like that.
Answer the question
In order to leave comments, you need to log in
In a couple of hours, you can build a WordPress plugin with the desired functionality.
And so, I recommend Modx. There, in terms of customization, it is simpler than in any other engine.
You don't need cms. This functionality is written by hand in an evening
Copy to notepad, save as html and open in browser
<!DOCTYPE html>
<html>
<head>
<title>Страница с новостью и файлом</title>
</head>
<body>
<div>
<h1>Планировка комнаты</h1><br>
<h3>Описание</h3>
<p>Это написано всего за минут 5</p>
<a href="http://komotoz.ru/kartinki/images/kartinki_pro_lubov/kartinki_pro_lubov_17.jpg">Это может открыться в браузере</a><br>
<a href="http://komotoz.ru/kartinki/images/kartinki_pro_lubov/kartinki_pro_lubov_17.jpg" download="download">Это принудительно скачается, но с картинкой не сработает</a>
</div>
</body>
</html>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question