concepts Posted December 1, 2008 Share Posted December 1, 2008 I am using the standard Helius Template with 6.2 Pro. From what i see the banner manager only works in the left or right column. Is there a way to use it at the very top of the page or chnage the Whats new here? message with a jpg for banner use? Thanks David Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted December 1, 2008 Share Posted December 1, 2008 Yes. Move the code from /includes/column_left.php to whereever you want it. Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
concepts Posted December 1, 2008 Author Share Posted December 1, 2008 Yes. Move the code from /includes/column_left.php to whereever you want it. Thanks for the reply. I just want the banner portion there not the whole left column. Any more thoughts? Thanks David. Link to comment Share on other sites More sharing options...
Hotclutch Posted December 1, 2008 Share Posted December 1, 2008 Thanks for the reply. I just want the banner portion there not the whole left column. Any more thoughts? Thanks David. Take the code that is calling the banner from your column left or right and place it in your catalog\index.php. For example place this <tr> <td align="center"> <?php echo tep_display_banner('static', $banner); ?></td> </tr> Above this <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Link to comment Share on other sites More sharing options...
concepts Posted December 4, 2008 Author Share Posted December 4, 2008 I cannot find that anywhere in my catalog/index.php Take the code that is calling the banner from your column left or right and place it in your catalog\index.php. For example place this <tr> <td align="center"> <?php echo tep_display_banner('static', $banner); ?></td> </tr> Above this <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Link to comment Share on other sites More sharing options...
concepts Posted December 4, 2008 Author Share Posted December 4, 2008 Remember I am usin 6.2 PRO for 2.2 I am using the standard Helius Template with 6.2 Pro. From what i see the banner manager only works in the left or right column. Is there a way to use it at the very top of the page or chnage the Whats new here? message with a jpg for banner use? Thanks David Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.