Archive for August, 2008

Sweetcron

Aug 30, 2008 | Tools

Finally yong fook released the beta. Yeah. I am gonna try this tomorrow.

*wtf What is sweetcron? Sweetcron is an automated lifestream blog software.

Everything (beta and guides) available at google code

Page Template drop down missing in WordPress 2.6

Aug 10, 2008 | Featured, Wordpress


I upgraded from 2.5.1 to 2.6 last month. It is a good version and better than previous one. They fixed the Custom field problem and I am happy.

I discovered some new bugs in this version. Where are page template drop down in WordPress 2.6? Ya, the page template section is missing. I couldn’t find it whenever i try to create new page with custom template. Weird @-@

So, i just play with the wp-admin dir and try search the problem. What make this thing happen?
I figured out the edit-page-form.php in 2.6 is not the same as the 2.5. They add some new function to it.

The new 2.6 :

2.5

*click for bigger image

<?php if ( 0 != count( get_page_templates() ) ) {  ?>

If it not equal to zero(the number of page template in you theme dir), it will automatically appear. But the page template drop-down still not there . What i can see is they add function. It is totally different.

Solution :
I made some modification to edit-page-form.php by adding some value.

  1. Go to wp-admin dir. search for edit-page-form.php
  2. Open it with text editor.
  3. Go to line 265. replace 0 with greater value like 110.
  4. Save it.

Refresh post page. The Page Template drop down should automatically appear now.

12 Amazing videos that won’t make you boring

Aug 4, 2008 | Life

Sunrise. What a beautiful morning. Clock 0646am right now, still have one more hour to go. I mean class routine will start at 0800 till 1500. I still don’t sleep. Imsonia? I guess.

How I spent my last weekend? I did some work and play with css and php. Watching some movies like You don’t mess with zohan and my fav series Top Gear. I love that even i stayed at home alone without my mates.

Status : 1 wordpress ready to release, 1 in development.

I am out.

Before that enjoy some of these videos. Hand-picked vimeo dot com.

Trust me, only cool vids here. no shit!

1. What Matters to You // Me?


What Matters to You // Me? from Jr.canest on Vimeo.

2. Sleeping Beauty – City lights / Music video


Sleeping Beauty – City lights / Music video from Benjamin Taft on Vimeo.

3. Fireplay


Fireplays from Jon Thomas on Vimeo.

Read the rest of this entry »