![]() |
![]() |
![]() |
|
|||||||
| User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Jan 2009
Posts: 20
![]() |
I am using Version 1.6 with the 'nightime' template...
When viewing a Catagory that has many listings it is split into multiple pages with page navigation links at the top, like so: ![]() This only appears at the top of the listings page, how can I edit the template to have this also show up at the bottom of the listings page? |
|
|
|
|
|
#3 |
|
Join Date: Jan 2009
Posts: 20
![]() |
Here's a link to one of my catagories: http://rclinks.co.cc/index.php?category=2. I've changed to the CleanRed template but my problem is the same.
What I want to do is have the "« Previous : First : Page 1 Page 2 Page 3 Page 4 Page 5 : Last : Next »" part also show up below the listings. |
|
|
|
|
|
#4 |
|
Tech Support
Join Date: Oct 2008
Posts: 989
![]() |
ok, now I see.
find esyn_root/templates/current_template/index.tpl file. there find lines: HTML Code:
<div class="listings"> {navigation aTotal=$total_listings aTemplate=$url aItemsPerPage=$config.num_index_listings aListingsPerPage=$config.num_navig_pages aType=2} <table cellspacing="0" cellpadding="0"> {foreach from=$listings item=listing} {include file="listing-display.tpl"} {/foreach} </table> </div> HTML Code:
<div class="listings"> <table cellspacing="0" cellpadding="0"> {foreach from=$listings item=listing} {include file="listing-display.tpl"} {/foreach} </table> {navigation aTotal=$total_listings aTemplate=$url aItemsPerPage=$config.num_index_listings aListingsPerPage=$config.num_navig_pages aType=2} </div> make the same things with listings.tpl save changes and check your frontend Last edited by Alex B.; 02-10-2009 at 01:41 AM. |
|
|
|
|
|
#5 |
|
Join Date: Jan 2009
Posts: 20
![]() |
Thanks for the fix! I actually wanted to have the navigation on top and bottom so I did this:
HTML Code:
<div class="listings"> {navigation aTotal=$total_listings aTemplate=$url aItemsPerPage=$config.num_index_listings aListingsPerPage=$config.num_navig_pages aType=2} <table cellspacing="0" cellpadding="0"> {foreach from=$listings item=listing} {include file="listing-display.tpl"} {/foreach} </table> {navigation aTotal=$total_listings aTemplate=$url aItemsPerPage=$config.num_index_listings aListingsPerPage=$config.num_navig_pages aType=2} </div> Hey another quick question... Is there a way to add another page to the template? For instance if I wanted to have a page with banners that people could use to link to my site or maybe a FAQ page. |
|
|
|
|
|
#6 |
|
Tech Support
Join Date: Oct 2008
Posts: 989
![]() |
Good! =) You're welcome!
Actually it's not that simple. We can do that modifications for you but they will be paid. If you are interested you may send an email to sales[at]esyndicat[dot]com. or you can purchase a Pro license, it has FAQ and banners plugins Last edited by Alex B.; 02-11-2009 at 05:23 PM. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|