displaying featured link on bottom of category - eSyndiCat User Forums
eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > User interface

User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end

Reply
 
Thread Tools Display Modes
Old 06-14-2006   #1
AmirG
 
Join Date: Jun 2006
Posts: 4
AmirG is on a distinguished road
Default displaying featured link on bottom of category

Hello,
I would like to know how I could change the position of featured links from left to the bottom of the category links and adding the alexa thumbs alongside the featured links?

A good example of this is one made by http://www.niche-listings.com/

Any insight will be appreciated.
AmirG is offline   Reply With Quote
Old 06-15-2006   #2
Nick Collins
Guest
 
Posts: n/a
Default

To place your featured box under the categories list, you should open header.tpl or footer.tpl (it depends on your template) and find the following code:
Code:
                {if $featured_links && $config.featured_box}
                    <div class="box">
                        <div class="box-caption">{$lang.featured_links}</div>
                        <div class="box-content">
                            <div class="links">
                                {foreach from=$featured_links item=link}
                                    <div class="featured-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}
Then place it to the index.tpl under the following code:
Code:
{if $categories}
    <div class="box">
        <div class="box-caption">{$lang.categories}</div>
        <div class="box-content">{$categories}</div>
    </div>
{/if}
***save changes***
You can not display alexa thumbs for them (niche-listings.com uses google adsense instead of real featured links, thats why those thumbs are alway default)
  Reply With Quote
Reply

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 01:45 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us