Ok try this ...
Make a new template and call it some like "block_html_random_photos"
Inside the template add this
Code:
<vb:if condition="is_member_of($bbuserinfo, 9)">
<li>
<div class="block smaller" id="pppro">
<div class="blocksubhead">
<a class="collapse" id="collapse_block_html_{vb:raw blockinfo.blockid}" href="{vb:raw relpath}#top"><img alt="" src="{vb:stylevar imgdir_button}/collapse_40b.png" width="16" height="16" id="collapseimg_html_{vb:raw blockinfo.blockid}"/></a>
<span class="blocktitle">{vb:rawphrase pp_featured_photos}</span>
</div>
<div class="widget_content blockbody floatcontainer">
<div id="block_html_{vb:raw blockinfo.blockid}" class="blockrow">
{vb:raw pppro_imagebits}
</div>
</div>
</div>
<div class="underblock"></div>
</li>
</vb:if>
Then make a new forum sideblock and call it "Random Photos"
Make it an html block then inside the content block add this
Code:
<div align="center"><!--{vb:raw pppro_imagebits}--></div>
or
Code:
<div align="center">{vb:raw pppro_imagebits}</div>
In the template to use add this "block_html_random_photos"
One of these should work ....
Let me know if it works for yah'