From 5b0a17359d6b5b3e27219c9e56117f1017996175 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 2 Jan 2016 23:39:57 -0800 Subject: Provide the ability for a hub admin to specify a default permissions role for the first channel created by a new account. This simplifies channel creation by restricting the available options at registration time. The restriction is not applied to any additional channels created under the same account; and in any event can be changed immediately after channel creation, if desired. --- view/tpl/new_channel.tpl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'view/tpl/new_channel.tpl') diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl index f78a3fc2d..46b32b8a9 100755 --- a/view/tpl/new_channel.tpl +++ b/view/tpl/new_channel.tpl @@ -5,10 +5,13 @@
{{$desc}}
-
{{$help_role}}
- {{include file="field_select_grouped.tpl" field=$role}} -
- + {{if $default_role}} + + {{else}} +
{{$help_role}}
+ {{include file="field_select_grouped.tpl" field=$role}} +
+ {{/if}} -- cgit v1.2.3 From 68030d12cfefa8982774cca9714b0c1eed7b9537 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Wed, 27 Jan 2016 00:24:05 +0100 Subject: Linking new connection notification to pending connections (see Channel 1) and improved email notifications about new connections. Could not find a way to do this also for the generic notifications. Added hub domain of channel address on the new channel page. A few people on my hub didn't understood. This example will make it more clear. Some minor bits. --- view/tpl/new_channel.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/tpl/new_channel.tpl') diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl index 46b32b8a9..156b5ec2f 100755 --- a/view/tpl/new_channel.tpl +++ b/view/tpl/new_channel.tpl @@ -22,8 +22,9 @@
{{$help_name}}
- +
+
{{$nick_hub}}
-- cgit v1.2.3 From 02e82e496e3ec8dbd8264248ad8550dd5e335cba Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 19 Feb 2016 22:28:21 +0100 Subject: pimp up mod new_channel --- view/tpl/new_channel.tpl | 76 ++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 41 deletions(-) (limited to 'view/tpl/new_channel.tpl') diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl index 156b5ec2f..9383e0902 100755 --- a/view/tpl/new_channel.tpl +++ b/view/tpl/new_channel.tpl @@ -1,42 +1,36 @@ -
-

{{$title}}

- -
- -
{{$desc}}
- - {{if $default_role}} - - {{else}} -
{{$help_role}}
- {{include file="field_select_grouped.tpl" field=$role}} -
- {{/if}} - - - -
- -
- -
{{$help_name}}
- - - -
-
{{$nick_hub}}
- -
- -
{{$nick_desc}}
- - - - -
- - -
- -
+
+
+

{{$title}}

+
+
+ + {{if $channel_usage_message}} +
+ {{$channel_usage_message}} +
+ {{/if}} +
+ {{if $default_role}} + + {{else}} + {{include file="field_select_grouped.tpl" field=$role}} + {{/if}} + + {{include file="field_input.tpl" field=$name}} + +
+ + {{include file="field_input.tpl" field=$nickname}} + +
+ + +
+ + +
+
+
-- cgit v1.2.3 From 22f172d69730d3c9c6f078ec206f90b1e91eee69 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 20 Feb 2016 14:01:20 +0100 Subject: grid->network, whitespace and bootstrapify create button --- view/tpl/new_channel.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/new_channel.tpl') diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl index 9383e0902..f5e97ff27 100755 --- a/view/tpl/new_channel.tpl +++ b/view/tpl/new_channel.tpl @@ -26,7 +26,7 @@
- +
-- cgit v1.2.3 From dd6e3d873d2ff04cb2549530fa838ad58b06cdbc Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 22 Feb 2016 13:04:48 +0100 Subject: some work on mod/register --- view/tpl/new_channel.tpl | 2 -- 1 file changed, 2 deletions(-) (limited to 'view/tpl/new_channel.tpl') diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl index f5e97ff27..cc1983ac4 100755 --- a/view/tpl/new_channel.tpl +++ b/view/tpl/new_channel.tpl @@ -19,11 +19,9 @@ {{/if}} {{include file="field_input.tpl" field=$name}} -
{{include file="field_input.tpl" field=$nickname}} -
-- cgit v1.2.3