View Single Post
  #5  
Unread 05-07-2007, 08:04 AM
Seagoat's Avatar
Seagoat Seagoat is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Crushbone
Posts: 298
Default

Ok, just noticed some odd behavior...

Scenario 1: When I go to an interface category from the category listing page, then try to sort, I get no changes.

Scenario 2: When I'm viewing an interface piece and I click the category name in the breadcrumb links above the file description, the sorting magically works again.

The URLs are not the same!!

Scenario 1 (Does not work)
Code:
http://www.eq2interface.com/downloads/cat100.html?cid=100&dp=0&sh=full&so=asc&sb=filename
Scenario 2 (Works)
Code:
http://www.eq2interface.com/downloads/index.php?cid=100&dp=0&sh=full&so=asc&sb=filename
Reply With Quote