From f35ffa9b6065e351a99c546c6b81a312a93086a4 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Tue, 1 May 2012 02:33:55 +0200 Subject: diabook-themes: add "last tweets"-box to right_aside, that searches for #friendica on twitter --- view/theme/diabook/communityhome.tpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view/theme/diabook/communityhome.tpl') diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 66f93c32d..5fb6eb5e2 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -42,6 +42,9 @@ $nv.search {{ endif }} +
+
+
{{ if $lastusers_title }}

$lastusers_title

-- cgit v1.2.3 From 2c577ed90f1d6a459d7c4b84db3ffd1f5d052ff8 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Tue, 1 May 2012 06:21:40 +0200 Subject: diabook-themes: add "community profiles"-box to right_column --- view/theme/diabook/communityhome.tpl | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'view/theme/diabook/communityhome.tpl') diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 5fb6eb5e2..982e2bd26 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -4,9 +4,20 @@ {{ endif }}
+
+{{ if $comunity_profilest_title }} +

$comunity_profilest_title

+
+{{ for $comunity_profiles_items as $i }} + $i +{{ endfor }} +
+{{ endif }} +
+
{{ if $lastusers_title }} -

$helpers.title.1

+

$helpers.title.1

NewHere
Friendica Support
Let's talk
-- cgit v1.2.3 From ab556857f0be489ce681c41069690c13df77024c Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Tue, 1 May 2012 16:46:08 +0200 Subject: diabook-themes: small fix at "community pages"-box --- view/theme/diabook/communityhome.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'view/theme/diabook/communityhome.tpl') diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 982e2bd26..f2f8b4d5e 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -53,9 +53,6 @@ $nv.search {{ endif }}
-
-
-
{{ if $lastusers_title }}

$lastusers_title

@@ -96,4 +93,7 @@ $nv.search {{ endfor }} {{ endif }} +
+ +
\ No newline at end of file -- cgit v1.2.3 From 6875f54647cbbdb66e6d570cbf357a8b83644fad Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Wed, 2 May 2012 16:27:01 +0200 Subject: diabook-themes: more improvements in theme.php, add titles to bbcode under coment-box --- view/theme/diabook/communityhome.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/theme/diabook/communityhome.tpl') diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index f2f8b4d5e..9ccba4597 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -16,7 +16,7 @@
-{{ if $lastusers_title }} +{{ if $helpers }}

$helpers.title.1

NewHere
Friendica Support
@@ -26,7 +26,7 @@
-{{ if $lastusers_title }} +{{ if $con_services }}

$con_services.title.1

Facebook -- cgit v1.2.3 From 3521e22333d9050d3feb35b4f9b147d444505904 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Thu, 3 May 2012 06:05:55 +0200 Subject: diabook-theme: made boxes at right_aside sortable --- view/theme/diabook/communityhome.tpl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'view/theme/diabook/communityhome.tpl') diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 9ccba4597..87b825d98 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -1,8 +1,13 @@ +
+
+ +
+
{{ if $page }}
$page
{{ endif }} -
+
{{ if $comunity_profilest_title }} @@ -96,4 +101,5 @@ $nv.search
+
\ No newline at end of file -- cgit v1.2.3 From d72db2e1aa68833cbebc1c24ab4e1c6c9c966679 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Thu, 3 May 2012 07:57:40 +0200 Subject: diabook-theme: small fix --- view/theme/diabook/communityhome.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/theme/diabook/communityhome.tpl') diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 87b825d98..0386d63d3 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -1,9 +1,9 @@ -
+
-
+
{{ if $page }}
$page
{{ endif }} -- cgit v1.2.3