@paf wrote:
Hi I use the native Import/Export Plugin to mass import Articles. Now I want some Articles not to be published but still imported. I can do that with whole issue like that:
<issue identification="blub" published="true">
Can I archive this for single Articles? The only thing I found is
$node = $articleNode->getChildByName('open_access'); $publishedArticle->setAccessStatus($node?ARTICLE_ACCESS_OPEN:ARTICLE_ACCESS_ISSUE_DEFAULT);
(line 870 in NativeImportDom.inc.php)
so I put
<open_access>true</open_access>
in my XML file, but it does not hide the article if this tag is omitted, so I guess this tag it's something else?
Any ideas? Thank you in advance!
Posts: 4
Participants: 2