In my previous blog (0.9.2) I added a field in evo_blogs called blog_display_order. After upgrading to 1.9.1 the field is still there with data.
I had this line in admin/blogs_list.php
<td class="center"><?php blog_list_iteminfo('blog_disp_order'); ?> </td>
I also had a textbox to display blog order in the backoffice but I don't remember where I put that code. Since the Admin directory no longer exist, where are files for the backoffice located? I found the blogs_list.php in the skin and don't know where to add that line. Also I can't find the file (s) for editing blog in the backoffice.
Perhaps http://forums.b2evolution.net/viewtopic.php?p=47414#47414 helps you get there again?