Quote:
Originally Posted by magnus
Use this instead:
HTML Code:
<!-- added gallery code here --><div class="smallfont"><br><br><a href="$vboptions[bburl]/photopost/showgallery.php?cat=500&ppuser=$data[userid]&thumb=1"><smallfont>View my photo gallery</smallfont></a><br>
<!-- end gallery code-->
|
That was the ticket! And what I did to make it fit in with the garage, is edit the vbgarage_viewgarage template like so:
found "PHOTOS" and replaced the table with:
Code:
<td class="tcat">My MMA Garage Photos <!-- added gallery code here --><div class="smallfont"><a href="$vboptions[bburl]/photopost/showgallery.php?cat=500&ppuser=$data[userid]&thumb=1"><smallfont>You may also click HERE to see my MMA photo gallery pix!</smallfont></a>
<!-- end gallery code--> </td>