diff --git a/include/Contact.php b/include/Contact.php index c83177ddaa..04d3fa9e5d 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -219,7 +219,7 @@ function contact_photo_menu($contact) { $poke_link = $a->get_baseurl() . '/poke/?f=&c=' . $contact['id']; $contact_url = $a->get_baseurl() . '/contacts/' . $contact['id']; - $posts_link = $a->get_baseurl() . '/network/?cid=' . $contact['id']; + $posts_link = $a->get_baseurl() . '/network/0?nets=all&cid=' . $contact['id']; $menu = Array( 'poke' => array(t("Poke"), $poke_link), diff --git a/include/conversation.php b/include/conversation.php index d5f87567b9..5296011bb3 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -795,7 +795,7 @@ function item_photo_menu($item){ if(($cid) && (! $item['self'])) { $poke_link = $a->get_baseurl($ssl_state) . '/poke/?f=&c=' . $cid; $contact_url = $a->get_baseurl($ssl_state) . '/contacts/' . $cid; - $posts_link = $a->get_baseurl($ssl_state) . '/network/?cid=' . $cid; + $posts_link = $a->get_baseurl($ssl_state) . '/network/0?nets=all&cid=' . $cid; $clean_url = normalise_link($item['author-link']); diff --git a/view/contact_edit.tpl b/view/contact_edit.tpl index c68ca7f1db..bec78bd7d9 100644 --- a/view/contact_edit.tpl +++ b/view/contact_edit.tpl @@ -43,7 +43,7 @@ {{ endif }} -
  • $lblrecent
  • +
  • $lblrecent
  • {{ if $lblsuggest }}
  • $lblsuggest
  • {{ endif }}