Cleaning Executive Officer (1976-2010)

Category: Plugins


Archive for the ‘Plugins’ Category

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 [...]

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

Sunday, May 17th, 2009

Wordpress MU allowed blogger to set up blog’s language but it’s also change the language of Admin Panel. I make a simple plugin that allowed user to set up different laguange in Admin Panel and blog interface.
You have no need to install extra language pack, the plugin will use the wordpressMU existing language files.  User [...]

Saturday, May 2nd, 2009

Just wrote a simple plugin for wordpress MU. This plugin is only for wordpress MU 2.7. It’s showing user’s blog on the right now with dashboard and settings link.
Download the dashboard-myblog.
Unzip the file and upload into MU Plugins folder. No activation need and option! It’s tested with WordpressMU 2.7 and above.

Sunday, March 29th, 2009

Let us make your wordpress more personalised as your own. Use your avatar as your logo at wordpress admin panel.
I just done this plugin for Blogates.com. In Blogates you may personalised your blog favicon and admin logo used your gravatar.

Thursday, October 16th, 2008

This is the version used on my blog. You may see the live widgets at my blog’s left sidebar. It is allowed to choose show on button or form type.
Here are download link. Wordpress paypal widgets