From 8d93ecad3178f6e747b0b6f0b1cb0395803e56ca Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Fri, 21 Aug 2009 19:02:28 +0000 Subject: [PATCH] change to only show icons that aren't the default --- customindex/views/default/customindex/content.php | 6 +++--- customindex/views/default/customindex/css.php | 1 + customindex/views/default/customindex/metatags.php | 10 ++++++++++ 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 2112ef74..3e7ab4f6 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -150,12 +150,12 @@ </div> --> <p class="clear" style="padding-bottom:5px;"> - Most recent members to add their profile: + Most recent members to add their profile photo and location: </p> <!-- lat, lng, username, location, displayname, title, comment(text area) --> <?php - //$users = get_entities_from_metadata('icontime', '', 'user', '', 0, 8); - $users = get_entities('user', '', 0, '', 8, 0, false, 0, null); + $users = get_entities_from_metadata('icontime', '', 'user', '', 0, 8); + //$users = get_entities('user', '', 0, '', 8, 0, false, 0, null); if($users){ foreach($users as $user){ echo "<div class=\"member_icon\"><img onclick=\"window.openLocation('" . $user->longitude . "','" . $user->latitude . "','" . $user->username . "',"; diff --git a/customindex/views/default/customindex/css.php b/customindex/views/default/customindex/css.php index 69f18b12..f8233e5e 100644 --- a/customindex/views/default/customindex/css.php +++ b/customindex/views/default/customindex/css.php @@ -147,6 +147,7 @@ end three equal panels */ /*the popup info bubble on the globe */ #FE_InfoWindow { margin:35px 0 0 15px !important; + margin:0 0 0 15px !important\9; z-index:50; } #witw_wrapper { diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php index d024faa4..3beb40a9 100644 --- a/customindex/views/default/customindex/metatags.php +++ b/customindex/views/default/customindex/metatags.php @@ -16,6 +16,15 @@ ?> +<!--[if IE]> + <style type="text/css"> + #FE_InfoWindow { + margin:10px 0 0 15px !important; + } + </style> +<![endif]--> + + <script type="text/javascript"> WDN.jQuery(document).ready(function(){ @@ -149,3 +158,4 @@ WDN.jQuery(document).ready(function() { </script> <!-- end poly9 globe js --> + -- GitLab