Cleaning Executive Officer (1976-2010)

Category: WPMU


Archive for the ‘WPMU’ Category

Monday, March 15th, 2010

Do you want to setup your wordpress blog with your own domain? Now you may get the quality hosting with excellent service just 1 cent for initial cost. Click here to order your hosting plan and enter the coupon code  (freemonth) when you make a purchase. Or you want to get 20% off, you may [...]

Tuesday, December 15th, 2009

This is very simple plugin to provides information about the last login activity on you blog account, If you’re concerned about unauthorized access to your blog account, you’ll be able to use this information to find out if and when someone gained access.
The IP address is also useful. If you always or most often sign [...]

Thursday, November 19th, 2009

Just received a email from Edir to fixed the problem for WPMU Admin Interface Language.  Open the file with editor or notepad, just make a mirror change. Take a look.

function admin_in_english_locale( $locale ) {

$lang = get_user_option(‘lang_id’, $user_id);

if ( !$lang ) {
return $locale; // Change HERE
}

if( WP_ADMIN === true ) {
if ( $lang ) {
$locale = [...]

Tuesday, July 28th, 2009

Just updated my gravatar favicon plugin,  I added the profile image into the feed. Make your blog more personalize. Download the latest plugin from Wordpress Plugin Directory.

Sunday, July 5th, 2009

Just uploaded and released three wordpressMU and wordpress plugin to the Plugin Directory.
WPMU Admin Interface Language
Lets WPMU user to select language in backend administration panel.
Multiple Twitter Widgets
Allows for multiple twitter widgets to be displayed.
Gravatar Favicon
This plugin allows you to generate a gravatar favicon for your blog and admin logo included Apple touch icon.
It’s support WordpressMU [...]

Thursday, July 2nd, 2009

If you are using the Cookie for comment from Donncha and WordpressMU. Here are some tips for you. You may add a function to your blog signup. Just copy the code and paste into the plugin’s file.

function cfc_check_signup($result) {
$cfc_key = get_cfc_key();
if( !$cfc_key )
return $result;

if( !isset( $_COOKIE[ $cfc_key ] ) ) {
die( ‘Sorry, you are not [...]

Sunday, June 14th, 2009

It’s always amend to improved. Thanks for the people that love the theme and leave the comments. Especially appreciated and thanks to Hendrik fixed the JS code. Now I used CSS gradient instead of js gradient( but forget the IE ). These may improved the site loading and speed. Another setting like number [...]

Monday, June 8th, 2009

This is version that fixed the problem from you. I added threat comment, fixed JS loading.  The gallery can display more than 10, maybe I will add option to allow user to set the number of photo.
Download here:  Wordpress HoPE Theme

Saturday, June 6th, 2009

Previous version the option is per blog not per user, so is appear problem if user without blog. I changed option to per user,  now the option is per user. Thank you for your feedback.
Download here: wpmu-admin-languages1.5.zip

Wednesday, June 3rd, 2009

Do you like  flickr? I have a designed a theme that allow you to include your flickr photo gallery into your blog. Just copy the photo feed into the theme setting. Let your reader share your flickr photo every time you uploaded new photo. You also may customize your header image with your favourite photo [...]