We need a distinctive mark in the inserted postid. I took a look at the postid field in
vB's reputation table and is INT type with a lengh of 11 characters so a letter is out of the question, but a number is not.
I'm a MySQL illiterate but can we precede every Gallery postid with a 0 (zero)?
It wouldn't change the way
vB handles reputations or the db in any way but could make a clear distinction between Gallery and Forum postids. Then if some work needs to be done to distinguish what is what, it could be done in Gallery's side.