Go Back   Webmaster Desk Forum | Voice of webmasters > Marketplace Desk > Free Resources > OS Designer

 

 

LinkBack Thread Tools Display Modes

Help need for Banner set up in LemonShadow2
  #1  
Old 25-08-2007, 10:47 AM
eurumy eurumy is offline
Junior Member
 
Join Date: Aug 2007
Posts: 5
eurumy is on a distinguished road
Default Help need for Banner set up in LemonShadow2

Hi
I am using your great template LemonShadow2 for my directory
Business Marketing Agency - Free Business Marketing Agency
and the problem I have is to set up a the banner. I don't have an idea what I need to edit in banner.tpl file in order to change the gif and also how do I linking the banner to the site I need.
Please let me know what I need to do.
Thanks for your help
Regards
Rumyana Stoyan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  #2  
Old 25-08-2007, 11:04 AM
Shabu's Avatar
Shabu Shabu is offline
Marks and Marker
 
Join Date: Jul 2007
Location: Dhaka, Bangladesh
Posts: 411
Shabu will become famous soon enoughShabu will become famous soon enough
Default

How you have edited the left.tpl?

Open banner.tpl by notepad or anything you have like Dreamweaver. You will see this code:

Code:
<a href="#"><img src="{$smarty.const.DOC_ROOT}/templates/{$smarty.const.USE_TEMPLATE}/images/ads.gif" alt="{l}Banner ads{/l}" border="0" /></a>
Place there your banner src path (bold text in src path) and add your link. That's it
__________________
Buy Brandable Domains ~ Best of the Web Network ~ My Photo Gallery ~ Lemon Shadow 2 - New free phpLD templates
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Extra Table with links
  #3  
Old 25-08-2007, 12:30 PM
eurumy eurumy is offline
Junior Member
 
Join Date: Aug 2007
Posts: 5
eurumy is on a distinguished road
Default Extra Table with links

Thank You for the first one!
I would like to add an extra table with links and pictures in the center of the page between the header and the directory categories. Is it possible?
Thanks for Your help!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  #4  
Old 25-08-2007, 01:36 PM
Shabu's Avatar
Shabu Shabu is offline
Marks and Marker
 
Join Date: Jul 2007
Location: Dhaka, Bangladesh
Posts: 411
Shabu will become famous soon enoughShabu will become famous soon enough
Default

Yeah, possible. Is that site wide or only for main page?
__________________
Buy Brandable Domains ~ Best of the Web Network ~ My Photo Gallery ~ Lemon Shadow 2 - New free phpLD templates
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  #5  
Old 25-08-2007, 01:47 PM
eurumy eurumy is offline
Junior Member
 
Join Date: Aug 2007
Posts: 5
eurumy is on a distinguished road
Default

site wide for all pages
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  #6  
Old 25-08-2007, 01:54 PM
eurumy eurumy is offline
Junior Member
 
Join Date: Aug 2007
Posts: 5
eurumy is on a distinguished road
Default

I would like it for all pages site wide!
Thanks again for helping me out!
Rumyana
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  #7  
Old 25-08-2007, 02:18 PM
Shabu's Avatar
Shabu Shabu is offline
Marks and Marker
 
Join Date: Jul 2007
Location: Dhaka, Bangladesh
Posts: 411
Shabu will become famous soon enoughShabu will become famous soon enough
Default

Open top_bar.tpl and replace this code with current code:
Code:
{strip}
{if $category.ID gt 0 or $list or $search}
<div class="nav">
{* RSS feed icon *}{if $smarty.const.ENABLE_RSS and (!empty($search) or !empty($category.ID) or $p or $list)}
<h3>feed <a href="{$smarty.const.DOC_ROOT}/rss.php?{if !empty($search)}search={$search|@urlencode}{elseif $list}list={$list}{else}c={$category.ID}{/if}{if $p}&amp;start={$p}{/if}{if $sort}&amp;s={$sort}{/if}"><img src="{$smarty.const.FULL_TEMPLATE_PATH}/images/rss.gif" align="top" alt="RSS Feed" border="0" /></a></h3>{/if}
<p>
         {* Display current path *}
         {assign var="current_path" value=""}
         {foreach from=$path item=cat name=path}
            {assign var="current_path" value="`$current_path``$cat.TITLE_URL`/"}
            {if !$smarty.foreach.path.first} ~ {/if}
            {if !$smarty.foreach.path.last}
            <a href="{if $smarty.const.ENABLE_REWRITE}{$current_path}{else}index.php?c={$cat.ID}{/if}">{$cat.TITLE|escape}</a>
            {else}
               {$cat.TITLE|escape}
            {/if}
         {/foreach}
</p>
</div>
{/if}

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="221" valign="top" class="padding">{include file="left.tpl"}</td>
    <td width="100%" valign="top">
	
{* Extra Table *}

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="center">Put here your content!</td>
  </tr>
</table>

{* Extra Table *}

{/strip}
Extra table added at the bottom area, you have to put your content there.
__________________
Buy Brandable Domains ~ Best of the Web Network ~ My Photo Gallery ~ Lemon Shadow 2 - New free phpLD templates
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  #8  
Old 25-08-2007, 02:19 PM
Fastian's Avatar
Fastian Fastian is offline
Member
 
Join Date: Jul 2007
Posts: 79
Fastian will become famous soon enoughFastian will become famous soon enough
Default

Quote:
Originally Posted by eurumy View Post
I would like it for all pages site wide!
Thanks again for helping me out!
Rumyana
You might like to change this page.
Business Marketing Agency - Free Business Marketing Agency- GuideLine

If you don't want to use it, remove it. As its giving a bad look at this time.
__________________
Best Web Directory Permanent Regular links with 3 Deep Links for $14.95 Only
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Thank You
  #9  
Old 25-08-2007, 02:24 PM
eurumy eurumy is offline
Junior Member
 
Join Date: Aug 2007
Posts: 5
eurumy is on a distinguished road
Default Thank You

Thanks a lot I will start working on it now!
Thanks again!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  #10  
Old 25-08-2007, 02:25 PM
Shabu's Avatar
Shabu Shabu is offline
Marks and Marker
 
Join Date: Jul 2007
Location: Dhaka, Bangladesh
Posts: 411
Shabu will become famous soon enoughShabu will become famous soon enough
Default

You are welcome and thanks for using Lemon Shadow
__________________
Buy Brandable Domains ~ Best of the Web Network ~ My Photo Gallery ~ Lemon Shadow 2 - New free phpLD templates
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:17 AM.




Webmaster Desk forum is a concern of Graffias Web service network

Skin by: eXtremepixels Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc.