Ilya A. Zhulin
Ilya A. Zhulin
@sebastienheraud, I'm sorry, but it doesn't work this time also with new version. As I see "Menu Item Target" parameter has lowest priority with "Redirect"option in Content Type Configuration.
The same thing after fresh installation SEBLOD rp6 to Joomla 4.2.3
Hi, it's a problem with PHP 8+ correct this row with this: ```if (strpos($config['item']->storage_table ?? '', '#__cck_store_form_') !== false) {```
Also you can fix possible problems from these [pulls](https://github.com/Octopoos/SEBLOD/pulls/Ilya-Zhulin)
As a temporary solution add ``` ?? ''```after third parameter of function. I hope that developers assigned it and fix in next release
Any notes? I see that this problem does through the time...
It is compatible. I use it in projects. What settings do you use in this search? If you tried to show this list not in module but in menu point?...
@sebastienheraud This problem is actual with Seblod 4.4.
What's the problem to fix it? This is real problem and I prepared a solution - why do you wait more then half a year?
I havn't done it in J5+, but as I know Joomla Team made CLI better. There are many cases when Joomla is used as backend, and frontend produced by another...