Well adding to my own reply I hope I got this correct, necessity is the mother of invention I guess.
In the english.php file I added
Code:
Content visible to verified customers only.
Then in showproduct.php around line 208-209 it says
Code:
Content visible to verified customers only.
I add under it $addedby = $user; declaring the variable so it looks like
Code:
Content visible to verified customers only.
In the vb3 enhanced showproduct.tmpl around line 72 it says
Code:
Content visible to verified customers only.
I replaced it with
Code:
Content visible to verified customers only.
Seems to work okay and shows under the title of the product the user who submitted the review- see
example here and look for the Submitted by text under the title.
As I know hacks are no longer supported I thought this may help some who are interested.
Chuck, if you see any major errors in this please let me know.
Mike