Hi all, I'm very new here. I wrote some very basic ext for joomla! and phpbb3 but I'm not a programmer!!
After looking for a social network software I landed here mainly for 3 reasons:
elgg is open source, it seems to be fast, it's very simple for the user with a clean interface. I'm trying to customize default template, and it is smooth. I looked into the features and they fit for my project.
The only concern is about file plugin. The only way to limit upload size is in php.ini. No way to assign a kb quota for users and restrict file types. Doing the most basic maths this will full my vps space in a handful of days...
I don't know if it can be a foolish idea, but I would like to see an image gallery using remote images. So the users can just host them in flickr, picasa, etc. and link them. It is actually possible in pages, blog even here in this message...
I have no idea if gd can handle such remote image to create thumbnails (even I saw something similar in some popular sites, not to mention google does)
Anyone can suggest me if starting to mod file plugin could be any easy - hard - impossible? just in order to replace the file upload field with the url of a remote img.
thanx
ricc.
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.
- chambo67@chambo67

chambo67 - 0 likes
- rufuz@rufuz

rufuz - 0 likes
You must log in to post replies.Try this, not sure if there ios going to be a version for 1.5 but maybe the mod maker maybe able to help you
http://community.elgg.org/pg/plugins/dave/read/95/simple-flickr-widget
thanks chambo, its code could be inspiring.
As far as I get, the override engine is site wide... I mean, I can add views of a plugin just creating them in the plugin folder. In the specific case I want the plugin show outside profile too, in the login page for instance... and in the tools menu. Have to learn.... I'll try it... thanks!!
ricc.