From b08d4cc1fe2b8dd45de7546f05cf9a9601aeca03 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 23 Dec 2013 17:24:25 -0800 Subject: first cut at a directory popup. It's a bit annoying at the moment, so we'll have to make it less so. Also had second thoughts about the project homepage changes made yesterday. Just because a bunch of Reddit trolls can't get social networking out of their brain long enough to explore other technologies or even read the project page doesn't mean we should pander to them and explain how or why we either are or aren't a social network. --- view/tpl/direntry_large.tpl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 view/tpl/direntry_large.tpl (limited to 'view/tpl/direntry_large.tpl') diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl new file mode 100755 index 000000000..cf45d8f48 --- /dev/null +++ b/view/tpl/direntry_large.tpl @@ -0,0 +1,16 @@ +
+
+ +
+
+{{$alttext}} +
+
+ +
{{$name}}
+{{if $entry.connect}} + +{{/if}} +
{{$details}}
+
+
-- cgit v1.2.3 From 8194ade8868bb57180d49a86216fc6fd680b4e79 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 23 Dec 2013 19:44:23 -0800 Subject: improve the directory popup a bit --- view/tpl/direntry_large.tpl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'view/tpl/direntry_large.tpl') diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl index cf45d8f48..605abb9b3 100755 --- a/view/tpl/direntry_large.tpl +++ b/view/tpl/direntry_large.tpl @@ -8,9 +8,18 @@
{{$name}}
-{{if $entry.connect}} +{{if $connect}} {{/if}}
{{$details}}
+{{if $marital}} +
{{$marital}}
+{{/if}} +{{if $sexual}} +
{{$sexual}}
+{{/if}} +{{if $kw}} +
{{$kw}} {{$keywords}}
+{{/if}} -- cgit v1.2.3 From 1c5fe5a1ac252058c81d44409841441711f2c6b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 23 Dec 2013 20:04:00 -0800 Subject: set the height so colorbox can set its size correctly --- view/tpl/direntry_large.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/direntry_large.tpl') diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl index 605abb9b3..58c9d5404 100755 --- a/view/tpl/direntry_large.tpl +++ b/view/tpl/direntry_large.tpl @@ -3,7 +3,7 @@
-{{$alttext}} +{{$alttext}}
-- cgit v1.2.3 From 80879369e7f11a5ffd69e34e9797db47f76bfc24 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 23 Dec 2013 20:18:04 -0800 Subject: get around size limit --- view/tpl/direntry_large.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'view/tpl/direntry_large.tpl') diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl index 58c9d5404..c71dd0eb9 100755 --- a/view/tpl/direntry_large.tpl +++ b/view/tpl/direntry_large.tpl @@ -1,9 +1,9 @@ -
+
-{{$alttext}} +{{$alttext}}
@@ -12,7 +12,6 @@ {{/if}}
{{$details}}
-
{{if $marital}}
{{$marital}}
{{/if}} @@ -23,3 +22,4 @@
{{$kw}} {{$keywords}}
{{/if}}
+
-- cgit v1.2.3 From fe00e9b2615dbc06ee0db82ca2c4334baa64e258 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 25 Dec 2013 01:57:04 -0800 Subject: extend the directory profiles a bit more --- view/tpl/direntry_large.tpl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'view/tpl/direntry_large.tpl') diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl index c71dd0eb9..a1800c994 100755 --- a/view/tpl/direntry_large.tpl +++ b/view/tpl/direntry_large.tpl @@ -18,6 +18,15 @@ {{if $sexual}}
{{$sexual}}
{{/if}} +{{if $homepage}} +
{{$homepage}}
+{{/if}} +{{if $hometown}} +
{{$hometown}}
+{{/if}} +{{if $about}} +
{{$about}}
+{{/if}} {{if $kw}}
{{$kw}} {{$keywords}}
{{/if}} -- cgit v1.2.3 From 29db2369811ba35515d285491ce089d937ed8d29 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 8 Jan 2014 14:11:39 -0800 Subject: qr enhancements --- view/tpl/direntry_large.tpl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'view/tpl/direntry_large.tpl') diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl index a1800c994..befd2a27a 100755 --- a/view/tpl/direntry_large.tpl +++ b/view/tpl/direntry_large.tpl @@ -2,11 +2,16 @@
-
-{{$alttext}} -
+
+ {{$alttext}} +
+
+ QR +
+
+
{{$name}}
{{if $connect}} -- cgit v1.2.3 From 05951a9877a2e8d0369ae3201a4379016b9b4968 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 21 Jan 2014 18:45:40 -0800 Subject: add primary webbie to directory popup --- view/tpl/direntry_large.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/tpl/direntry_large.tpl') diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl index befd2a27a..a3fa7e4c3 100755 --- a/view/tpl/direntry_large.tpl +++ b/view/tpl/direntry_large.tpl @@ -12,10 +12,14 @@
+
{{$name}}
{{if $connect}} {{/if}} + +
{{$address}}
+
{{$details}}
{{if $marital}}
{{$marital}}
-- cgit v1.2.3 From d970c69f91b96b3ef40752a95ecec8ca8b11b62a Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 28 Jan 2014 19:49:56 -0800 Subject: online indication to the directory popup --- view/tpl/direntry_large.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/direntry_large.tpl') diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl index a3fa7e4c3..f00448175 100755 --- a/view/tpl/direntry_large.tpl +++ b/view/tpl/direntry_large.tpl @@ -13,7 +13,7 @@
-
{{$name}}
+
{{$name}}{{if $online}} {{/if}}
{{if $connect}} {{/if}} -- cgit v1.2.3 From bf8f5d5b2b1753333d2ea9a14f728183c40c2dcb Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 14 Apr 2014 02:37:04 -0700 Subject: directory: make "connect" more prominent, but this ultimately needs more theme work. --- view/tpl/direntry_large.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/direntry_large.tpl') diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl index f00448175..487839f7a 100755 --- a/view/tpl/direntry_large.tpl +++ b/view/tpl/direntry_large.tpl @@ -15,7 +15,7 @@
{{$name}}{{if $online}} {{/if}}
{{if $connect}} - + {{/if}}
{{$address}}
-- cgit v1.2.3 From 424f23858ef10066d913db5ada45786f1beaea29 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 3 Jun 2014 22:30:05 -0700 Subject: add an icon to connect actions --- view/tpl/direntry_large.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/direntry_large.tpl') diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl index 487839f7a..da6ea1a44 100755 --- a/view/tpl/direntry_large.tpl +++ b/view/tpl/direntry_large.tpl @@ -15,7 +15,7 @@
{{$name}}{{if $online}} {{/if}}
{{if $connect}} - + {{/if}}
{{$address}}
-- cgit v1.2.3