Credits:
View Jerome Bakker's plugins
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.
WoW :)
Thats quiet interesting :)
Thanks for the new year gift :)
I was thinking on another level as to can this plugin be moded to a family tree plug :)
Nice! I might recommend this plugin to my client. :)
Hello Jerome,
When I enable the plugin nothing changes. I've tried it on 1.7.1 and 1.7.3.
I had the folder plugin enabled previously, nothing changes if I enable or disable it with respect to your plugin.
Any ideas?
@Canterbury: there should be small differences. If you check the screenshot you should be able to see some differences.
Did you disable the folder plugin?
There is a menu item for the folders (your folders, group folders)
@jaxcatz - I woke up this morning wondering if I could find a family tree plugin. So I am also interested in this question also.
Regardless, very nice plugin, thanks @Jerome Bakker
@survtime there is actually a family tree plugin in elgg
http://community.elgg.org/pg/plugins/project/384792/developer/ferg/genealogy
but its quite old and basic :(
@jaxcatz - that's great, thanks!
Hi Jerome,
I've updated to 1.7.6 and now it works.
Didn't work for me on 1.7.1 or 1.7.3
Great plugin!
Will this work with smart files?
No seem to worky with smart files....sigh, or could be some other hangup on my plugin drama scene...
I use it with the smart files plugin. Seems to work fine...
@ TahoeBilly. I'm using Smart Files and Folder plugins with File Tree with no conflict.
Okay I now see that maybe this only works with new uploaded files?? I see a "main parent" selection on a new upload, I still see no tree or anything else...
@TahoeBilly: It should work when uploading a new file or editing a file. Furthermore you should see a menu item "Your folders" when you are in Files.
As an admin you can choose to replace the "Your files" view with the "Your folders" view (yuo can see this on the first screenshot).
Hi,
did anyone get it work in 1.7.1? I really would like to use but upgrading would be very complicated at the moment. After enabling it nothing changes here as well.
I haven't had it working yet. It may be a plugin conflict or maybe you I need to upgrade. I am on 1,7,4 on no go so far. I will keep trying.
Great plugin Jerome, and thanks for the credits.
I am not sure if this is version related, but I am running v1.7.4 of Elgg and for some reason, when visiting the file tree view ("pg/file_tree/list/2"), the links for "Your files" and "Upload a file" are incorrectly created.
They currently are (in /file_tree/pages/list.php, on line 76 and line 82):
However, those links produce empty white pages. I have changed the links to the default which are:
and no longer create white pages.
Cheers,
Sean.
@Sean Donovan: you're correct it's a version issue. Elgg reworked the url structure for it's core plugins (blog, pages, file, etc) in (I think) Elgg 1.7.5
Since we developed this plugin on Elgg 1.7.6 we use the new structure. If at all possible please upgrade to the latest version of Elgg. It also contains some security fixes.
Hey i got it working in 1.7.4 but when someone clicks in the Files link in top bar, when not signed in, it gives the error: Fatal error: Call to a member function getGUID() on a non-object in /home/ubilive/public_html/mod/file_tree/start.php on line 40
Line 40:
if(get_plugin_setting("replace_file", "file_tree") != "yes"){
if($context == "file"){
if($page_owner->getGUID() == get_loggedin_userid()) {
add_submenu_item(elgg_echo("file_tree:menu:mine"), $CONFIG->wwwroot . "pg/file_tree/list/" . $page_owner->getGUID());
} else {
add_submenu_item(sprintf(elgg_echo("file_tree:menu:user"), $page_owner->name), $CONFIG->wwwroot . "pg/file_tree/list/" . $page_owner->getGUID());
}
}
How i fix this? or in other way remove the link when the user is not signed in?
Tks