@@ -21,16 +18,14 @@
-
diff --git a/view/templates/install_finished.tpl b/view/templates/install_finished.tpl
index 5c8d765e31..8e643b7a1b 100644
--- a/view/templates/install_finished.tpl
+++ b/view/templates/install_finished.tpl
@@ -1,13 +1,10 @@
-
-
{{$title}}
{{$pass}}
-
{{foreach $checks as $check}}
-{{$check.title}}
-
+{{$check.title nofilter}}
+
{{/foreach}}
-{{$text}}
+{{$text nofilter}}
diff --git a/view/templates/install_settings.tpl b/view/templates/install_settings.tpl
index fca11a0425..a7e4886ae7 100644
--- a/view/templates/install_settings.tpl
+++ b/view/templates/install_settings.tpl
@@ -14,7 +14,7 @@
{{include file="field_input.tpl" field=$adminmail}}
-{{$timezone}}
+{{$timezone nofilter}}
{{include file="field_select.tpl" field=$language}}
diff --git a/view/templates/profile_advanced.tpl b/view/templates/profile_advanced.tpl
index 3bc69dce46..83685d86e5 100644
--- a/view/templates/profile_advanced.tpl
+++ b/view/templates/profile_advanced.tpl
@@ -93,28 +93,28 @@
{{if $profile.interest}}
- {{$profile.interest.0}}
- - {{$profile.interest.1}}
+ - {{$profile.interest.1 nofilter}}
{{/if}}
{{if $profile.likes}}
- {{$profile.likes.0}}
- - {{$profile.likes.1}}
+ - {{$profile.likes.1 nofilter}}
{{/if}}
{{if $profile.dislikes}}
- {{$profile.dislikes.0}}
- - {{$profile.dislikes.1}}
+ - {{$profile.dislikes.1 nofilter}}
{{/if}}
{{if $profile.contact}}
- {{$profile.contact.0}}
- - {{$profile.contact.1}}
+ - {{$profile.contact.1 nofilter}}
{{/if}}
@@ -122,7 +122,7 @@
{{if $profile.music}}
- {{$profile.music.0}}
- - {{$profile.music.1}}
+ - {{$profile.music.1 nofilter}}
{{/if}}
@@ -130,7 +130,7 @@
{{if $profile.book}}
- {{$profile.book.0}}
- - {{$profile.book.1}}
+ - {{$profile.book.1 nofilter}}
{{/if}}
@@ -138,7 +138,7 @@
{{if $profile.tv}}
- {{$profile.tv.0}}
- - {{$profile.tv.1}}
+ - {{$profile.tv.1 nofilter}}
{{/if}}
@@ -146,7 +146,7 @@
{{if $profile.film}}
- {{$profile.film.0}}
- - {{$profile.film.1}}
+ - {{$profile.film.1 nofilter}}
{{/if}}
@@ -154,7 +154,7 @@
{{if $profile.romance}}
- {{$profile.romance.0}}
- - {{$profile.romance.1}}
+ - {{$profile.romance.1 nofilter}}
{{/if}}
@@ -162,14 +162,14 @@
{{if $profile.work}}
- {{$profile.work.0}}
- - {{$profile.work.1}}
+ - {{$profile.work.1 nofilter}}
{{/if}}
{{if $profile.education}}
- {{$profile.education.0}}
- - {{$profile.education.1}}
+ - {{$profile.education.1 nofilter}}
{{/if}}
diff --git a/view/templates/register.tpl b/view/templates/register.tpl
index 30b2429836..2b23934b79 100644
--- a/view/templates/register.tpl
+++ b/view/templates/register.tpl
@@ -5,34 +5,29 @@
- {{if $registertext != ""}}{{$registertext}}
{{/if}}
+ {{if $registertext != ""}}{{$registertext nofilter}}
{{/if}}
{{if $explicit_content}} {{$explicit_content_note}}
{{/if}}
- {{$realpeople}}
-
{{$fillwith}}
{{$fillext}}
{{if $oidlabel}}
-
+
{{/if}}
{{if $invitations}}
-
{{$invite_desc}}
-
{{/if}}
-
@@ -63,29 +58,25 @@
{{include file="field_textarea.tpl" field=$permonlybox}}
{{/if}}
- {{$publish}}
+ {{$publish nofilter}}
- {{if $showtoslink}}
+{{if $showtoslink}}
{{$tostext}}
- {{/if}}
- {{if $showprivstatement}}
+{{/if}}
+{{if $showprivstatement}}
{{$privstatement.0}}
{{for $i=1 to 3}}
-
{{$privstatement[$i]}}
+
{{$privstatement[$i] nofilter}}
{{/for}}
- {{/if}}
+{{/if}}
-
{{$importh}}
+
{{$importh}}
-
-{{$license}}
-
-
diff --git a/view/templates/search_item.tpl b/view/templates/search_item.tpl
index 8560757efd..38aa947498 100644
--- a/view/templates/search_item.tpl
+++ b/view/templates/search_item.tpl
@@ -19,7 +19,7 @@
{{if $item.lock}}
{{else}}
{{/if}}
-
{{$item.location}}
+
{{$item.location nofilter}}
diff --git a/view/templates/wall_thread.tpl b/view/templates/wall_thread.tpl
index 38c0f4359b..6ca333c3d9 100644
--- a/view/templates/wall_thread.tpl
+++ b/view/templates/wall_thread.tpl
@@ -40,7 +40,7 @@
{{if $item.lock}}
{{else}}
{{/if}}
-
{{$item.location}}
+
{{$item.location nofilter}}
diff --git a/view/theme/frio/templates/home.tpl b/view/theme/frio/templates/home.tpl
index ac1cc37be1..8552f25830 100644
--- a/view/theme/frio/templates/home.tpl
+++ b/view/theme/frio/templates/home.tpl
@@ -15,11 +15,11 @@
{{if $customhome != false }}
{{include file="$customhome"}}
{{else}}
- {{$defaultheader}}
+ {{$defaultheader nofilter}}
{{/if}}
- {{$login}}
+ {{$login nofilter}}
{{/if}}
\ No newline at end of file
diff --git a/view/theme/frio/templates/profile_advanced.tpl b/view/theme/frio/templates/profile_advanced.tpl
index 2531108315..a35955c170 100644
--- a/view/theme/frio/templates/profile_advanced.tpl
+++ b/view/theme/frio/templates/profile_advanced.tpl
@@ -133,7 +133,7 @@
{{$profile.interest.0}}
-
{{$profile.interest.1}}
+
{{$profile.interest.1 nofilter}}
{{/if}}
@@ -141,7 +141,7 @@
{{$profile.likes.0}}
-
{{$profile.likes.1}}
+
{{$profile.likes.1 nofilter}}
{{/if}}
@@ -149,7 +149,7 @@
{{$profile.dislikes.0}}
-
{{$profile.dislikes.1}}
+
{{$profile.dislikes.1 nofilter}}
{{/if}}
@@ -157,16 +157,15 @@
{{/if}}
-
{{if $profile.music}}
{{$profile.music.0}}
-
{{$profile.music.1}}
+
{{$profile.music.1 nofilter}}
{{/if}}
@@ -175,7 +174,7 @@
{{$profile.book.0}}
-
{{$profile.book.1}}
+
{{$profile.book.1 nofilter}}
{{/if}}
@@ -184,7 +183,7 @@
{{$profile.tv.0}}
-
{{$profile.tv.1}}
+
{{$profile.tv.1 nofilter}}
{{/if}}
@@ -193,7 +192,7 @@
{{$profile.film.0}}
-
{{$profile.film.1}}
+
{{$profile.film.1 nofilter}}
{{/if}}
@@ -202,7 +201,7 @@
{{$profile.romance.0}}
-
{{$profile.romance.1}}
+
{{$profile.romance.1 nofilter}}
{{/if}}
@@ -211,7 +210,7 @@
{{$profile.work.0}}
-
{{$profile.work.1}}
+
{{$profile.work.1 nofilter}}
{{/if}}
@@ -219,7 +218,7 @@
{{$profile.education.0}}
-
{{$profile.education.1}}
+
{{$profile.education.1 nofilter}}
{{/if}}
diff --git a/view/theme/frio/templates/register.tpl b/view/theme/frio/templates/register.tpl
index 2167c418df..d46a59e873 100644
--- a/view/theme/frio/templates/register.tpl
+++ b/view/theme/frio/templates/register.tpl
@@ -1,4 +1,3 @@
-
diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl
index 454f4e8873..b668229e8a 100644
--- a/view/theme/frio/templates/search_item.tpl
+++ b/view/theme/frio/templates/search_item.tpl
@@ -99,7 +99,7 @@
{{if $item.location}}
- ({{$item.location}})
+ ({{$item.location nofilter}})
{{/if}}
@@ -112,7 +112,7 @@
- {{$item.ago}} {{if $item.location}} — ({{$item.location}}){{/if}}
+ {{$item.ago}} {{if $item.location}} — ({{$item.location nofilter}}){{/if}}
diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl
index 8a3816f8c6..af3e27228b 100644
--- a/view/theme/frio/templates/wall_thread.tpl
+++ b/view/theme/frio/templates/wall_thread.tpl
@@ -208,7 +208,7 @@ as the value of $top_child_total (this is done at the end of this file)
{{if $item.location}}
- ({{$item.location}})
+ ({{$item.location nofilter}})
{{/if}}
@@ -220,7 +220,7 @@ as the value of $top_child_total (this is done at the end of this file)
- {{$item.ago}} {{if $item.location}} — ({{$item.location}}){{/if}}
+ {{$item.ago}} {{if $item.location}} — ({{$item.location nofilter}}){{/if}}
@@ -233,7 +233,7 @@ as the value of $top_child_total (this is done at the end of this file)
diff --git a/view/theme/quattro/templates/search_item.tpl b/view/theme/quattro/templates/search_item.tpl
index 2857baf2bf..43588fc9fd 100644
--- a/view/theme/quattro/templates/search_item.tpl
+++ b/view/theme/quattro/templates/search_item.tpl
@@ -19,7 +19,7 @@
- {{$item.location}}
+ {{$item.location nofilter}}
{{if $item.title}}
{{/if}}
diff --git a/view/theme/quattro/templates/wall_item_tag.tpl b/view/theme/quattro/templates/wall_item_tag.tpl
index 90ceafce52..cb4b890153 100644
--- a/view/theme/quattro/templates/wall_item_tag.tpl
+++ b/view/theme/quattro/templates/wall_item_tag.tpl
@@ -34,7 +34,7 @@
- {{$item.location}}
+ {{$item.location nofilter}}
{{$item.ago}} {{$item.body nofilter}}
diff --git a/view/theme/quattro/templates/wall_thread.tpl b/view/theme/quattro/templates/wall_thread.tpl
index 565ddb573b..35363a758f 100644
--- a/view/theme/quattro/templates/wall_thread.tpl
+++ b/view/theme/quattro/templates/wall_thread.tpl
@@ -56,7 +56,7 @@
{{/if}}
- {{$item.location}}
+ {{$item.location nofilter}}
{{if $item.title}}
{{/if}}
diff --git a/view/theme/smoothly/templates/search_item.tpl b/view/theme/smoothly/templates/search_item.tpl
index 1830922fcf..23af1b794b 100644
--- a/view/theme/smoothly/templates/search_item.tpl
+++ b/view/theme/smoothly/templates/search_item.tpl
@@ -15,7 +15,7 @@
- {{if $item.location}}{{$item.location}} {{/if}}
+ {{if $item.location}}{{$item.location nofilter}} {{/if}}
{{if $item.lock}}
diff --git a/view/theme/smoothly/templates/wall_thread.tpl b/view/theme/smoothly/templates/wall_thread.tpl
index 454b2b3961..a7e0f20109 100644
--- a/view/theme/smoothly/templates/wall_thread.tpl
+++ b/view/theme/smoothly/templates/wall_thread.tpl
@@ -33,7 +33,7 @@
- {{if $item.location}}{{$item.location}} {{/if}}
+ {{if $item.location}}{{$item.location nofilter}} {{/if}}
{{if $item.lock}}
diff --git a/view/theme/vier/templates/profile_advanced.tpl b/view/theme/vier/templates/profile_advanced.tpl
index 28d42efe8d..20c4e84b13 100644
--- a/view/theme/vier/templates/profile_advanced.tpl
+++ b/view/theme/vier/templates/profile_advanced.tpl
@@ -98,28 +98,28 @@
{{if $profile.interest}}
- {{$profile.interest.0}}
- - {{$profile.interest.1}}
+ - {{$profile.interest.1 nofilter}}
{{/if}}
{{if $profile.likes}}
- {{$profile.likes.0}}
- - {{$profile.likes.1}}
+ - {{$profile.likes.1 nofilter}}
{{/if}}
{{if $profile.dislikes}}
- {{$profile.dislikes.0}}
- - {{$profile.dislikes.1}}
+ - {{$profile.dislikes.1 nofilter}}
{{/if}}
{{if $profile.contact}}
- {{$profile.contact.0}}
- - {{$profile.contact.1}}
+ - {{$profile.contact.1 nofilter}}
{{/if}}
@@ -127,7 +127,7 @@
{{if $profile.music}}
- {{$profile.music.0}}
- - {{$profile.music.1}}
+ - {{$profile.music.1 nofilter}}
{{/if}}
@@ -135,7 +135,7 @@
{{if $profile.book}}
- {{$profile.book.0}}
- - {{$profile.book.1}}
+ - {{$profile.book.1 nofilter}}
{{/if}}
@@ -143,7 +143,7 @@
{{if $profile.tv}}
- {{$profile.tv.0}}
- - {{$profile.tv.1}}
+ - {{$profile.tv.1 nofilter}}
{{/if}}
@@ -151,7 +151,7 @@
{{if $profile.film}}
- {{$profile.film.0}}
- - {{$profile.film.1}}
+ - {{$profile.film.1 nofilter}}
{{/if}}
@@ -159,7 +159,7 @@
{{if $profile.romance}}
- {{$profile.romance.0}}
- - {{$profile.romance.1}}
+ - {{$profile.romance.1 nofilter}}
{{/if}}
@@ -167,14 +167,14 @@
{{if $profile.work}}
- {{$profile.work.0}}
- - {{$profile.work.1}}
+ - {{$profile.work.1 nofilter}}
{{/if}}
{{if $profile.education}}
- {{$profile.education.0}}
- - {{$profile.education.1}}
+ - {{$profile.education.1 nofilter}}
{{/if}}
diff --git a/view/theme/vier/templates/search_item.tpl b/view/theme/vier/templates/search_item.tpl
index 4d900649ee..080d7a5282 100644
--- a/view/theme/vier/templates/search_item.tpl
+++ b/view/theme/vier/templates/search_item.tpl
@@ -51,7 +51,7 @@
-
{{$item.location}}
+
{{$item.location nofilter}}
{{if $item.star}}
diff --git a/view/theme/vier/templates/wall_item_tag.tpl b/view/theme/vier/templates/wall_item_tag.tpl
index a14f45101a..49fb26a83c 100644
--- a/view/theme/vier/templates/wall_item_tag.tpl
+++ b/view/theme/vier/templates/wall_item_tag.tpl
@@ -34,7 +34,7 @@
-
{{$item.location}}
+
{{$item.location nofilter}}
{{$item.ago}} {{$item.body nofilter}}
diff --git a/view/theme/vier/templates/wall_thread.tpl b/view/theme/vier/templates/wall_thread.tpl
index 45ec27ba1f..0ab2e478eb 100644
--- a/view/theme/vier/templates/wall_thread.tpl
+++ b/view/theme/vier/templates/wall_thread.tpl
@@ -134,7 +134,7 @@
{{/if}}
- {{$item.location}} {{$item.postopts}}
+ {{$item.location nofilter}} {{$item.postopts}}