WP Plugins

(riro) Google MapMarker

File: riro-wpgmm.zip
How to: Unzip in a folder named “riro-wpgmm”. Get your Google Maps API-Key. Edit the Options. Done.
Example: www.ronnkvist.nu/paddlat/
Screenshot: In use at ronnkvist.nu
In use
“Screenshot”: WP-code that I use for that map

<h2>Ställen jag paddlat på</h2>

[wpgmm h=600 w=550 z=12 lat=60.6756 long=15.8426 t=n]

[wpgmm-kml]Klicka här för att se dom i Google Earth</a>
 

Screenshot: Options page
Options

(riro) Digga

File: riro-digga.zip
How to: Use the function riro_digga_link in your themes index.php somewhere next to the post.

<?PHP
if (function_exists(‘riro_digga_link’)) :
        riro_digga_link(‘Digga’, , ‘ | ‘);
endif;
?>
 

Dashbar 2.0.x Mod

File: http://z720.net/produits/wordpress/dashbar/en
How to: Modify the “moderate_comments”-section in DashBar.php to show Akismet-menuitem.
History: 2006-01-29: Small update for Akismet version 2.0

<?PHP
if(current_user_can(‘moderate_comments’)) {
                if (function_exists(‘akismet_stats’)) {
                        $akismetSpamCount = $wpdb->get_var("SELECT COUNT(comment_ID) FROM $wpdb->comments WHERE comment_approved = ‘spam’");
                        if ($akismetSpamCount >= 1) {
                        echo ‘<li><a href="’.get_option(‘siteurl’).‘/wp-admin/edit.php?page=akismet-admin">Akismet Spam (‘.$akismetSpamCount.‘)</a></li>’;
                }
        } else {
                        global $wpdb;
                        $awaiting_mod = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = ’0′");
                        if($awaiting_mod) {
                                echo ‘<li><a href="’.get_option(‘siteurl’).‘/wp-admin/moderation.php">’.sprintf(__("Awaiting Moderation (%s)",$this->domain), $awaiting_mod).‘</a></li>’;
                        }
                }
}
?>
 

(riro) Akismet Image

File: riro-akismet.zip
How to: Enable Akismet, enable this plugin and use the function riro_akismet_image to create a nice looking image.

<?PHP if (function_exists(‘riro_akismet_image’)) : ?>
        <li><a href="http://akismet.com/"><?php riro_akismet_image("", " spam"); ?></a></li>
<?PHP endif; ?>
 

(riro) del.icio.us

File: riro-delicious.zip
How to: Use the function riro_delicious_link in your themes index.php somewhere next to the post.

<?PHP
if (function_exists(‘riro_delicious_link’)) :
        riro_delicious_link(‘del.icio.us’, , ‘ | ‘);
endif;
?>
 

(riro) Digg It!

File: riro-digg.zip
How to: Use the function riro_digg_link in your themes index.php somewhere next to the post.

<?PHP
if (function_exists(‘riro_digg_link’)) :
        riro_digg_link(‘Digg It!’, , , ‘ | ‘);
endif;
?>
 

(riro) Where am I

File: riro-whereami.zip
How to: Get your Google Maps API-Key. Edit the PHP-definitions. Create a empty page in wordpress and put the text “wai” in between brackets somewhere.

Posted in

12 comments

  1. Pingback: snowland.se » WP Plugin: Akismet Image
  2. Pingback: ronnkvist.nu » Digg på svenska (Självklart med plugin)
  3. Pingback: Digga Blogg » Blog Archive » WordPress plugins med stöd för Digga
  4. Pingback: geofumadas » Blog Archive » 10 plugins de googlemaps para wordpress
  5. Pingback: Tag soup at Hugos weblog
  6. henrik

    hej – pillar med en wp-sida och vill lägga in en widget för att visa väder-prognoser/situationer. har du några bra tips på enkla installationer?
    hälsning
    henrik

  7. riro

    My guess is that your theme isn’t xhtml valid.

    I had that problem with one of the sites I’m running.

Post a comment

You may use the following HTML:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>