Support Forums

Is It Possible To Add A Banner Under The Side Nav?

This is a discussion on Is It Possible To Add A Banner Under The Side Nav? within the Modules / Plugins / Modifications forums, part of the Developer Forums category; Hi, Is it possible to add a banner or image under the side navigation? If so, could someone please explain ...


Go Back   68 Classifieds Forums > Developer Forums > Modules / Plugins / Modifications

Reply
 
Thread Tools Display Modes
Old 08-18-2008, 09:34 PM   #1
Junior Member
 
Join Date: Aug 2008
Posts: 22
Rep Power: 10
68 Newbie is on a distinguished road
Default Is It Possible To Add A Banner Under The Side Nav?

Hi,

Is it possible to add a banner or image under the side navigation?

If so, could someone please explain how to do this?

Thanks for your help.
68 Newbie is offline   Reply With Quote
Old 08-18-2008, 10:46 PM   #2
Junior Member
 
Join Date: Aug 2008
Posts: 8
Rep Power: 0
junkbox is on a distinguished road
Default

Adding a banner or image to the Left Navigation should be easy enough.
the file you want edit is layout.tpl in your templates/default folder (or whatever template you are using.)

Put the image in your templates/default/images folder

and add this:

Code:
<div>
<img src="{$smarty.const.URL}/templates/default/images/yourimage.jpg" alt="" />	
</div>
after this:

Code:
<div class="left-box">
<ul class="sidemenu">
<li><a href="{$smarty.const.URL}/index.php">{$smarty.const.LANG_TPL_HOME}</a></li>
<li><a href="{$smarty.const.URL}/search.php">{$smarty.const.LANG_TPL_SEARCH}</a></li>
{foreach from=$templatepages item="entry"}
<li><a href="{$smarty.const.URL}/pages.php?page={$entry.pageID}">{$entry.pPageTitle}</a></li>
{/foreach}
<li><a href="{$smarty.const.URL}/contactus.php">{$smarty.const.LANG_TPL_CONTACT}</a></li>
</ul>
</div>
__________________
Version 4.0.8 Developer
junkbox is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Banner Script centinel3 Modules / Plugins / Modifications 8 08-11-2008 11:09 PM


All times are GMT -4. The time now is 08:28 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0