diff --git a/src/Module/Profile/Index.php b/src/Module/Profile/Index.php index 95a929d4b..521a682dc 100644 --- a/src/Module/Profile/Index.php +++ b/src/Module/Profile/Index.php @@ -148,7 +148,6 @@ class Index extends BaseModule $basic_fields += self::buildField('homepage', DI::l10n()->t('Homepage:'), HTML::toLink($a->profile['homepage'])); } - $o .= Profile::getTabs($a, 'profile', $is_owner, $a->profile['nickname']); if ( $a->profile['address'] || $a->profile['locality'] diff --git a/src/Module/Profile/Status.php b/src/Module/Profile/Status.php index 1300fdc97..0047f27ed 100644 --- a/src/Module/Profile/Status.php +++ b/src/Module/Profile/Status.php @@ -42,8 +42,8 @@ class Status extends BaseModule $dtFormat = DI::dtFormat(); - if ($args->getArgc() > 2) { - for ($x = 2; $x < $args->getArgc(); $x++) { + if ($args->getArgc() > 3) { + for ($x = 3; $x < $args->getArgc(); $x++) { if ($dtFormat->isYearMonth($args->get($x))) { if ($datequery) { $datequery2 = Strings::escapeHtml($args->get($x)); diff --git a/view/templates/profile/index.tpl b/view/templates/profile/index.tpl index 8ad4d5eba..60bf46b99 100644 --- a/view/templates/profile/index.tpl +++ b/view/templates/profile/index.tpl @@ -28,97 +28,76 @@
{{/if}} +