Fallback members table
Fallback members table
By Paul
08:28:2007 (Edited 10:18:2008)
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.
By Paul
08:28:2007 (Edited 10:18:2008)
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.
| Description | Using two members tables at once. |
| Rating | |
| Views | 174 views. Averaging 0 views per day. |
| Similar Articles |