Project:Imagefield Import
Version:6.x-1.3-beta1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Should be...

function _imagefield_import_create_node()

+$global user;
+$node->uid = $user->uid;
+$node->name = $user->name;

Comments

#1

Status:active» needs review

Good call,

Here's a patch that does what you said.

--Works for me.

AttachmentSize
ii_node_owner.patch 720 bytes

#2

Works for me too, though take notice that the original post has a typo (that's not in the patch fortunately):

the "$" goes in front of user, not global, in the first line "+$global user;"

#3

bump

I found this issue while searching to see if there was an issue about making a user interface other than the admin interface for importing images.

@vordude: would you like me to put in a separate feature request for creating a page for normal users to use?

#4

This works for me, so far.

#5

Status:needs review» fixed

Included in latest commit, release forthcoming. Thanks!

#6

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here