It seems like no one wants to help and I can't delete my post either so I had time today to browse the code and get answers to some of my problems:
Problem 2:
Edit templates/showproduct.php:
Look for:
Code:
Content visible to verified customers only.
Below it add:
Code:
Content visible to verified customers only.
Problem 3:
Edit templates/topviewedpal.tmpl:
Look for:
Code:
Content visible to verified customers only.
Below it add:
Code:
Content visible to verified customers only.
Look for:
Code:
Content visible to verified customers only.
Replace with:
Code:
Content visible to verified customers only.
Problem 4:
Edit forums/vb3.php (might be different based on bb you are using):
Look for:
Code:
Content visible to verified customers only.
Since there is no variable that holds PhotoPost Pro's path, replace with actual photopost URL, in my case:
Code:
Content visible to verified customers only.
I hope this will help others having the same problems.