Updated David F. Barrero's SNA4Elgg (https://elgg.org/plugins/1614744) to support 2.x
View Rohit Gupta'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.
It doesn't work with Elgg 2.2. I got a "Fatal Error" message in graph file
Can you share the error log for the Fatal Error.
Hi all! I found a bug that prevented this plugin from running. It's strange that the author made such a school mistake) So:
The bug is caused by the fact that after the file is returned to the browser, the connection is not terminated and elgg appends the redirect code to the html file to the back page where the call came from. This is the standard behavior of elgg.
To get rid of the bug you need:
1) open the file mod \ sna4elgg \ actions \ sna4elgg \ download.php
2) after calling the unlink function, add "exit;"
3) Profit
P.S. I advise the author to learn the basics of php and make corrections to the plugin.
Thanks Belkir, Here the author of the plugin:
David F. Barrero's SNA4Elgg (https://elgg.org/plugins/1614744)
I just made it compatible with Elgg 2.x
Maybe that causes the graph.gexf file to just have this?
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url=http://elicinet/sna4elgg" />
<title>Redirecting to http://elicinet/sna4elgg</title>
</head>
<body>
Redirecting to <a href="http://elicinet/sna4elgg">http://elicinet/sna4elgg</a>.
</body>
</html>
So. please anything idea to correct this error I will be grateful. Thanks everybody
I just verified what you mentioned Belkir
and that caused me the error mentioned above.
I just wanted to say thank you Belkir
Hi, I come back with other question.
Sna4elgg retrieves the user's name, now I want to retrieve other user data, my question is:
Where do I modify to recover other data? because the users of my social network have a rating associated with them that the administrator grants them, so I want to recover that data.
Please, if you can help me.