Sunday, 28 September 2008

Sorry….

Because I found some bugs in my themes for temporarily I’m using the original theme from FP.

Tuesday, 24 June 2008

Teras a theme for FlatPress

teras_preview.jpg I have created another theme for FlatPress. I’ve named this theme Teras.

Why would I called this theme Teras? LOL simple cause I made this in my porch, in Indonesian teras = porch/terrace :)

This theme is a huge refinement of my other theme 4warna. Unlike 4warna which doesn’t come with any graphic other than the default from FlatPress, this theme uses images but I try to keep it as simple as possible, as my moto keep things simple, simplicity is design first thing.

[Read More…]

Wednesday, 11 June 2008

Bad Words Filter Plugin for FlatPress

To change the badwords in the comments entry to something like @#$?%! heh.. :)
here is the code

function plugin_bwfilter_comment($text) {
	$bws = array(‘fuck’,’shit’, ‘bitch’); // the words considered as bad!
        $rep = ‘@#$?%!’; // the replacement of all the badwords
	foreach ($bws as $bw) {
		if ($bw != ‘’) {
			$text = preg_replace(‘/’.$bw.‘/si’, ‘@#$?%!’, $text);
		}
	}
	return $text;
}
 
// we add the filter
add_filter(‘comment_text’, ‘plugin_bwfilter_comment’, 1);

if you don’t like the trouble of just copy and paste the code well here’s my plugin download link. I’ve added a simple admin feature to add and delete the words you would like to filter ;)

Wednesday, 21 May 2008

randomquote Plugin for FlatPress

Jika anda perhatikan di panel kanan paling atas itu adalah widget yang saya buat sendiri. Bila anda menyukainya silakan didownload.
Installasinya juga tidak sulit anda tinggal unzip file randomquote.zip dan upload ke /fp-plugins/ kemudian aktifkan plugin melalui admin > plugins lalu tampilkan widget randomquote di panel anda melalui admin > widgets

4Warna a Theme for FlatPress

preview.png

Kalau anda suka dengan theme yang saya pakai silakan download file theme saya tinggal click disini!
Dalam theme ini ada empat style warna yaitu biru (blue), hijau (green), aranye (orange) dan ungu (purple) kalo anda pengin warna-warna lain dijadikan style silakan request yach…
Cara installnya gampang banget!!! Unzip file 4warna.zip. Upload ke /fp-interface/themes/. Lalu tuju admin => themes dan aktifkan 4warna sebagai theme. Style default-nya hijau, jika pengin ganti tinggal tuju admin => themes => styles dan aktifkan style yang anda inginkan