 | |  |
 |

thatscountry
User
Oct 25, 2006, 5:12 PM
Post #1 of 2
(235 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 That's Country
|
|
|  |
 |

thatscountry
User
Oct 25, 2006, 5:59 PM
Post #2 of 2
(232 views)
Shortcut
|
|
Re: [thatscountry] Previous Page Link Problem
[In reply to]
|
Can't Post
|
|
MY Bad!!!!!! 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 That's Country
|
|
|  |
|