Posted by sgriffin on January 3, 2009 at 2:37pm
| 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
Good call,
Here's a patch that does what you said.
--Works for me.
#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
Included in latest commit, release forthcoming. Thanks!
#6
Automatically closed -- issue fixed for 2 weeks with no activity.