Well the modules are usually only for VBA yes
If you put this under
$navbar in your FORUMHOME template ..
Code:
<!-- / COPPERMINE GALLERY -->
<br>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class='tcat' colspan='0' align=left>
<span class='smallfont'>
<strong>» <a href='$coppath'>Gallery</a>
</strong></span></td>
</tr>
<tr>
<td class='alt1' width='100%' align-middle valign=middle>
$copphotos
</td></tr></table>
<!-- / COPPERMINE GALLERY -->
and then add
Code:
require_once('coppermine.php');
into your index.php as directed in the main instructions and upload the coppermine.php file into your root it should work (thats untested)