I have your product installed, but I'm having a problem where the comments are not showing.
Running:
VB 3.7 Beta 4
Photopost VBGallery 2.4.2
(Had same problem with 3.6.8)
I have a plug-in called "Guest First Post Only" that only allows guests to view the first post on the forum and it requires you to add these lines. The first at the very beginning of postbit and postbit_legacy and the second at the very end of postbit and postbit_legacy
Code:
Content visible to verified customers only.
Code:
Content visible to verified customers only.
I also had the same problem with VBadvanced Dynamics and the had me do this to the beginning and it now works.
Code:
Content visible to verified customers only.
If there is a way to add another "OR" statement to that to allow me to show comments, it would be appreciated.