I work on a custom Joomla 3 module that creates articles programmatically based on user input. I can create the articles, but I could not find a way to set the article options and associations when the article is created. I found this article on where the options are stored in the Joomla DB, but […]
- Tags `title`, 'alias' => $alias, 'fulltext' => $intro, 'introtext' => $summary, 'JTable', 'language' => $jlang, $excluded, $imageStr) { $table = JTable::getInstance('Content', alias, array()); $jcat = $loc->get('jcat_id_tour'); $jlang = $lang->get('joomlaName'); $intro .= "{loadposition gngscrollarticle}{loadposition, but I could not find a way to set the article options and associations when the article is created. I found this article on where the options, but I would prefer not to write the DB directly, GNGLang $lang, I work on a custom Joomla 3 module that creates articles programmatically based on user input. I can create the articles, if possible. I would also need a solution to create associations for the newly created articles. For your reference, included, intro, State 0, summary, title = '$title', W. static function createArticle(GNGLocation $loc, you can see my current source code below. Thanks