vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - OpenInviter Intergration (https://vborg.vbsupport.ru/showthread.php?t=211677)

apnifry 06-01-2009 04:14 AM

how to integrete referral link in openinviter. ? BTW : THanks for this plugin.

maidos 06-03-2009 04:25 PM

thanks but it does not work with hotmail.co.uk

maidos 06-04-2009 04:09 PM

on quicklinks exactly where do i find the code for invite friends`?

UltraFanatics 06-06-2009 07:59 AM

Quote:

Originally Posted by maidos (Post 1822828)
thanks but it does not work with hotmail.co.uk

Is it working now mate? I pretty much want this for hotmail and facebook!

UltraFanatics 06-08-2009 04:59 PM

Anyone?

tscargo 06-10-2009 07:48 AM

Quote:

Originally Posted by maidos (Post 1822828)
thanks but it does not work with hotmail.co.uk

Make sure you have loaded the latest plugins, you can download them by calling the autoupdate.php script via your browser.

I recently sent in a fix to the development team, and they said it was implemented now.

Taco

tscargo 06-10-2009 08:46 AM

Quote:

Originally Posted by maidos (Post 1822828)
thanks but it does not work with hotmail.co.uk

Make sure you have loaded the latest plugins, you can download them by calling the autoupdate.php script via your browser.

I recently sent in a fix to the development team, and they said it was implemented now.
I just tested it and it works flawlessly with any domain now.

Taco

accludetuner 06-11-2009 02:35 AM

Quote:

Originally Posted by BBR-APBT (Post 1795041)
I am working on it later today to generate a Referral Link.

I've been trying that myself without much luck. Here's what I have but it's not working.

in OpenInviter/config.php
PHP Code:

<?php
require_once('/path/to/my/forum/global.php');
$url "index.php?referrerid=" $vbulletin->userinfo['userid'];
    
$openinviter_settings=array(
        
"username"=>"blah",
        
"private_key"=>"11111111111111111111111111111111",
        
"cookie_path"=>'/mycookiepath',
        
"message_body"=>"You are invited to blah.com!  Please use the following link to visit the site: $url"// www.blah.com is the website on your account. If wrong, please update your account at OpenInviter.com
        
"message_subject"=>" is inviting you to www.blah.com"// www.blah.com is the website on your account. If wrong, please update your account at OpenInviter.com
        
"transport"=>"curl"//Replace "curl" with "wget" if you would like to use wget instead
        
"local_debug"=>"on_error"//Available options: on_error => log only requests containing errors; always => log all requests; false => don`t log anything
        
"remote_debug"=>FALSE //When set to TRUE OpenInviter sends debug information to our servers. Set it to FALSE to disable this feature
    
);
    
?>

In the invite email it will show:
Quote:

You are invited to blah.com! Please use the following link to visit the site: http://www.blah.com/index.php?referrerid=
but 'userid' is not getting passed :(

Awesome mod BTW, even with the openinvitaion quarks and issues. ;)

BBR-APBT 06-11-2009 05:18 PM

I will work on this in the next few days for a update. Which will include the referrer link.

accludetuner 06-11-2009 07:53 PM

Awesome! Thank you!

One other suggestion I could make since I plan to do this on my site is to be able to change where the "Invite Friends" link is. Instead of in the "Quick Links" drop-down, I plan to put it in the actual navbar and in the footer navbar.


All times are GMT. The time now is 09:08 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01346 seconds
  • Memory Usage 1,748KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete