maxa11an Posted March 14, 2013 Share Posted March 14, 2013 I'm sorry if this have been asked before... I'm trying to make a way to enable only uploading (of images) for a specified user role - this is working! I might have missed this part, but is there any possibility to get the uploader's user information from an specific image that the user has uploaded? Link to comment Share on other sites More sharing options...
diogo Posted March 14, 2013 Share Posted March 14, 2013 I'm in a hurry now, but try var_dumping the image and look for that info there: var_dump($page->images->first()); Link to comment Share on other sites More sharing options...
ryan Posted March 16, 2013 Share Posted March 16, 2013 I might have missed this part, but is there any possibility to get the uploader's user information from an specific image that the user has uploaded? User information is not stored with files/images at present. However, you may want to install Teppo's Changelog module and Netcarver's Field change notifier module, which may accomplish some of what you are looking for. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now