If you delete a user from the system, this will mean you have 'orphan' articles, categories, and other items within Joomla, which creates problems and you can no longer save those records, unless the create by is changed.
if you want to remove a user from the system, you have to write manual SQL queries to re-assign the created by to a different author for:
There should be an ability to batch the change create by author for Articles, Categories, and other items as needed.
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
Feature
|
And to complete the list - Here is my plugin for this problem:
https://github.com/joomtools/plg_system_jtchuserbeforedel/releases/tag/1.0.1
FYI: It should also work in Joomla 5, but I haven't tested it yet.
FYI: It should also work in Joomla 5, but I haven't tested it yet.
I just tested it in a 5.3-beta2 and it works. Really well, in fact!
FYI: It should also work in Joomla 5, but I haven't tested it yet.
I just tested it in a 5.3-beta2 and it works. Really well, in fact!
To confirm, this is in Joomla 5.3? That would be great, thank you!
Just for history a (closed) example: #18160.