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
“Screenshot”: WP-code that I use for that map
Screenshot: Options page
(riro) Digga
File: riro-digga.zip
How to: Use the function riro_digga_link in your themes index.php somewhere next to the post.
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
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 ‘
}
} else {
global $wpdb;
$awaiting_mod = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = ’0′");
if($awaiting_mod) {
echo ‘
}
}
}
?>
(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.
<li><a href="http://akismet.com/">php riro_akismet_image("", " spam"); ?>a>li>
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.
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.
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.
2006-12-11 23:16
[...] Gjorde det självklart som en wordpress-plugin (https://snowland.se/plugins/) [...]
2007-01-13 23:29
[...] Den plugin’en och några andra finns på https://snowland.se/plugins/ [...]
2007-02-19 12:28
[...] (riro) Digga [...]
2007-09-11 11:59
Google MapMarker in use at http://www.ronnkvist.nu/paddlat/
2007-09-26 09:57
WP 2.3 safe?
2007-10-03 12:40
Looks like it
2007-10-27 05:05
[...] Plugin Page [...]
2007-11-24 19:40
[...] som jag kört fram till nu) har jag importerat mina gamla taggar till WP 2.3. Sen har jag lagt in riro’s plugin för att koppla dem till [...]
2007-12-20 16:41
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
2007-12-21 08:58
ehm… finns massor av väder-plugins. Bara välja och vraka.
En början:
http://codex.wordpress.org/Plugins/Weather
2008-02-02 16:18
Hi, it’s a great plugin, but the map disappears quite often. Why is that?
2008-02-03 09:08
My guess is that your theme isn’t xhtml valid.
I had that problem with one of the sites I’m running.