Skip to content
Snippets Groups Projects
Commit 8d93ecad authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

change to only show icons that aren't the default

parent c745be76
No related branches found
No related tags found
No related merge requests found
...@@ -150,12 +150,12 @@ ...@@ -150,12 +150,12 @@
</div> </div>
--> -->
<p class="clear" style="padding-bottom:5px;"> <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> </p>
<!-- lat, lng, username, location, displayname, title, comment(text area) --> <!-- lat, lng, username, location, displayname, title, comment(text area) -->
<?php <?php
//$users = get_entities_from_metadata('icontime', '', 'user', '', 0, 8); $users = get_entities_from_metadata('icontime', '', 'user', '', 0, 8);
$users = get_entities('user', '', 0, '', 8, 0, false, 0, null); //$users = get_entities('user', '', 0, '', 8, 0, false, 0, null);
if($users){ if($users){
foreach($users as $user){ foreach($users as $user){
echo "<div class=\"member_icon\"><img onclick=\"window.openLocation('" . $user->longitude . "','" . $user->latitude . "','" . $user->username . "',"; echo "<div class=\"member_icon\"><img onclick=\"window.openLocation('" . $user->longitude . "','" . $user->latitude . "','" . $user->username . "',";
......
...@@ -147,6 +147,7 @@ end three equal panels */ ...@@ -147,6 +147,7 @@ end three equal panels */
/*the popup info bubble on the globe */ /*the popup info bubble on the globe */
#FE_InfoWindow { #FE_InfoWindow {
margin:35px 0 0 15px !important; margin:35px 0 0 15px !important;
margin:0 0 0 15px !important\9;
z-index:50; z-index:50;
} }
#witw_wrapper { #witw_wrapper {
......
...@@ -16,6 +16,15 @@ ...@@ -16,6 +16,15 @@
?> ?>
<!--[if IE]>
<style type="text/css">
#FE_InfoWindow {
margin:10px 0 0 15px !important;
}
</style>
<![endif]-->
<script type="text/javascript"> <script type="text/javascript">
WDN.jQuery(document).ready(function(){ WDN.jQuery(document).ready(function(){
...@@ -149,3 +158,4 @@ WDN.jQuery(document).ready(function() { ...@@ -149,3 +158,4 @@ WDN.jQuery(document).ready(function() {
</script> </script>
<!-- end poly9 globe js --> <!-- end poly9 globe js -->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment