this is a really great mod and it installed easily, however it's not working properly for me and wondered it you had any ideas.
I am using 3.8.4 and my version of photopost is: 6.23
the code pointing to my images is wrong.
there's an extra slash in the path names
and I know my two fields are setup properly in :
Photopost Directory
Complete directory to your photopost installation with the trailing slash. IE: /home/userxxx/public_html/photopost/
and
URL for the photopost installation
URL for the photopost installation. Include the trailing slash: ie
http://www.yoursite.com/forum/photopost/
PHP Code:
<div id="tlb_memberblock_pp" class="tborder content_block">
<h4 class="thead block_title">
<a href="#top" class="collapse_gadget" onclick="return toggle_collapse('tlb_memberblock_pp')"><img id="collapseimg_tlb_memberblock_pp" src="http://www.mysite.com/forums/images/buttons/collapse_generic.gif" alt="" border="0" /></a>
<a name="tlb_memberblock_pp"></a>
<span class="block_name">Latest Photos</span>
</h4>
<div class="block_content" id="collapseobj_tlb_memberblock_pp" style=""><!-- BEGIN TEMPLATE: tlb_memberinfo_block_pp -->
<div class="alt1 smallfont block_row" style="text-align:center">
<ul class="list_no_decoration" id="photos_list">
<!-- BEGIN TEMPLATE: tlb_memberinfo_block_pp_image -->
<li class="memberinfo_tiny">
<a href="/usr/local/websites/mysite/photopost/data//500/screen4.gif" class="highslide" onclick="return hs.expand(this)"><img style="margin-top: 0px" width="80" height="60" src="/usr/local/websites/mysite/photopost/data//500/thumbs/screen4.gif" border="0" title="Click to enlarge" alt=""/></a>
</li>
<!-- END TEMPLATE: tlb_memberinfo_block_pp_image --><!-- BEGIN TEMPLATE: tlb_memberinfo_block_pp_image -->
<li class="memberinfo_tiny">
<a href="/usr/local/websites/mysite/photopost/data//500/screen1.gif" class="highslide" onclick="return hs.expand(this)"><img style="margin-top: 0px" width="80" height="60" src="/usr/local/websites/mysite/photopost/data//500/thumbs/screen1.gif" border="0" title="Click to enlarge" alt=""/></a>
</li>
<!-- END TEMPLATE: tlb_memberinfo_block_pp_image --><!-- BEGIN TEMPLATE: tlb_memberinfo_block_pp_image -->
<li class="memberinfo_tiny">
<a href="/usr/local/websites/mysite/photopost/data//500/139-quattro-pic5lg.jpg" class="highslide" onclick="return hs.expand(this)"><img style="margin-top: 0px" width="80" height="60" src="/usr/local/websites/mysite/photopost/data//500/thumbs/139-quattro-pic5lg.jpg" border="0" title="Click to enlarge" alt=""/></a>
</li>
<!-- END TEMPLATE: tlb_memberinfo_block_pp_image --><!-- BEGIN TEMPLATE: tlb_memberinfo_block_pp_image -->
<li class="memberinfo_tiny">
<a href="/usr/local/websites/mysite/photopost/data//500/1Sunset1.jpg" class="highslide" onclick="return hs.expand(this)"><img style="margin-top: 0px" width="80" height="60" src="/usr/local/websites/mysite/photopost/data//500/thumbs/1Sunset1.jpg" border="0" title="Click to enlarge" alt=""/></a>
</li>
<!-- END TEMPLATE: tlb_memberinfo_block_pp_image --><!-- BEGIN TEMPLATE: tlb_memberinfo_block_pp_image -->
<li class="memberinfo_tiny">
<a href="/usr/local/websites/mysite/photopost/data//500/1Sunset.jpg" class="highslide" onclick="return hs.expand(this)"><img style="margin-top: 0px" width="80" height="60" src="/usr/local/websites/mysite/photopost/data//500/thumbs/1Sunset.jpg" border="0" title="Click to enlarge" alt=""/></a>
</li>
<!-- END TEMPLATE: tlb_memberinfo_block_pp_image --><!-- BEGIN TEMPLATE: tlb_memberinfo_block_pp_image -->
<li class="memberinfo_tiny">
<a href="/usr/local/websites/mysite/photopost/data//500/1Blue_hills.jpg" class="highslide" onclick="return hs.expand(this)"><img style="margin-top: 0px" width="80" height="60" src="/usr/local/websites/mysite/photopost/data//500/thumbs/1Blue_hills.jpg" border="0" title="Click to enlarge" alt=""/></a>
</li>
<!-- END TEMPLATE: tlb_memberinfo_block_pp_image -->
</ul>
</div>
ps: the latestest version pg photopost has in its config-int.php this:
// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "/usr/local/websites/mysite/photopost/data/";
which appears to be the cause of the additional slash - I have not tried my site without the slash at the end though