From 8ed0c82b384fd732c70507ba29d4c38a511d93b0 Mon Sep 17 00:00:00 2001 From: Mark O'Sullivan Date: Tue, 15 Feb 2011 13:28:41 -0500 Subject: [PATCH] Make Gravatar work with the mobile theme. --- plugins/Gravatar/default.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/Gravatar/default.php b/plugins/Gravatar/default.php index f6f057d8953..5c31fcd6479 100755 --- a/plugins/Gravatar/default.php +++ b/plugins/Gravatar/default.php @@ -4,13 +4,15 @@ $PluginInfo['Gravatar'] = array( 'Name' => 'Gravatar', 'Description' => 'Implements Gravatar avatars for all users who have not uploaded their own custom profile picture & icon.', - 'Version' => '1.1', + 'Version' => '1.2', 'Author' => "Mark O'Sullivan", 'AuthorEmail' => 'mark@vanillaforums.com', - 'AuthorUrl' => 'http://vanillaforums.com' + 'AuthorUrl' => 'http://vanillaforums.com', + 'MobileFriendly' => TRUE ); // 1.1 Fixes - Used GetValue to retrieve array props instead of direct references +// 1.2 Fixes - Make Gravatar work with the mobile theme class GravatarPlugin extends Gdn_Plugin {