Monday, November 13, 2006

Listing Page Management by menu order (Wordpress)

What does it do?

Changing the ID column into Page Order (menu_order) column in Page Management. Note: this is not a wordpress plugin although there are plans to make it so.

Why is this made?

The Wordpress Page Management list each page along with its ID, Title, Owner, Updated details and editing buttons. However more often that not I find there's a need to see the Page Order when sorting pages out and I feel that instead of listing the Page ID, the Page Order will be more useful.

How to change it?

There are three parts to change in two different pages:

  1. wp-admin/edit-pages.php

    Find this on line 34:
    <th scope="col"><?php _e('ID') ?></th>
    Replace with this:
    <th scope="col"><!-- 061114 Seige --><?php _e('Order') ?></th>

    Find this on line 47:
    <th scope="col"><?php echo $post->ID; ?></th>
    Replace with this:
    <th scope="col"><!-- 061114 Seige --><?php echo $post->menu_order; ?></th>
  2. wp-admin/admin-functions.php

    Find this on line 638:
    <th scope="col"><?php echo $post->ID; ></th>
    Replace with this:
    <th scope="col"><!-- 061114 Seige --><?php
    if ($post->post_status == 'static') {
    echo $post->menu_order;
    } else {
    echo $post->ID;
    }
    ?><!-- 061114 Seige --></th>

And now you can easily make changes to page order whenever you want to add new pages.

Sunday, November 12, 2006

Don't hide the truth, Blogdrive

I don't think that moving forum topics to the Romper Room is doing the members any justice. Although they are a little hot on fire but they are still serious topics talking about real issues that concerns the welfare of Blogdrive members. They don't deserve to be in the Romper Room because they are not ill-mannered or arguing for the sake of arguing.

Moving these topics away from the main branch (in this case Helpee's on Fire) is like China's media control policy. I think forum moderators should re-evaluate what they move away from the main branch. It feels like censorship to me.

Please reconsider this and move them back to where they really belong.

Thursday, November 09, 2006

Okay, maybe tomorrow...

On the issue of Blogdrive's downtime, that's what I've been saying to myself for the past god knows how long. Maybe it'll get better tomorrow, maybe it'll get better tomorrow, I should just leave this work until tomorrow, it'll get better tomorrow and so on...

And now I wonder how much patience can you give to something that doesn't give you any results at all.

And worst of all having to be insulted by another one of Blogdrive's pacifier, sigh such is the world in US of America.