Fallback members table
By Paul
0/5 based on 0 votes. The median rating is 0.
By Paul
Suppose you're running multiple WSN scripts (or multiple installations of the same script). You want to let people login with their username/email at script A, but if there's no such username/email in the members table of script A you'd like to check script B's members table.
In your tweaks.php, add a line
$fallbackmembers = 'otherscript_members';
That's all there is to it.
This feature doesn't support non-WSN scripts at the moment, be sure to express your interest if you'd like integration files to work as fallbacks.
In your tweaks.php, add a line
$fallbackmembers = 'otherscript_members';
That's all there is to it.
This feature doesn't support non-WSN scripts at the moment, be sure to express your interest if you'd like integration files to work as fallbacks.
Rating:
0/5 based on 0 votes. The median rating is 0.
Submitted: 08/28/07 (Edited 10/18/08)
Description: Using two members tables at once.
Views:
168 views. Averaging 0 per day.
In the most recent 30 day period, there've been 0 views.

Print
E-Mail