aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-28 19:44:47 -0800
committerFriendika <info@friendika.com>2011-02-28 19:44:47 -0800
commit80ed4242ee71031f73aa4ef32f17edbf6e989f51 (patch)
treece8c3dd29d1385de3180d43ba35aa2edff2af658
parentf089b1610e148db0f3952d9fce44974dbecfbc5c (diff)
downloadvolse-hubzilla-80ed4242ee71031f73aa4ef32f17edbf6e989f51.tar.gz
volse-hubzilla-80ed4242ee71031f73aa4ef32f17edbf6e989f51.tar.bz2
volse-hubzilla-80ed4242ee71031f73aa4ef32f17edbf6e989f51.zip
singleuser site mode plus fix search template layout
-rw-r--r--include/nav.php10
-rw-r--r--mod/home.php6
-rw-r--r--mod/network.php1
-rw-r--r--mod/search.php1
-rw-r--r--view/search_item.tpl7
5 files changed, 19 insertions, 6 deletions
diff --git a/include/nav.php b/include/nav.php
index 430841722..bfbc10f5a 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -63,8 +63,16 @@ function nav(&$a) {
}
$a->page['nav'] .= '<a id="nav-search-link" class="nav-link" href="search">' . t('Search') . "</a>\r\n";
- $a->page['nav'] .= '<a id="nav-directory-link" class="nav-link" href="directory">' . t('Directory') . "</a>\r\n";
+ $gdirpath = 'directory';
+
+ if(strlen(get_config('system','singleuser'))) {
+ $gdir = dirname(get_config('system','directory_submit_url'));
+ if(strlen($gdir))
+ $gdirpath = $gdir;
+ }
+
+ $a->page['nav'] .= '<a id="nav-directory-link" class="nav-link" href="' . $gdirpath . '">' . t('Directory') . "</a>\r\n";
/**
*
diff --git a/mod/home.php b/mod/home.php
index d45b13ed5..20d38cfca 100644
--- a/mod/home.php
+++ b/mod/home.php
@@ -4,9 +4,11 @@ if(! function_exists('home_init')) {
function home_init(&$a) {
if(local_user() && ($a->user['nickname']))
- goaway( $a->get_baseurl() . "/profile/" . $a->user['nickname'] );
+ goaway( $a->get_baseurl() . "/profile/" . $a->user['nickname'] );
+
+ if(strlen(get_config('system','singleuser')))
+ goaway( $a->get_baseurl() . "/profile/" . get_config('system','singleuser'));
- $a->page['htmlhead'] .= "<meta name=\"dfrn-template\" content=\"" . $a->get_baseurl() . "/profile/%s" . "\" />\r\n";
}}
diff --git a/mod/network.php b/mod/network.php
index e50723ae7..8ac51cee3 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -245,6 +245,7 @@ function network_content(&$a, $update = 0) {
$o .= replace_macros($tpl,array(
'$id' => $item['item_id'],
+ '$linktitle' => t('View $name\'s profile'),
'$profile_url' => $profile_link,
'$name' => $profile_name,
'$sparkle' => $sparkle,
diff --git a/mod/search.php b/mod/search.php
index a6a4b613f..561bb6c62 100644
--- a/mod/search.php
+++ b/mod/search.php
@@ -113,6 +113,7 @@ function search_content(&$a) {
$o .= replace_macros($tpl,array(
'$id' => $item['item_id'],
+ '$linktitle' => t('View $name\'s profile'),
'$profile_url' => $profile_link,
'$name' => $profile_name,
'$sparkle' => $sparkle,
diff --git a/view/search_item.tpl b/view/search_item.tpl
index 0547fd9ef..fcdaac834 100644
--- a/view/search_item.tpl
+++ b/view/search_item.tpl
@@ -2,19 +2,20 @@
<div class="wall-item-content-wrapper$indent" id="wall-item-content-wrapper-$id" >
<span class="wall-item-info" id="wall-item-info-$id">
<div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" >
- <a href="$profile_url" title="View $name's profile" class="wall-item-photo-link" id="wall-item-photo-link-$id">
+ <a href="$profile_url" title="$linktitle" class="wall-item-photo-link" id="wall-item-photo-link-$id">
<img src="$thumb" class="wall-item-photo$sparkle" id="wall-item-photo-$id" height="80" width="80" alt="$name" /></a>
</div>
-
+ <div class="wall-item-photo-end"></div>
<div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
$lock
- <a href="$profile_url" title="View $name's profile" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a>
+ <a href="$profile_url" title="$linktitle" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a>
<div class="wall-item-ago" id="wall-item-ago-$id">$ago</div>
<div class="wall-item-location" id="wall-item-location-$id">$location</div>
</div>
</span>
<div class="wall-item-content" id="wall-item-content-$id" >
<div class="wall-item-title" id="wall-item-title-$id">$title</div>
+ <div class="wall-item-title-end"></div>
<div class="wall-item-body" id="wall-item-body-$id" >$body</div>
</div>
<div class="wall-item-tools" id="wall-item-tools-$id">