OK I actually modified my board to match all of your settings... My gallery is working! but I still have the link issue. Check out this photo and notice the broken links.
http://www.scubapost.net/forums/v/sc...-0184.JPG.html
I check out the navbar and made the changes you said to make but they didn't have any effect. I am using 3.5, might these templates have changed?
When I click on a picture the broken links are "reload page" and "go back"... Is there anyway to eliminate them or hard code them?
As far as random blocks, I have made an html file and call it from the forum... Here is my html file:
table width="100%" align="center" cellpadding="0" cellspacing="0">
<tr valign="top">
<td align="center"><?php readfile('http://gallery.scubapost.net/main.php?g2_linkTarget=_blank&g2_view=imageblock.E xternal&g2_show=none&g2_blocks=randomImage&g2_maxS ize=140'); ?></td>
<td align="center"><?php readfile('http://gallery.scubapost.net/main.php?g2_linkTarget=_blank&g2_view=imageblock.E xternal&g2_show=none&g2_blocks=randomImage&g2_maxS ize=140'); ?></td>
<td align="center"><?php readfile('http://gallery.scubapost.net/main.php?g2_linkTarget=_blank&g2_view=imageblock.E xternal&g2_show=none&g2_blocks=randomImage&g2_maxS ize=140'); ?></td>
<td align="center"><?php readfile('http://gallery.scubapost.net/main.php?g2_linkTarget=_blank&g2_view=imageblock.E xternal&g2_show=none&g2_blocks=randomImage&g2_maxS ize=140'); ?></td>
</tr>
</table>
here is the code I put in the forumhome:
<!---------- PHOTO GALLERY START ---------->
<table class="thead" align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr class="alt2" align="center" colspan="100%" border="0">
<div><iframe id="main" name="main" align="middle" valign="middle" src="http://www.scubapost.net/forums/randomimage.php/" border="0" frameborder="0" resizeable="no" scrolling="no" height="190" width="100%">
</iframe></div></tr>
<td class="tcat" colspan="100%" height="25" align="center" nowrap>Random Photographs from Our Member Photo Galleries</td>
</table>
<!---------- PHOTO GALLERY END ---------->
I'm no coder, but I saw the question was asked....
I do appriciate all documents to get me so far... I just have to clear up those urls and I'm good to go!
Thanks,
Sean