![]() |
![]() |
![]() |
|
|||||||
| User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Join Date: Aug 2007
Posts: 19
![]() |
Works perfectly. This was something I was having difficulty with as well. Should be included in any upcoming release. Good job!
|
|
|
|
|
|
#12 | |
|
Join Date: Oct 2006
Location: Chatsorth, CA
Posts: 97
![]() |
Quote:
I just looked and I did not see a link. Thanks,
__________________
Non Techie Trying to do some Directories! |
|
|
|
|
|
|
#13 | |
|
Super Moderator
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,358
![]() ![]() ![]() ![]() |
Quote:
http://www.esyndicat.com/testimonials/add/
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
|
|
|
#14 |
|
Newspaper Group Shopping Directory
Join Date: Dec 2006
Location: Merseyside, United Kingdom
Posts: 97
![]() |
Great idea, also works on Thematic Blue.
As ever many thanks
__________________
Simple Smart Advertising Banner-Traffic Newspaper Group Lingerie2Lust4 Lingerie Zone |
|
|
|
|
|
#15 |
|
Join Date: May 2007
Location: Gold Coast, Australia
Posts: 75
![]() |
Hello
I tried to add this script into the Glassy Pro template but it did not work? Any advise? Warm Regards Christel |
|
|
|
|
|
#16 |
|
Join Date: Apr 2008
Posts: 9
![]() |
Hi guys,
I am having the same problem and pasted that line of code after the table but it never worked for me. I then put that line of code after the close div with same results. Is there something in the admin that needs to be turned on? I have been all over the admin and so far have not seen anything to enable to have the page links come up. We have 15 links displaying and we used the spider and added more links than 15 so there should be a link at the top and bottom of the link listings but its not coming up unless I am logged in. Not everyone that comes to the directory will be a member and logged is so its important we figure this out. Much appreciated. Edit: I found this another post and done this after I made the changes you suggested on this post and it works now... "Admin Panel » Manage Database » Check consistency ACTIVE LISTINGS COUNT: and click on recount" Last edited by kj4700; 04-03-2008 at 10:08 PM. Reason: Found Fix on another post... no need to reply... |
|
|
|
|
|
#17 |
|
Guest
Posts: n/a
|
if you want navigation also on bottom, not only on top of the listings block
open templates/index.tpl and listings.tpl find code and make changes Code:
{if $listings}
{include file="box-header.tpl" caption=$lang.listings}
<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>
{include file="box-footer.tpl"}
{/if}
|
|
|
|
#18 |
|
Join Date: Jan 2008
Posts: 67
![]() |
Adding page nav to the bottom of the listings / page worked beautifully - once again you guys are awesome!
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|