Interesting problem, and looking for your suggestions.
This is made kinda hard because vbb doesn't allow you to choose table prefix names or define the names of table in variables (something that I hope happens in vb3).
My initial thought was you could physically symlink the mysql file of the two user tables but I don't know a lot about this... would this cause an increased risk of corruption or is this safe?
Or is there a better way of achieving this?
This is made kinda hard because vbb doesn't allow you to choose table prefix names or define the names of table in variables (something that I hope happens in vb3).
My initial thought was you could physically symlink the mysql file of the two user tables but I don't know a lot about this... would this cause an increased risk of corruption or is this safe?
Or is there a better way of achieving this?
Comment