I could not find anything about it in previous posts but maybe missed something. I would like to use another table - not the default one - where LinksSQL will check user data. The fields are almost the same but I could not find the place where I can overwrite the prefix. I was looking for something like:
$table = $prefix . $xyz;
# to add the following:
if ($xyz eq "Users") {$table = "somethingelse";}
Thanks and regards
Niko
Code:
$table = $prefix . $xyz;
# to add the following:
if ($xyz eq "Users") {$table = "somethingelse";}

Thanks and regards
Niko