Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Invite Friends
Invite Friends
0
Comments
All I get is a blank page :-(
Posted: Tuesday, 13 March 2007 at 2:28PM (AEDT)
At the top of the default.php, I made it look like:
if (!defined('IN_VANILLA')) exit(); include($Configuration['APPLICATION_PATH'].'extensions/InviteFriends/config.php'); //include('config.php');
Then I change the Render_ValidPostBack function to look like:
function Render() { //_ValidPostBack if ($this->IsPostBack) { include('extensions/InviteFriends/template.php'); } }
I think that should get you going.
Your Invitation was sent to 2 friend(s).
Activated it, however it will not show-up in the links or control panel.
Please Help.
Please help.
Your solution works. Thanks