Message Text |
Paul,
I'm testing integration of two WSN Links 4.0.6 installations at my local PC,
switching the Member system integraton to WSN Links at Settings.
For installation A the 'links' member variable means Products and for the installation B 'links' member variable means Companies.
If I consider the installation A as of the base members table, when entering to the installation B, memberlists will show the 0 variable counting the Products but not the Companies, so I have added to the wsnlinks.php integration file of installation B:
$memberstable = 'wsnlinks_4_0_6_A';
$newlinks='links_companies';
Then I have added the member variable 'links_companies' to the installation A.
But now when adding links no value is showed at the {MEMBERLINKS_COMPANIES} variable used at memberlist.tpl
What can I be doing wrong ? |