All this was working fine, and I don’t remember anything that I might have done to change that. I’d like to get it working again! Below is the code I’m using.
Thanks,
Geoff
Variable passed from another template:
Template 1:
{embed="site/erase2 memberid="{member_id}"}Template 2:
{exp:weblog:entries site="default_site" weblog="partnership" }
{if abroad-memberid == "{embed:memberid}"}
Your partner is {title}
{/if}
{/exp:weblog:entries}(I also tried using an embed to the original site, {embed="default_site:site/erase"}, but the passed variable there is also not working.)
Auto login code was working with this line in my config.php:
$conf['multi_login_sites'] = "http://www.pinpartnership.org/index.php|http://visionarysociety.net/index.php";