Author Topic: Change order of message headings version 4 beta  (Read 3305 times)

Offline strictlydata

  • Jr. Member
  • **
  • Posts: 36
Change order of message headings version 4 beta
« on: April 23, 2010, 10:38:10 AM »
In previous versions it has being possible to change the message rows by changing the main.int.php file

$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size', 'flag', 'attachment');

to

$rcmail_config['list_cols'] = array('from', 'subject', 'date', 'size', 'flag', 'attachment');

Now nothing changes. Has anyone got any ideas to resolve this?

Thanks

Offline toetag

  • Jr. Member
  • **
  • Posts: 65
Change order of message headings version 4 beta
« Reply #1 on: April 23, 2010, 10:38:11 PM »
Quote from: strictlydata;26971
In previous versions it has being possible to change the message rows by changing the main.int.php file

$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size', 'flag', 'attachment');

to

$rcmail_config['list_cols'] = array('from', 'subject', 'date', 'size', 'flag', 'attachment');

Now nothing changes. Has anyone got any ideas to resolve this?

Thanks



i changed mine to:

$rcmail_config['list_cols'] = array( 'date','subject', 'from', 'flag', 'size', 'attachment');

and it the displayed columns were reordered on a page refresh.
<[ a desert to an irishman is an empty glass. ]>

Offline strictlydata

  • Jr. Member
  • **
  • Posts: 36
Are you using beta 0.4?
« Reply #2 on: April 24, 2010, 04:25:19 AM »
I have reinstalled and still the same.
I can however over ride the issue within the theme by editing the mail.html
This puts them into the correct order apart from the read or unread flag is fixed to the left of the subject column.

Again if I edit the threads by removing a column it then reverts back to the default.

Has this functionality being removed from the latest version?

Thanks

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Change order of message headings version 4 beta
« Reply #3 on: April 24, 2010, 01:53:49 PM »