
Originally Posted by
baadier
Im using the RSS Reader to import feeds and currently the all the posts get attributed to Administrator regardless of whether i change the username. Some of the feeds have real bloggers attached to them so the attribution is important.
I don't use AutoReader so it's hard to say, but scanning the code, I see line 692 in /libs/autoreader_functions.php:
PHP Code:
'author' => $h->cage->post->testAlpha('campaign_author'),
"testAlpha" will only work if the username is strictly aA-zZ. Maybe your users have numbers, hyphens or underscores in their names?
If so, try changing it to "testUsername" instead of "testAlpha". You may have to reassign the feeds to their authors to get the campaigns to update themselves.
Bookmarks