View Full Version : change banner Thematic_BLUE template
actionx
05-03-2007, 12:13 PM
i guys i want to change header 2 on Thematic_BLUE template. Where do i have to go to change it and also i want to change it to flash movie header. header2 is the clouds
Sergey Ten
05-04-2007, 04:21 AM
Hello actionx,
You could change a banners in the admin panel of eSyndiCat.
Admin Panel » Manage Banners
actionx
05-07-2007, 01:24 PM
soory man i mean header2 on the blue thematic template. i want to chenge it to flash movie header how do i do that
actionx
05-08-2007, 08:37 AM
anyone!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
would be intersting for me too !!!
like to get rid of this "clouds grafik" etc.
how and where can i delete/ edit the whole area above the categories ???
racer
05-10-2007, 04:20 AM
Hi,
I hope I understood you right, maybe that helps:
Goto your template/thematicblue/ folder and search for
this in your header.tpl file:
<!-- editors box end -->
{/if}
</div>
<div class="header2-right"> </div>
</div>
There you can delete or replace
<div class="header2-right"> </div>
if you delete it - the cloudy header is gone....
the picture for the clouds is to find in the folder:
template/thematicblue/img/
it's the header2.jpg there.
thanks !
how can i get rid of the whole "upper part" or design it by myself ?
in the left upper corner is the esyndicate logo...next is the menue column....below the clouds picture ect...
how can i get rid of this part......see grafik below
http://www.lastminute-reisen-webkatalog.de/screen.jpg
maybe keep just the menue column and design another grafik...
where can i delete or edit this area ???
regards,
Mike
Dave Baker
05-10-2007, 06:23 PM
Hello,
Please check this thread:
http://www.esyndicat.com/forum/about10138.html
Hi Dave,
this will not help........
I like to remove the complete part marked red in the picture!
Like to set a new header over the complete part and still use the menue column...
where and how can i do this ?
regards,
Mike
Dave Baker
05-10-2007, 11:41 PM
Yes, I offered you wrong thread.
***Open templates/yourTemplate/header.tpl and find code***
<div class="header2">
<div class="header2-left">
{if $config.editors}
<!-- editors box start -->
{dynamic}
{include file="box-header.tpl" caption=$lang.editors_area style="column"}
{if $editor}
{$lang.welcome}, <strong style="color: #FFF;">{$editor.username}</strong>!
<ul class="editor-menu">
{if $category.id > 0 || $config.categories_list}
{if $config.suggest_category}<li><a href="suggest-category.php{if $category.id}?id={$category.id}{else}?id=0{/if}">{$lang.suggest_category}</a></li>{/if}
<li><a href="suggest-link.php{if $category.id}?id={$category.id}{else}?id=0{/if}">{$lang.suggest_link}</a></li>
{/if}
<li>{if $config.mod_rewrite}
<a href="editor-links.html">{$lang.view_my_links}</a>
{else}
<a href="listings.php?view=editor">{$lang.view_my_links}</a>
{/if}</li>
<li><a href="editor-account.php">{$lang.edit_account}</a></li>
{foreach from=$menus item=menu_item name=bottom_menus}
{in_array_exist def=3 values=$menu_item.menus}
{if $result_valid}
<li>{if $menu_item.unique_url}
<a href="{$menu_item.unique_url}">{$menu_item.title}</a>
{else}
{if $config.mod_rewrite}
<a href="{$config.base}{$config.dir}p{$menu_item.name}.html">{$menu_item.title}</a>
{else}
<a href="{$config.base}{$config.dir}page.php?name={$menu_it em.name}">{$lang.$ed_page_title}</a>
{/if}
{/if}</li>
{/if}
{/foreach}
<li><a href="logout.php?action=logout">{$lang.logout}</a></li>
</ul>
{else}
<form action="{$config.base}{$config.dir}login.php" method="post">
<table class="no" cellpadding="0" cellspacing="0" style="font-size: 0.85em;">
<tr>
<td>{$lang.username}:<br /><input type="text" tabindex="1" name="username" size="20" value="" /></td>
</tr>
<tr>
<td>{$lang.password}:<br /><input type="password" tabindex="2" name="password" size="20" value="" /></td>
</tr>
<tr>
<td colspan="2" style="font-size: 10px;"><input type="submit" tabindex="3" name="login" value="{$lang.login}" />
<a href="{$config.base}{$config.dir}forgot.php">{$lang.forgot}</a>
<a href="{$config.base}{$config.dir}register.php" rel="nofollow">{$lang.register}</a>
</td>
</tr>
</table>
</form>
{/if}
{include file="box-footer.tpl"}
{/dynamic}
<!-- editors box end -->
{/if}
</div>
<div class="header2-right"> </div>
</div>
***Remove it***
***Find code***
<div class="header-left">
<div class="header">
</div>
</div>
<!-- date start -->
<div class="date">
{$smarty.now|date_format:"%A, %B %e, %Y"}
</div>
<!-- date end -->
{if $config.language_switch}
<!-- language switch start -->
<div class="lang-switch">
<ul class="lang-switch">
{foreach from=$languages item=language name=select_lang}
<li {if $smarty.foreach.select_lang.last}style="border-right: none;"{/if}>
{if $language.lang eq $config.lang}
{$language.lang}</li>
{else}
<a href="{$smarty.server.REQUEST_URI|add_url_param:'languag e':$language.lang}">{$language.lang}</a></li>
{/if}
{/foreach}
</ul>
</div>
<!-- language switch end -->
{/if}
<!-- logo start -->
<div class="logo"><a href="/"><img src="{$img}logo.gif" alt="" title="" /></a></div>
<!-- logo end -->
***Remove it too***
***if you want to remove your top menu, find code***
<!-- menu start -->
<div class="top-menu">
<ul class="menu">{$menu}</ul>
</div>
<!-- menu end -->
***and remove it***
***Save changes***
***Open templates/yourTemplate/css/style.css and find code***
div.search-box
{
position: absolute;
margin-left: 193px;
top: 250px;
background-color: #1B3C7C;
height: 43px;
width: 514px;
padding: 0;
}
***Change to***
div.search-box
{
position: absolute;
margin-left: 193px;
top: 0px;
background-color: #1B3C7C;
height: 43px;
width: 514px;
padding: 0;
}
***Save changes***
Patsy
06-20-2007, 02:50 AM
Can you tell me how to just take out graphic header2 section (clouds) and the block on the left that currently holds my Editor Area (see graphic)? Then I would like the Editor Area to be at the top of the right column and followed by Partner Links and banner/placement (Partner Links & banner/logo placement already there.
Thanks,
Patsy
www.ncfsearch.com/directory
Tilek E.
06-20-2007, 06:12 AM
Hi Patsy,
Please make the following changes:
#1. Open header.tpl and remove the following code:
<div class="header2">
<div class="header2-left">
{if $config.editors}
<!-- editors box start -->
{dynamic}
{include file="box-header.tpl" caption=$lang.editors_area style="column"}
{if $editor}
{$lang.welcome}, <strong style="color: #FFF;">{$editor.username}</strong>!
<ul class="editor-menu">
{if $category.id > 0 || $config.categories_list}
{if $config.suggest_category}<li><a href="suggest-category.php{if $category.id}?id={$category.id}{else}?id=0{/if}">{$lang.suggest_category}</a></li>{/if}
<li><a href="suggest-link.php{if $category.id}?id={$category.id}{else}?id=0{/if}">{$lang.suggest_link}</a></li>
{/if}
<li>{if $config.mod_rewrite}
<a href="editor-links.html">{$lang.view_my_links}</a>
{else}
<a href="listings.php?view=editor">{$lang.view_my_links}</a>
{/if}</li>
<li><a href="editor-account.php">{$lang.edit_account}</a></li>
{foreach from=$menus item=menu_item name=bottom_menus}
{in_array_exist def=3 values=$menu_item.menus}
{if $result_valid}
<li>{if $menu_item.unique_url}
<a href="{$menu_item.unique_url}">{$menu_item.title}</a>
{else}
{if $config.mod_rewrite}
<a href="{$config.base}{$config.dir}p{$menu_item.name}.html">{$menu_item.title}</a>
{else}
<a href="{$config.base}{$config.dir}page.php?name={$menu_it em.name}">{$lang.$ed_page_title}</a>
{/if}
{/if}</li>
{/if}
{/foreach}
<li><a href="logout.php?action=logout">{$lang.logout}</a></li>
</ul>
{else}
<form action="{$config.base}{$config.dir}login.php" method="post">
<table class="no" cellpadding="0" cellspacing="0" style="font-size: 0.85em;">
<tr>
<td>{$lang.username}:<br /><input type="text" tabindex="1" name="username" size="20" value="" /></td>
</tr>
<tr>
<td>{$lang.password}:<br /><input type="password" tabindex="2" name="password" size="20" value="" /></td>
</tr>
<tr>
<td colspan="2" style="font-size: 10px;"><input type="submit" tabindex="3" name="login" value="{$lang.login}" />
<a href="{$config.base}{$config.dir}forgot.php">{$lang.forgot}</a>
<a href="{$config.base}{$config.dir}register.php" rel="nofollow">{$lang.register}</a>
</td>
</tr>
</table>
</form>
{/if}
{include file="box-footer.tpl"}
{/dynamic}
<!-- editors box end -->
{/if}
</div>
<div class="header2-right"> </div>
</div>
#2. Open style.css and make the highlighted changes:
div.search-box
{
position: absolute;
margin-left: 193px;
top: 92px;
background-color: #1B3C7C;
height: 43px;
width: 514px;
padding: 0;
}
#3. Now we should move Editors Area to right column. Open footer.tpl file and insert the highlighted code:
<td valign="top" height="10%" class="column">
{if $config.banners and $right_banner}
<!-- right banner start -->
{dynamic}
{include file="banner.tpl" banner=$right_banner}
{/dynamic}
<!-- right banner end -->
{/if}
{if $config.editors}
<!-- editors box start -->
{dynamic}
{include file="box-header.tpl" caption=$lang.editors_area style="orange"}
{if $editor}
{$lang.welcome}, <strong>{$editor.username}</strong>!
<ul class="editor-menu">
{if $category.id > 0 || $config.categories_list}
{if $config.suggest_category}<li><a href="suggest-category.php{if $category.id}?id={$category.id}{else}?id=0{/if}">{$lang.suggest_category}</a></li>{/if}
<li><a href="suggest-link.php{if $category.id}?id={$category.id}{else}?id=0{/if}">{$lang.suggest_link}</a></li>
{/if}
<li>{if $config.mod_rewrite}
<a href="editor-links.html">{$lang.view_my_links}</a>
{else}
<a href="listings.php?view=editor">{$lang.view_my_links}</a>
{/if}</li>
<li><a href="editor-account.php">{$lang.edit_account}</a></li>
{foreach from=$menus item=menu_item name=bottom_menus}
{in_array_exist def=3 values=$menu_item.menus}
{if $result_valid}
<li>{if $menu_item.unique_url}
<a href="{$menu_item.unique_url}">{$menu_item.title}</a>
{else}
{if $config.mod_rewrite}
<a href="{$config.base}{$config.dir}p{$menu_item.name}.html">{$menu_item.title}</a>
{else}
<a href="{$config.base}{$config.dir}page.php?name={$menu_it em.name}">{$lang.$ed_page_title}</a>
{/if}
{/if}</li>
{/if}
{/foreach}
<li><a href="logout.php?action=logout">{$lang.logout}</a></li>
</ul>
{else}
<form action="{$config.base}{$config.dir}login.php" method="post">
<table class="no" cellpadding="2" cellspacing="0">
<tr>
<td>{$lang.username}:<br /><input type="text" tabindex="1" name="username" size="20" value="" /></td>
</tr>
<tr>
<td>{$lang.password}:<br /><input type="password" tabindex="2" name="password" size="20" value="" /></td>
</tr>
<tr>
<td colspan="2" style="font-size: 10px;"><input type="submit" tabindex="3" name="login" value="{$lang.login}" />
<a href="{$config.base}{$config.dir}forgot.php">{$lang.forgot}</a>
<a href="{$config.base}{$config.dir}register.php" rel="nofollow">{$lang.register}</a>
</td>
</tr>
</table>
</form>
{/if}
{include file="box-footer.tpl"}
{/dynamic}
<!-- editors box end -->
{/if}
{if $sponsored_links}
<!-- sponsored links box start -->
{include file="box-header.tpl" caption=$lang.sponsored_links style="column"}
<div class="links">
{foreach from=$sponsored_links item=link}
<div class="sponsored-link"><a href="{$link.url}" class="title" id="l{$link.id}" {if $config.new_window}target="_blank"{/if}>{$link.title}</a></div>
{/foreach}
</div>
{include file="box-footer.tpl"}
<!-- sponsored links box end -->
{/if}
That's it. :)
In case you have problems you can provide me with your FTP credentials via PM.
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.