Иван Бочкарев

Иван Бочкарев

С нами с 11 июня 2013; Место в рейтинге пользователей: #11
Иван Бочкарев
20 сентября 2020, 21:23
+2
Оставлю здесь свой комментарий из группы MODX в Facebook:

On behalf of the Russian-speaking community and on my own behalf, I will say the following, as I see the situation at the moment:
— We do not have a leader (motivator) who will pull the project along. Unfortunately this is the case.
— We do not have a roadmap for development and we know what needs to be done to achieve the next release.
— Low community involvement in the process.
— 5-6 people are actively working on the project, who do not receive any benefit for it. If they paid something for their work. Then the result would be different and involvement.
— At the moment, according to the majority of our community, MODX 3 has nothing new to offer except for the admin, refactoring, installer and admin login page. We are far behind in technology from other systems.
— We do not have a full-fledged REST API.
— A lot of money and hours went into the development of FRED — which did not receive support from the site developers. In our Russian-speaking community on it, only a few did something.
— Sterc refused to develop

My suggestions:
— Change the attitude of the MODX LLC to the project and take everything into your own hands, and not by chance.
— Create a transparent roadmap, which will be divided into sprints and every week — two will show progress on implementation.
— Refine some points: add a composer, bring up to modern PSR standards, remove elements from the base, refuse, make a full-fledged rest api, after which we will not need ExtJS and we can make a normal convenient admin panel on the same VueJS
— It is necessary to attract (hire) developers for writing code, testing.
— Speed ​​up the release process
— To update the work of the modx.org site, where there will be news about the achieved process.

Small steps can achieve a goal than not understanding where we are going.

Training, manuals and all that are good. But the post we are commenting on is not about that.

And of course, many thanks to the guys who are working on the project!
Иван Бочкарев
19 сентября 2020, 10:13
0
Посмотрите Функции обратного вызова, а именно событие pdopage_load
Иван Бочкарев
16 сентября 2020, 13:24
+1
Присылайте PR — рассмотрим.
Василий давно не занимается minishop2 — он на данный момент поддерживается сообществом.
Иван Бочкарев
12 сентября 2020, 19:00
-1
@Володя я думаю обновит в таком случае. У меня пока все работает с этим допом.
Иван Бочкарев
03 сентября 2020, 11:10
0
Вам объяснили раз 5-ть наверное про обновление дополнений…
Тыц
Иван Бочкарев
25 августа 2020, 10:36
0
Голая-то встаёт нормально, но при установке первого же пакета начинаются проблемы
Так таковой совместимости и не будет. Дополнения нужно дописывать для работы с новой версией MODX.
Иван Бочкарев
24 августа 2020, 15:25
0
Если хотите экспериментировать то берите с github. Так как там самые последние изменения. А так для продакшена использовать ещё рано.
Иван Бочкарев
24 августа 2020, 13:30
0
Вы используете не ночную сборку.

Просто сравните changelog:
fabio-donati.ru/core/docs/changelog.txt
github.com/modxcms/revolution/blob/3.x/core/docs/changelog.txt
Иван Бочкарев
02 июля 2020, 11:47
0
Меня он тоже не любит, минусит =)))
Иван Бочкарев
27 июня 2020, 07:18
0
Потому, что не корректный синтаксис: Date format
Иван Бочкарев
25 июня 2020, 06:29
0
Можешь над этим
{if $files?}
указать
Иван Бочкарев
21 июня 2020, 17:18
+2
Попробуй добавить переменную и ее подставлять. Примерно так:
{set $link_product = $id | url}
и выводим:
<a href="{$link_product }"><img src="{$file['330x330']}" alt="{$file['description']}" title="{$file['name']}"></a>
Иван Бочкарев
15 июня 2020, 01:25
0
{if $price}
<div class="price mt-1">{$price} ₽</div>
{else}
пишем, что вам нужно
{/if}
Иван Бочкарев
13 июня 2020, 20:52
0
Как вариант:
{if $.get.page? < 5}
{'page.nav' | placeholder}
{else}

{/if}
Но, это только скроет пагинацию.