I downloaded for Dolphin from openinviter.com and did all the easy steps.
1. Copy inviter.php to your Dolphin root.
2. Copy the OpenInviter directory to your Dolphin root.
3. Create a new hiperlink (in the main menu or anywhere else) which points to "/inviter.php"
That's all. Have fun.
4.Run postinstall.php and after that delete it.
Then I run mysite.com/inviter.php and I see "Invite Your Friends" and nothing else. No form.. no buttons.. nothing. Did anyone get it to work on Dolphin 7? Let me know. Everyone should get this. :D

|
I can confirm that openinviter work properly for D7. I even perform own integration |
Even for me getting the same..
just like Patrick81 said . Can any one have the solution.
thanks
|
I am not even getting that far. When I try to install it or try to go to mysite.com/inviter.php it keeps saying 'profile not available for view'. |
mine said profile not available for view as well... i followed all the instructions that come with the download...
any ideas?
|
Me too, did what was required and nothing?
Can't anyone help in this community? Thus the word Community? (HELP)
Giving us a link to purchase a mod script that may or may not work isn't any help?
Oh the times I've been scammed by fake script 
PLEASE SOMEONE WITH COMMUNITY SPIRIT PLEASE HELP
|
i have the same problem like patrick81
|
I'm Having Same Problem Too Ive Even Asked Agent To Install But No Luck I Had This Working On pHpizabi Is there a fix for this yet anyone having any luck with this to integrate with dolphin Ive used this in phpizabi and it is really good and worth installing shame it dose not work with dolphin just yet http://lookscarpy.x10.mx Social network dedicated to carp anglers |
it works fine for me.. have been using it for few months now... which version are you using.
if you are using the one for dolphin. that does not work. i think that is only meant to be for D6.1.6. use their standard version. that works like a charm.
message me if you want to test it on my site. i will message you a link.
I downloaded for Dolphin from openinviter.com and did all the easy steps.
1. Copy inviter.php to your Dolphin root.
2. Copy the OpenInviter directory to your Dolphin root.
3. Create a new hiperlink (in the main menu or anywhere else) which points to "/inviter.php"
That's all. Have fun.
4.Run postinstall.php and after that delete it.
Then I run mysite.com/inviter.php and I see "Invite Your Friends" and nothing else. No form.. no buttons.. nothing. Did anyone get it to work on Dolphin 7? Let me know. Everyone should get this. :D

Regards........ M.Chauhan U.K. |
Ok I had the same issue.
This is how i fixed it
1. in config.php i set: "stats"=>TRUE,
to "stats"=>FALSE,
This stopped the error I got because it
couldnt find the openinviter_stats.sqlite file. I dont know of a fix
for this as I just wanted to get this thing working.
2. the
inviter.php file i changed to the code below. I used template 129 as it
fit for what I needed. There doesnt seem to be a template "0" which
the code called for and therefore the page was blank. I hard coded the
invite friends text in there as it was a quick fix for me.
<?php require_once(
'inc/header.inc.php' ); require_once( BX_DIRECTORY_PATH_INC .
'design.inc.php' ); if ( !( $logged['admin'] = member_auth( 1, false )
) ) if ( !( $logged['member'] = member_auth( 0, true ) ) ) if ( !( $logged['aff'] = member_auth( 2, false )) ) $logged['moderator'] = member_auth( 3, false );
require_once('OpenInviter/frontend.php');
//
$_page_cont[0]['page_main_code'] = $contents; // $_page['header'] =
_t( "Invite your friends" ); // $_page['header_text'] = _t( "Invite
your friends." );
$_page['name_index'] = 129; $_ni =
$_page['name_index']; $contents = '<div
class="disignBoxFirst"><div class="boxFirstHeader">Invite your
friends</div>' . $contents . '</div>'; $_page_cont[$_ni]['page_main_code']
= $contents; PageCode(); ?>
~~Mike ~~ This Signature is missing something :( |
Thanks for the detailed post Mike. Just used it on v7.0.3 and works like a charm!  Gloria Grayson |
hi guys i m using 7.04
installed open inviter
but giving some errors
also facebook and few others are not working
please check this link
http://www.jainsworld.com/azure/inviter.php
|