Forums / General / rssimport + approval

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

rssimport + approval

Author Message

Tomas Trnka

Tuesday 28 March 2006 7:36:06 am

Hello,

i have problem with rssimport:

In workflows i have event (before publish) - Event/Approve (Sections: Standard, Users without approval: Administrator users). In RSS import i set up following: Imported objects will be owned by: Administrator User (this user is a member of Administrator users).

.. the problem is, that imported obects are not published, but moved for approve to collaboration section .. and the author is Anonymous User.

Without this settings are objects normally published with owner Administrator User.

.. any ideas, how to solve this problem?

Exponential version: 3.7.0

Tomas Trnka

Wednesday 29 March 2006 5:35:35 am

I put this in runcronjobs.php, after the line with '$script->setUseSiteAccess( $siteaccess );'

$script->setUser('admin', '************');

I don't how good solution it is, but it works fine now.

Anybody have a better idea?