diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl
index 2a704c9fa..5b807c8ad 100755
--- a/view/theme/diabook-blue/communityhome.tpl
+++ b/view/theme/diabook-blue/communityhome.tpl
@@ -1,5 +1,5 @@
{{ if $lastusers_title }}
-
Help or #NewHere ?
+Help or @NewHere ?
Friendica Support
Let's talk
NewHere
@@ -46,9 +46,13 @@
{{ endif }}
+{{ if $lastusers_title }}
+$page
+{{ endif }}
+
{{ if $lastusers_title }}
PostIt to Friendica
-Post to Friendica from anywhere by bookmarking this Link.
+
{{ endif }}
{{ if $like_title }}
diff --git a/view/theme/diabook-blue/style-network.css b/view/theme/diabook-blue/style-network.css
index 66cfe0c6c..85cf23da1 100644
--- a/view/theme/diabook-blue/style-network.css
+++ b/view/theme/diabook-blue/style-network.css
@@ -395,7 +395,7 @@
/* global */
body {
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 13px;
+ font-size: 12.5px;
background-color: #ffffff;
color: #2d2d2d;
margin: 50px auto auto;
@@ -888,6 +888,8 @@ ul.menu-popup .empty {
position: absolute;
padding-top: 4px;
padding-left: 5px;
+ word-wrap: break-word;
+ width: 130px;
}
#ps-username:hover{
text-decoration: none;
@@ -945,7 +947,7 @@ aside {
float: left;
/* background: #F1F1F1; */
}
-
+aside #page-sidebar{display: none;}
aside .vcard .fn {
font-size: 18px;
font-weight: bold;
@@ -1187,7 +1189,8 @@ right_aside #likes { margin: 0px; padding: 0px; list-style: none; }
right_aside .items-wrapper{ overflow: auto; width: 100%; }
right_aside #lastusers-wrapper { padding-left: 6px; padding-top: 3px; overflow: auto; width: 100%; }
right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: auto; width: 100%; }
-
+#page-sidebar-right_aside{margin-top: 30px;}
+#page-sidebar-right_aside ul {margin-top: 0px;}
/* wall item */
.tread-wrapper {
border-bottom: 1px solid #D2D2D2;
@@ -1216,6 +1219,7 @@ right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow:
.wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
display: table-row;
}
+
.wall-item-bottom {
font-size: 13px;
}
@@ -1260,10 +1264,10 @@ right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow:
}
.wall-item-container .wall-item-content {
- font-size: 13px;
+ font-size: 12.5px;
max-width: 420px;
word-wrap: break-word;
- line-height: 1.4;
+ line-height: 1.2;
}
.wall-item-container .wall-item-content img {
diff --git a/view/theme/diabook-blue/style-profile.css b/view/theme/diabook-blue/style-profile.css
index 5209777b2..3671d963e 100644
--- a/view/theme/diabook-blue/style-profile.css
+++ b/view/theme/diabook-blue/style-profile.css
@@ -395,7 +395,7 @@
/* global */
body {
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 13px;
+ font-size: 12.5px;
background-color: #ffffff;
color: #2d2d2d;
margin: 50px auto auto;
@@ -888,6 +888,8 @@ ul.menu-popup .empty {
position: absolute;
padding-top: 4px;
padding-left: 5px;
+ word-wrap: break-word;
+ width: 130px;
}
#ps-username:hover{
text-decoration: none;
@@ -1117,7 +1119,7 @@ list-style-type: disc;
section {
display: table-cell;
vertical-align: top;
- width: auto;
+ width: 611px;
padding: 0px 0px 0px 12px;
}
@@ -1177,6 +1179,7 @@ right_aside {
/* background: #F1F1F1; */
}
+right_aside a{color: #1872A2;}
right_aside h3 {border-bottom: 1px solid #D2D2D2; padding-top: 5px; padding-bottom: 0px; padding-left: 5px; margin-bottom: 0px;
margin-top:30px;}
right_aside .directory-item { width: 50px; height: 50px; vertical-align: center; text-align: center; }
@@ -1186,7 +1189,8 @@ right_aside #likes { margin: 0px; padding: 0px; list-style: none; }
right_aside .items-wrapper{ overflow: auto; width: 100%; }
right_aside #lastusers-wrapper { padding-left: 6px; padding-top: 3px; overflow: auto; width: 100%; }
right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: auto; width: 100%; }
-
+#page-sidebar-right_aside{margin-top: 30px;}
+#page-sidebar-right_aside ul {margin-top: 0px;}
/* wall item */
.tread-wrapper {
border-bottom: 1px solid #D2D2D2;
@@ -1215,6 +1219,7 @@ right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow:
.wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
display: table-row;
}
+
.wall-item-bottom {
font-size: 13px;
}
@@ -1259,10 +1264,10 @@ right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow:
}
.wall-item-container .wall-item-content {
- font-size: 13px;
+ font-size: 12.5px;
max-width: 420px;
word-wrap: break-word;
- line-height: 1.4;
+ line-height: 1.2;
}
.wall-item-container .wall-item-content img {
diff --git a/view/theme/diabook-blue/style.css b/view/theme/diabook-blue/style.css
index d3d3d9eb7..a05a49e67 100644
--- a/view/theme/diabook-blue/style.css
+++ b/view/theme/diabook-blue/style.css
@@ -395,7 +395,7 @@
/* global */
body {
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 13px;
+ font-size: 12.5px;
background-color: #ffffff;
color: #2d2d2d;
margin: 50px auto auto;
@@ -887,6 +887,8 @@ ul.menu-popup .empty {
position: absolute;
padding-top: 4px;
padding-left: 5px;
+ word-wrap: break-word;
+ width: 130px;
}
#ps-username:hover{
text-decoration: none;
@@ -1235,10 +1237,10 @@ body .pageheader{
}
.wall-item-container .wall-item-content {
- font-size: 13px;
+ font-size: 12.5px;
max-width: 720px;
word-wrap: break-word;
- line-height: 1.4;
+ line-height: 1.2;
}
.wall-item-container .wall-item-content img {
diff --git a/view/theme/diabook-blue/theme.php b/view/theme/diabook-blue/theme.php
index c2475e8bc..6149b12de 100755
--- a/view/theme/diabook-blue/theme.php
+++ b/view/theme/diabook-blue/theme.php
@@ -138,6 +138,41 @@ function diabook_community_info(){
else {a_funct()}})()" ;
$aside['$fostitJS'] = $fostitJS;
+
+ //Community Page
+ $page = '';
+ if (sizeof($contacts) > 0)
+
+ $aside['$page'] = $page;
+ //END Community Page
+
+
$url = $a->get_baseurl($ssl_state);
$aside['$url'] = $url;
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl
index 78b80ab3b..c1b395dbe 100755
--- a/view/theme/diabook/communityhome.tpl
+++ b/view/theme/diabook/communityhome.tpl
@@ -1,5 +1,5 @@
{{ if $lastusers_title }}
-Help or #NewHere ?
+Help or @NewHere ?
Friendica Support
Let's talk
NewHere
@@ -46,9 +46,13 @@
{{ endif }}
+{{ if $lastusers_title }}
+$page
+{{ endif }}
+
{{ if $lastusers_title }}
PostIt to Friendica
-Post to Friendica from anywhere by bookmarking this Link.
+
{{ endif }}
{{ if $like_title }}
diff --git a/view/theme/diabook/style-network.css b/view/theme/diabook/style-network.css
index 23ab0d4bf..00856c8d2 100644
--- a/view/theme/diabook/style-network.css
+++ b/view/theme/diabook/style-network.css
@@ -395,7 +395,7 @@
/* global */
body {
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 13px;
+ font-size: 12.5px;
background-color: #ffffff;
color: #2d2d2d;
margin: 50px auto auto;
@@ -877,6 +877,8 @@ ul.menu-popup .empty {
padding-top: 4px;
padding-left: 5px;
color: #2D2D2D;
+ word-wrap: break-word;
+ width: 130px;
}
#ps-username:hover{
text-decoration: none;
@@ -934,6 +936,7 @@ aside {
float: left;
/* background: #F1F1F1; */
}
+aside #page-sidebar{display: none;}
aside .vcard .fn {
font-size: 18px;
@@ -1164,7 +1167,8 @@ right_aside #likes { margin: 0px; padding: 0px; list-style: none; }
right_aside .items-wrapper{ overflow: auto; width: 100%; }
right_aside #lastusers-wrapper { padding-left: 6px; padding-top: 3px; overflow: auto; width: 100%; }
right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: auto; width: 100%; }
-
+#page-sidebar-right_aside{margin-top: 30px;}
+#page-sidebar-right_aside ul {margin-top: 0px;}
/* wall item */
.tread-wrapper {
border-bottom: 1px solid #D2D2D2;
@@ -1189,6 +1193,7 @@ right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow:
.wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
display: table-row;
}
+
.wall-item-bottom {
font-size: 13px;
}
@@ -1233,10 +1238,10 @@ right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow:
}
.wall-item-container .wall-item-content {
- font-size: 13px;
+ font-size: 12.5px;
max-width: 420px;
word-wrap: break-word;
- line-height: 1.4;
+ line-height: 1.2;
}
.wall-item-container .wall-item-content img {
diff --git a/view/theme/diabook/style-profile.css b/view/theme/diabook/style-profile.css
index a721d62ab..da1a7dd6d 100644
--- a/view/theme/diabook/style-profile.css
+++ b/view/theme/diabook/style-profile.css
@@ -395,7 +395,7 @@
/* global */
body {
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 13px;
+ font-size: 12.5px;
background-color: #ffffff;
color: #2d2d2d;
margin: 50px auto auto;
@@ -877,6 +877,8 @@ ul.menu-popup .empty {
padding-top: 4px;
padding-left: 5px;
color: #2D2D2D;
+ word-wrap: break-word;
+ width: 130px;
}
#ps-username:hover{
text-decoration: none;
@@ -1096,7 +1098,7 @@ aside #side-peoplefind-url {
section {
display: table-cell;
vertical-align: top;
- width: auto;
+ width: 610px;
padding: 0px 0px 0px 12px;
}
@@ -1164,6 +1166,8 @@ right_aside #likes { margin: 0px; padding: 0px; list-style: none; }
right_aside .items-wrapper{ overflow: auto; width: 100%; }
right_aside #lastusers-wrapper { padding-left: 6px; padding-top: 3px; overflow: auto; width: 100%; }
right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: auto; width: 100%; }
+#page-sidebar-right_aside{margin-top: 30px;}
+#page-sidebar-right_aside ul {margin-top: 0px;}
/* wall item */
.tread-wrapper {
border-bottom: 1px solid #D2D2D2;
@@ -1188,6 +1192,7 @@ right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow:
.wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
display: table-row;
}
+
.wall-item-bottom {
font-size: 13px;
}
@@ -1232,10 +1237,10 @@ right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow:
}
.wall-item-container .wall-item-content {
- font-size: 13px;
+ font-size: 12.5px;
max-width: 420px;
word-wrap: break-word;
- line-height: 1.4;
+ line-height: 1.2;
}
.wall-item-container .wall-item-content img {
diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css
index ffab5b4c4..5154459d3 100644
--- a/view/theme/diabook/style.css
+++ b/view/theme/diabook/style.css
@@ -394,7 +394,7 @@
/* global */
body {
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 13px;
+ font-size: 12.5px;
background-color: #ffffff;
color: #2d2d2d;
margin: 50px auto auto;
@@ -876,6 +876,8 @@ ul.menu-popup .empty {
padding-top: 4px;
padding-left: 5px;
color: #2D2D2D;
+ word-wrap: break-word;
+ width: 130px;
}
#ps-username:hover{
text-decoration: none;
@@ -1212,10 +1214,10 @@ body .pageheader{
}
.wall-item-container .wall-item-content {
- font-size: 13px;
+ font-size: 12.5px;
max-width: 720px;
word-wrap: break-word;
- line-height: 1.4;
+ line-height: 1.2;
}
.wall-item-container .wall-item-content img {
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php
index adf31746f..29cc64c18 100755
--- a/view/theme/diabook/theme.php
+++ b/view/theme/diabook/theme.php
@@ -18,6 +18,9 @@ $cssFile = null;
/**
* prints last community activity
*/
+
+
+
function diabook_community_info(){
$a = get_app();
//right_aside at networkpages
@@ -139,12 +142,49 @@ function diabook_community_info(){
$aside['$fostitJS'] = $fostitJS;
+ //Community Page
+ $page = '';
+ if (sizeof($contacts) > 0)
+
+ $aside['$page'] = $page;
+ //END Community Page
+
+
$url = $a->get_baseurl($ssl_state);
$aside['$url'] = $url;
$tpl = file_get_contents(dirname(__file__).'/communityhome.tpl');
$a->page['right_aside'] = replace_macros($tpl, $aside);
+
+
+
}
@@ -167,7 +207,7 @@ if ($a->argv[0] === "network"){
$ps['usermenu']['events'] = Array('events/', t('Events'), "", t('Your events'));
$ps['usermenu']['notes'] = Array('notes/', t('Personal notes'), "", t('Your personal photos'));
$ps['usermenu']['community'] = Array('community/', t('Community'), "", "");
- $ps['usermenu']['pgroups'] = Array('http://dir.friendika.com/directory/forum', t('Public Groups'), "", "");
+ $ps['usermenu']['pgroups'] = Array('http://dir.friendica.com/directory/forum', t('Public Groups'), "", "");
$tpl = get_markup_template('profile_side.tpl');