Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 2:
Is this a publishing rule issue?

 

 


joelev
User

Oct 21, 2006, 8:25 PM

Post #1 of 8 (1015 views)
Shortcut
Is this a publishing rule issue? Can't Post

After transferring all my old articles over to AM2, I started to experiment to try and learn all the changes.

I selected an old article from early in 2006 and made a few edits. After I saved the changes and the file republished, it appeared on the front page as though it was a new article created today.

Is this a publishing rule issue or am I just missing a setting?


Dave
Staff / Moderator


Oct 21, 2006, 9:18 PM

Post #2 of 8 (1011 views)
Shortcut
Re: [joelev] Is this a publishing rule issue? [In reply to] Can't Post

Articles are sorted by the "date" field. Unless you changed the date field or they're sorted some other way it shouldn't change position.

You can check how articles are being sorted here:
Admin > Database Editor > (Select Article Table) > Default Sort Fields

Dave Edis - Senior Developer
interactivetools.com
 


joelev
User

Oct 21, 2006, 9:32 PM

Post #3 of 8 (1010 views)
Shortcut
Re: [Dave] Is this a publishing rule issue? [In reply to] Can't Post

I checked the sorting order and this is what it says:

Default Sort Order : -art_field20, -date

I have just edited another one with the same results....an article published in March 2005 appears on the main page just like a new article. I also do not have the 'Featured' article box checked.


Dave
Staff / Moderator


Oct 21, 2006, 9:48 PM

Post #4 of 8 (1006 views)
Shortcut
Re: [joelev] Is this a publishing rule issue? [In reply to] Can't Post

That's strange. If you'd like to fill out the support request form I could login and have a look for you.

https://www.interactivetools.com/support/email_support.cgi

Dave Edis - Senior Developer
interactivetools.com
 


dlsweb
User

Oct 29, 2006, 11:36 AM

Post #5 of 8 (966 views)
Shortcut
Re: [Dave] Is this a publishing rule issue? [In reply to] Can't Post

Hello,

I have this same problem.
When it did not sort properly

I changed Default Sort Order : -art_field20, -date

To -art_field20, -createdTime

and that did not properly sort by create time either

Tks


Dave
Staff / Moderator


Oct 30, 2006, 12:58 PM

Post #6 of 8 (933 views)
Shortcut
Re: [dlsweb] Is this a publishing rule issue? [In reply to] Can't Post

art_field20 is a "Featured Article" checkbox right?

If so, edit the field here:
Admin > Database Editor > Articles > art_field20

And changed stored as to "int". This will store it as a numeric value and have it sort correctly.

Let me know if that fixes it for you.

Dave Edis - Senior Developer
interactivetools.com
 


dlsweb
User

Oct 30, 2006, 1:23 PM

Post #7 of 8 (930 views)
Shortcut
Re: [Dave] Is this a publishing rule issue? [In reply to] Can't Post

Thanks,
the problem is not with the "featured" showing first but the order of the articles after that.
I wanted to have them sorted by creation date, but I think they sort by modified date.

I planned to put in a ticket regarding this. Thanks again.


Strani
User

Oct 30, 2006, 2:11 PM

Post #8 of 8 (924 views)
Shortcut
Re: [dlsweb] Is this a publishing rule issue? [In reply to] Can't Post

dslweb, try the 'int' anyway. It solved the problem in my case.