diff --git a/include/conversation.php b/include/conversation.php
index 240cd374f..716279181 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -73,7 +73,6 @@ function item_redir_and_replace_images($body, $images, $cid) {
$newbody = str_replace('[!#saved_image' . $cnt . '#!]', '[img]' . $image . '[/img]', $newbody);
$cnt++;
}
-
return $newbody;
}}
@@ -242,6 +241,17 @@ function localize_item(&$item){
}
}
+ // add sparkle links to appropriate permalinks
+
+ $x = stristr($item['plink'],'/display/');
+ if($x) {
+ $sparkle = false;
+ $y = best_link_url($item,$sparkle,true);
+ if(strstr($y,'/redir/'))
+ $item['plink'] = $y . '?f=&url=' . $item['plink'];
+ }
+
+
}
diff --git a/view/theme/diabook/wall_item.tpl b/view/theme/diabook/wall_item.tpl
index 123834064..5b9de2968 100644
--- a/view/theme/diabook/wall_item.tpl
+++ b/view/theme/diabook/wall_item.tpl
@@ -22,7 +22,7 @@
$item.name
-
- {{ if $item.plink }}$item.ago{{ else }} $item.ago {{ endif }}
+ {{ if $item.plink }}$item.ago{{ else }} $item.ago {{ endif }}
{{ if $item.lock }} - $item.lock {{ endif }}
diff --git a/view/theme/diabook/wallwall_item.tpl b/view/theme/diabook/wallwall_item.tpl
index bee75ad99..b2c980c78 100644
--- a/view/theme/diabook/wallwall_item.tpl
+++ b/view/theme/diabook/wallwall_item.tpl
@@ -28,7 +28,7 @@
$item.name
$item.to $item.owner_name
$item.vwall -
- {{ if $item.plink }}$item.ago{{ else }} $item.ago {{ endif }}
+ {{ if $item.plink }}$item.ago{{ else }} $item.ago {{ endif }}
{{ if $item.lock }} - $item.lock {{ endif }}
diff --git a/view/theme/dispy/wall_item.tpl b/view/theme/dispy/wall_item.tpl
index 8ffae0403..8d6f258e6 100644
--- a/view/theme/dispy/wall_item.tpl
+++ b/view/theme/dispy/wall_item.tpl
@@ -52,7 +52,7 @@
{{ endif }}
{{ if $item.plink }}
-
+
{{ endif }}
{{ if $item.edpost }}
diff --git a/view/theme/dispy/wallwall_item.tpl b/view/theme/dispy/wallwall_item.tpl
index 84da598cd..f5187b710 100644
--- a/view/theme/dispy/wallwall_item.tpl
+++ b/view/theme/dispy/wallwall_item.tpl
@@ -59,7 +59,7 @@ class="icon recycle wall-item-share-buttons" title="$item.vote.share.0" onclick
{{ endif }}
{{ if $item.plink }}
-
+
{{ endif }}
{{ if $item.edpost }}
diff --git a/view/theme/quattro/wall_item.tpl b/view/theme/quattro/wall_item.tpl
index e771db068..2b12ce632 100644
--- a/view/theme/quattro/wall_item.tpl
+++ b/view/theme/quattro/wall_item.tpl
@@ -23,7 +23,7 @@
$item.location
- {{ if $item.title }}
{{ endif }}
+ {{ if $item.title }}
{{ endif }}
$item.body
@@ -38,7 +38,7 @@
diff --git a/view/theme/quattro/wallwall_item.tpl b/view/theme/quattro/wallwall_item.tpl
index 693ebaba6..a1d92773b 100644
--- a/view/theme/quattro/wallwall_item.tpl
+++ b/view/theme/quattro/wallwall_item.tpl
@@ -27,7 +27,7 @@
$item.location
- {{ if $item.title }}
{{ endif }}
+ {{ if $item.title }}
{{ endif }}
$item.body
@@ -42,7 +42,7 @@
diff --git a/view/wall_item.tpl b/view/wall_item.tpl
index dae33b3f7..60dde7600 100644
--- a/view/wall_item.tpl
+++ b/view/wall_item.tpl
@@ -48,7 +48,7 @@
{{ endif }}
{{ if $item.plink }}
-
+
{{ endif }}
{{ if $item.edpost }}
diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl
index a48acfec5..b7cca3fab 100644
--- a/view/wallwall_item.tpl
+++ b/view/wallwall_item.tpl
@@ -52,7 +52,7 @@
{{ endif }}
{{ if $item.plink }}
-
+
{{ endif }}
{{ if $item.edpost }}