ArticleOrder on "articles" table
  • I was examining my campsite database about a problem that i have. the problem is that two of my sections add new articles at the end of the article list instead of adding it as the first.
    Examining the "articles" table,i found that the column "ArticleOrder" has a weird numbering.... some of the articles have the right numbering, but at certain point, the articles have the same value as the article number and as the article order. In other word, if i show the articles ordered by number, watching the articleorder i have something like 30,29,28,27...2,1,0,308,315,332,340... and so on.
    What could be the cause of this change of behaviour on articleorder numbering?