And if so, have you gotten the Drupal Blocks to show on the VBgallery side?
I use this piece of code in my forums nav template, its placed right at the bottom:
<if condition="THIS_SCRIPT == 'drupal'">
<else /><!-- leftcolumn druapl block -->
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top" width="202px">
$drupal_blocks[left]
</td>
<td width="10px"></td>
<td valign="top">
<!-- end leftcolumn drupal block -->
<else />
</if>
As you can see it pulls in $drupal_blocks[left]
When you look at the forums on my site it works great.
http://www.coastsidefishingclub.com/forum2
When you go to VBgallery
http://www.coastsidefishingclub.com/forum2/gallery
The left hand table loads, but the important parts are missing:
<if condition="THIS_SCRIPT == 'drupal'">
<else />
$drupal_blocks[left]
Seems like it wants to work.
Does anyone have any suggestions as to what I could do here to make this work?
Thanks
J -