Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 2:
Previous Page Link Problem

 

 


thatscountry
User

Oct 25, 2006, 5:12 PM

Post #1 of 2 (595 views)
Shortcut
Previous Page Link Problem Can't Post

I finally did the upgrade after removing it twice because I didn't want the pages already in search engines to be the wrong pages. Solved the problem by taking out the catMenu and just putting a homepage link to the new site.

The only problem I have found now is that my prev page link at the bottom of the globalIndex page is pointing back to my old site. The coding looks to be the same as what's in the original am2 template so I'm at a loss.

Here is the code that is on the page:

<!-- templateIf : $articleList.prevPageNumber$ ne "" -->
<a href="$settings.searchurl$?action=search&page=$articleList.prevPageNumber$&perpage=$articleList.perpage$&template=$articleList.template$&categoryNums=$categoryNums$&includeSubcats=$articleList.includeSubcats$">&lt;&lt; prev</a>
<!-- /templateIf -->
<!-- templateIf : $articleList.prevPageNumber$ eq "" -->
<font color="#CCCCCC">&lt;&lt; prev</font>
<!-- /templateIf -->
<!-- templateIf : $articleList.nextPageNumber$ > $articleList.thisPageNumber$ -->
<a href="$settings.searchurl$?action=search&page=$articleList.nextPageNumber$&perpage=$articleList.perpage$&template=$articleList.template$&categoryNums=$categoryNums$&includeSubcats=$articleList.includeSubcats$">next &gt;&gt;</a>
<!-- /templateIf -->
<!-- templateIf : $articleList.nextPageNumber$ <= $articleList.thisPageNumber$ -->
<font color="#CCCCCC">next &gt;&gt;</font>
<!-- /templateIf -->

***************

Marti Clayton
[url "http://www.thatscountry.com"]That's Country[/url] 


thatscountry
User

Oct 25, 2006, 5:59 PM

Post #2 of 2 (592 views)
Shortcut
Re: [thatscountry] Previous Page Link Problem [In reply to] Can't Post

MY Bad!!!!!! Blush

There was nothing wrong with the link. I forgot to change the code for the categoryMenu on the search pages and it looked like it was pointing to the old site because the search pages had no navbar.

***************

Marti Clayton
[url "http://www.thatscountry.com"]That's Country[/url]