| Topic: | Add sorting publications by publish date |
|---|---|
|
Converted
12 Posts: 0 Posted: |
Sometimes is better sorting publications by publish date. I added options to do that. File pnadmin.php: line from 201 to 203: Codearray('title' => '_PGSORTID', 'value' => $pubColumn['id']),line from 358 to 360: Codearray('title' => '_PGSORTID', 'value' => $pubColumn['id']),Now on Publication Type Configuration page in the List setup you can select Publish Date as sorting key. |
|
Converted
12 Posts: 0 Posted: |
Thanks a lot guy :-D |