From 52138b3a9bafabc8cb018e0622c6dc5dc5fcb937 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Tue, 20 Oct 2009 15:29:30 +0000 Subject: [PATCH] Changed user pull to 16, removed the "me" icon since this page is no longer displayed as a tab when logged in. Still need to randomize the users. --- customindex/views/default/customindex/content.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 63ec3918..60577220 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -220,19 +220,6 @@ div.items a.active { $me = get_user($_SESSION['user']->guid); ?> - <div class="member_icon"> - <img src="<?php echo $_SESSION['user']->getIcon('tiny'); ?>" alt="Your Profile Icon" class="tooltip" title="You" id="YourselfOnTheMap" onclick="window.openLocation(<?php echo "'" . $me->longitude . "','" . $me->latitude . "','" . $me->username . "',"; - if($me->profile_country) - echo "'" . $me->profile_country . " - " . str_replace("'","\'",htmlentities($me->profile_city)) . ", " . $me->profile_state . "',"; - else - echo "'',"; - echo "'" . str_replace("'","\'",htmlentities($me->name)) . "',"; - if($me->profile_attended_from != "Did Not Attend UNL" && $me->profile_attended_from != "" && $me->profile_attended_from != NULL) - echo "'Attended UNL: " . $me->profile_attended_from . "-" . $me->profile_attended_to . "'"; - else - echo "''"; - echo ",'". str_replace("'","\'",htmlentities($me->map_explanation))."'"?>)" /> - </div> <?php } @@ -242,7 +229,7 @@ div.items a.active { </p> <!-- lat, lng, username, location, displayname, title, comment(text area) --> <?php - $users = get_entities_from_metadata('icontime', '', 'user', '', 0, 8); + $users = get_entities_from_metadata('icontime', '', 'user', '', 0, 16); //$users = get_entities('user', '', 0, '', 8, 0, false, 0, null); if($users){ -- GitLab