MYSQL VERSION 4 OR HIGHER ONLY
UPDATE (2) Save Drafts for MySQL Version 4 or higher!
Download the attached file...
rename it to...
functions_drafts,php
place it in your ./includes/ directory, over writing the old file!
Go to your Admin panel
Styles & Templates >> search in templates
search for 'drafts', select the template => 'drafts_display'
FIND THIS
Code:
<td class='thead' width='22%' style='white-space : nowrap'>$vbphrase[draft_edited_time]</td>
<td class='thead' width='58%' style='white-space : nowrap'>$vbphrase[draft_list_title]</td>
REPLACE WITH
Code:
<td class='thead' width='20%' style='white-space : nowrap'>$new_draft[nalink]$new_draft[nblink]</td>
<td class='thead' width='58%' style='white-space : nowrap'>$new_draft[nclink]$new_draft[ndlink]</td>
That is it, you now have added...
1. code clean ups typo(s)
2. column sorting on ( last edit time, post title / post message)
3. sorting into the navigation, so prev/next page follows the column sorting!
C, Ya...
Sonia