Well if by IP board you mean Invisionboard I have answered number 1. As far as number two that would most likely be an invisionboard hack to achieve something like that. There is nothing nature in the photopost code thats going to alter invisionboard. I dont really work with invisionboard so I cant tell you how to do it but photopost has a number of hacks for vbulletin in the mod corner to any certainty.
http://www.photopost.com/forum/photo...file-page.html
Thats one for example that works for
vb. I suppose you could modify the code to work with invisionboard and modify the template css styles etc to match invisionboard
I suppose you could make a file called profilephotos.php and make the contents this
Code:
Content visible to verified customers only.
You would place an include into the invisionboard index.php file under the profile section of that file say like this make sure to set the path to your photopost on the $pppath line.
Code:
Content visible to verified customers only.
You would then modify the appropriate template and add this
Code:
Content visible to verified customers only.
I make no guarantees that will work and I do not support it but it should get you there or close to there. I dont know if the user variables are right etc since I dont use invisionboard.