Vertical Menu ALWAYS on top


Author Message
TechnobraryGeek

Posted: 10/13/2010
Quote message 

I am using Artisteer v2.5 and Drupal 6.19

No matter where I design the vertical menu (vm) to be in Artisteer when I export the theme and copy it to my all/sites/themes folder the blocks page has the vertical menu at the top.

Artisteer has a setting for vm location is this just for one of the other cms platforms, or am I missing something obvious here?

Thanks,

T
 
TechnobraryGeek

Posted: 10/13/2010
Quote message 

I found the problem... I think

The theme.info file is correct:
version = 6.x-2.5 core = 6.x engine = phptemplate regions[left] = Left sidebar regions[vnavigation_left] = Left vertical menu regions[right] = Right sidebar regions[vnavigation_right] = Right vertical menu regions[content] = Content regions[navigation] = Menu


But the page.tpl.php is not. Changing...

if (!empty($art_sidebar_left) || !empty($vnavigation_left)) echo '<div class="'.art_get_sidebar_style($art_sidebar_left, $vnavigation_left, 'art-sidebar1').'">' . $vnavigation_left . $art_sidebar_left . "</div>"; ?>


to:

if (!empty($art_sidebar_left) || !empty($vnavigation_left)) echo '<div class="'.art_get_sidebar_style($art_sidebar_left, $vnavigation_left, 'art-sidebar1').'">' . $art_sidebar_left . $vnavigation_left . "</div>"; ?>


Switching $vnavigation_left and $art_sidebar_left does the trick.

I will reference this forum when I send a report to Artisteer Support.

T
 
Mark C

Posted: 10/20/2010
Quote message 

This doesn't fully work for me. I have my theme set that there is ONE block above the Vertical Menu and then then Vertical Menu and then the rest of the blocks.

However, the vertical menu was showing on the top with blocks below it, but using your suggestion above now means my blocks are showing on the top with the vertical menu below them.

Any thoughts on how to fix this?
link - aboutshell.com