Sorry for the confusion. My problem centers around users uploading files on the site using an input field. An example would be an image file. The files end up the in the correct location, but have a size of 0k and therefore will not open.
I have isolated my problem further. File names are being created in the end directory, but they are empty because the file the user is uploading is never being pulled in. Any thoughts on why this is? Thank you.
Do you get any kind of error while uploading or after uploading? Are you using elgg 1.8? Does it only happens with images? Do you have GD enabled?
Did you try turning off third party plugins or themes?
Rodolfo Hernandez
Arvixe/Elgg Community Liaison
You could try Profile Manager plugin to add more fields to the registration form:
http://community.elgg.org/pg/plugins/project/385114/developer/jdalsem/profile-manager
Rodolfo Hernandez
Arvixe/Elgg Community Liaison
I'm not entirely sure *where* you're trying to do this but perhaps you're looking for $vars['entity']->site_guid instead
First, it's generally a very bad idea to alter core functions, and the change you're talking about will break this function.
It's not working because $vars is only available in views.
What is your end goal? You can already specify the relationship guid and inverse the relationship, so I don't understand what you're trying to do.
[Moderator: this comment was off-topic. It was moved to a more appropriate topic.]
Also, please only post your question to a single forum. Asking multiple times splits the question and answers and makes it difficult for people to help you.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.