Fallback members table
Fallback members table
By Paul
28/08/07 (Edited 18/10/08)
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
28/08/07 (Edited 18/10/08)
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 | 172 views. Averaging 0 views per day. |
| Similar Topics |