I try few hours to find why my search don’t work correctly. I use “page navi” plugin but the error persist without plugin too. Finally, after many code modification I fout the problem. It was in the POST method who must be replaced with GET method. But attention, Dilectio wordpress themes have two forms in [...]
Yesterday I found my users of an WMPU system can’t login from Internet Explorer. So I search for a solution and find one who work for my clients. Solution are pretty simple and all you need is to make some modification on wp-config.php files. You must add some new lines of codes written bellow: define(‘ADMIN_COOKIE_PATH’, [...]
Finally WordPress 3.0 was launched. They have few new options. First they added a new default theme called Twenty Ten. Add new features and a new theme options: Menus. Also at first look I understand they added wpmu into the core of wordpress. If you want more details watch the video:
Finally we are launching today first version of ProTwitter plugin. This version is a a beta version, and have implemented only few of the options. Fast Twetter Counter became a part of this plugin and is no longer supported. Firs feature who will be added to plugin will be tweet this option who right now [...]
This is my list of Banned Email Domains on my wpmu. You can use to protect against spammers with another protection tools. You cat put this domain in your WPMU admin on Option -> Banned Email Domains. .co.cc 2424blog.com 900-numbers-livetoday.co.cc azbestsellers.com buffalomission.org conficker-worm-removal.com d6327.com dazzlepedia.org danielamail.com dentistinnewportbeach.com discoverrome.org ddoforums.com emaildesechable.info emailfile.info emailftw.info fatbookmarks.com filmstarwallpapers.com free-drumlessons.com [...]
After running WordPress MultiUser for more then a year the biggest problem wasn’t the comment spam , but the fact that if I leave the site open for registration of new accounts the spam bots find it and start the attack. I have tested a few plugins with different levels of success , all have [...]
Finally we have a new version of WPMU Fast Verification plugin. The new features add fast verification for Bing Webmaster Center & Alexa Siteowners. So now you have one plugin for verify meta key for Google Webmaster Tools, Yahoo! SiteExplorer, Bing Webmaster Center & Alexa Siteowners You can download from here.
This plugin will allow you to do fast verification for your WordPress MU websites with Google Webmaster Tools and Yahoo! SiteExplorer. Is an easy and faster tool. Easy to install. Easy to use. 1. Download the plugin, extract in a folder 2. Upload fastverification.php to your wmpu plugins folder on your server, /wp-content/mu-plugins 3. Upload [...]
Because is winter and a lot of people love winter is time to have your blog personalized for winter time. This help your readers to feel more confortable on your blog. For installing theme you need to follow the next steps: 1. Unpack this archive 2. Copy in your plugins directory /fonts /let-it-snow /wp-cufon 3. [...]
To display last N updated blogs in WordPress MU main page, just add code below to the sidebar.php of your theme: <?php $blogs = get_last_updated(); $blog_limit=10; if( is_array( $blogs ) ) { ?> <ul> <?php foreach( $blogs as $details ) { $blog_limit = $blog_limit-1; if ($blog_limit < 0 ) continue; ?><li><div class=”blogslinks”><a target=”_BLANK” href=”http://<?php echo [...]