![]() |
![]() |
![]() |
|
|||||||
| User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hi,
I have started adding categories to the v2.0 script with Aqua Template, I want to remove the editor login to the left of the aqua tempate completely & add adsense 160*600 vertical adsense code to the left of the page, after this there would be partners listings only. Please help me with this... http://www.addlivelinks.com P s: This is a great script! |
|
|
|
|
|
|
#2 |
|
Hi Guys, I am able to put the banner to the Left... now I only want to remove the editor login completely from all the pages... there shouldnt be any editor on this Site...
|
|
|
|
|
|
|
#3 |
|
So I want to completely remove the editor login from all the pages of my site & also the grey table at the bottom which shows the number of links on the page.
One more modification i wanna make.. Can the partners link appear in a vertical manner below the categories and not to the left of the page, this will be really a great help... So on the left of the page It will be only Adsense block & below the categories there shd be partners links & the footer as it like it is there now.. Plz help me... Thanks in advance.. |
|
|
|
|
|
|
#4 |
|
Can someone plz help me on this ...
|
|
|
|
|
|
|
#5 |
|
Loyal User
|
1. To hide editors box just go to your admin panel > Configuration > Editors Configuration disable all options and click "save"
2. To hide statisticks box you need to remove or comment out this block of code in the footer.tpl file: Code:
{if $tab eq 'home'}
<div class="statistics">
<div class="box">
<div class="statistics-content">
<table cellpadding="2" cellspacing="2">
<tr>
<td>{$lang.total_num_links}</td>
<td>{$num_links}</td>
</tr>
<tr>
<td>{$lang.total_num_categories}</td>
<td>{if $num_categories}{$num_categories}{else}0{/if}</td>
</tr>
</table>
</div>
</div>
</div>
{/if}
Code:
{if $partner_links}
<div class="box">
<div class="box-caption-right">
<div class="box-caption-left">
<div class="box-caption">{$lang.partner_links}</div>
</div>
</div>
<div class="box-content">
<div class="links">
{foreach from=$partner_links item=link}
<div class="partner-link"><a href="{$link.url}" class="title" id="l{$link.id}" {if $config.new_window}target="_blank"{/if}>{$link.title}</a></div>
{/foreach}
</div>
</div>
</div>
{/if}
Code:
{if $category.description}
<div class="box">
{$category.description}
</div>
{/if}
__________________
Custom eSyndicat Templates | World Web Directory | Keyword Directory Webmaster Blog |
|
|
|
|
|
#6 |
|
Thanks Wtm so much .. I am 90% Done on this, Can u plz help me...
The Partners Listings are coming one below the other Can I have them vertically spaced liks this Imagefilez.com : Trap17.com : Astahost.com with ":" spacer instaed of them coming as Imagefilez.com - Free Image hosting Trap17.com Plz help me on this... I know u r the best... plz help.. |
|
|
|
|
|
|
#7 |
|
Can some one plz help me...
|
|
|
|
|
|
|
#8 |
|
Loyal User
|
Current layout will not let you to do that. Right now script is using same tpl file for regular, sponsors, and partner links.
In order to acomplish what you want you will need to create new block of code or new tpl file.
__________________
Custom eSyndicat Templates | World Web Directory | Keyword Directory Webmaster Blog |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|