Hi
I have a php-script here that transfers contents out of my old website project into modx ressources. It executes some sql-inserts into the modx_content_table & tvvalues with data collected in my old datastructures.
Now i got everything together except the content-alias. What is the best way to execute the Transalias plugin on my new ressources.
Is there a way to create a modx-event which can be catched by the Transalias plugin as soon as i added the ressource into the modx-db?
Or can the DocManager genereate aliases on all documents with empty aliases?
Any ideas?