
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$"><< prev</a> <!-- /templateIf --> <!-- templateIf : $articleList.prevPageNumber$ eq "" --> <font color="#CCCCCC"><< 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 >></a> <!-- /templateIf --> <!-- templateIf : $articleList.nextPageNumber$ <= $articleList.thisPageNumber$ --> <font color="#CCCCCC">next >></font> <!-- /templateIf --> *************** Marti Clayton [url "http://www.thatscountry.com"]That's Country[/url]
|