Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 01-27-2004 02:59:44

EagleWolf
Member
From: Daytona Beach, FL
Registered: 07-27-2003
Posts: 979

Navigation Links

I can;t seem to find where to move the nagivation links from the bottom of the pages to the top.

You are currently viewing x of y items..... that element.


I am sure I am overlooking it. 


Chris
<a href='mailto:webmaster@equivity.com'>webmaster@equivity.com</a>
-

Offline

 

#2 01-27-2004 14:47:00

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Navigation Links

If you're referring to the next/previous links, look in the first routine in the file ./cgi-bin/library/modules/ste_prod.pl.  You'll have to move the call to the display routine:

Code:


@proddisp = database_call('product','SELECT',$sql_statement);

&ste_prod_show;

Below the next/previous code.


Nick Hendler

Offline

 

#3 04-28-2005 17:34:35

mediabuys
Member
Registered: 03-15-2005
Posts: 9

Re: Navigation Links

webmaster,01/27/2004 02:47:00 PM wrote:

If you're referring to the next/previous links, look in the first routine in the file ./cgi-bin/library/modules/ste_prod.pl.  You'll have to move the call to the display routine:

Code:


@proddisp = database_call('product','SELECT',$sql_statement);

&ste_prod_show;

Below the next/previous code.

tried this and it wiped out all the product listings on the page. am i doing it wrong? any chance for a bit more descriptive explination for this CCP newb?

Offline

 

#4 05-03-2005 09:08:17

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Navigation Links

Look at this thread for a more definitive answer (I just updated it):


Nick Hendler

Offline

 

Board footer