That will be the next step for Photopost in the next upcoming release. Rick was kinda behind the eight ball on that one actually every other forum software even Infopop's UBB was separated into PHP code and Templates. I am glad to see Threads went this way as it is much easier.
I have done MOST of the main Photopost Index. You can see it here.
http://www.reeftalk.com/ubbthreads/gallery/index.php I am still working around one problem getting the wrapper around the recent images and if I choise to display others.
if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "no" ) {
display_gallery("latest");
$output .= "<br />";
}
I have tried placing the $tbopen $tbclose variables in multiple spots and it needs to be in the form
$output .= "$tbopen"; as not to cause a parse error etc.
Now the problem being is that the top one shows up on those photo's however the closing one does not no matter what I do so thats why I say mostly have index done.