Warning: This plugin has't been updated in over 53 years. It may no longer be maintained.
What you can do to help:
This plugin is a fusion of Curverider´s Invitefriends Plugin and Invite Friends module from Openinviter API. You can, in the same form, invite your friends in the old way, typing one e-mail per line, or invite your friends using Openinviter API.
Features:
Installing:
Unzip the plugin in the "mod" folder, download the latest version of Openinviter API from http://openinviter.com/download.php and unzip in the \vendor\openinviter folder.
Configuring:
Disable the original Invitefriends plugin. Edit the file \vendor\openinviter\config.php like the example below. You will need a User Name and Private Key. You can get it registering in openinviter.com website.
Example:
<?php
$openinviter_settings=array(
"username"=>"YourUserName", //Your login in the openinviter website.
"private_key"=>"YourPrivateKey", //Your private key.
"cookie_path"=>'/home/admin/tmp', //Path to store cookies and plugin cache.
"message_body"=>" "
"message_subject"=>" "
"transport"=>"curl", //You can use wget too
"local_debug"=>"on_error",
"remote_debug"=>FALSE,
"hosted"=>FALSE,
"proxies"=>array(),
"stats"=>TRUE,
"plugins_cache_time"=>1800,
"plugins_cache_file"=>"oi_plugins.php", //Plugin cache filename.
"update_files"=>false,
"stats_user"=>"", //Required to access the stats
"stats_password"=>"" //Required to access the stats );
?>
Final notes:
View Ray J'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.