]> git.mxchange.org Git - friendica.git/commitdiff
more to resolve photo inconsitency
authorMike Macgirvin <mike@macgirvin.com>
Fri, 9 Jul 2010 08:12:53 +0000 (01:12 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Fri, 9 Jul 2010 08:12:53 +0000 (01:12 -0700)
mod/profile.php
wip/todo

index e5bc92f5b2e548922e2c1f919bad3cc74ec02b1c..94e86e151dfe0ec4d92d530f541f497765fbb79b 100644 (file)
@@ -74,11 +74,14 @@ function item_display(&$a, $item,$template,$comment) {
        if(local_user() && ($item['contact-uid'] == $_SESSION['uid']) && (strlen($item['dfrn-id'])) && (! $item['self'] ))
                $profile_url = $a->get_baseurl() . '/redir/' . $item['cid'] ;
 
+       $photo = (($item['self']) ? $a->profile['photo'] : $item['photo']);
+       $thumb = (($item['self']) ? $a->profile['thumb'] : $item['thumb']);
+
        $o .= replace_macros($template,array(
                '$id' => $item['item_id'],
                '$profile_url' => $profile_url,
                '$name' => $item['name'],
-               '$thumb' => $item['thumb'],
+               '$thumb' => $thumb,
                '$body' => bbcode($item['body']),
                '$ago' => relative_date($item['created']),
                '$comment' => $comment
index 4b3320920caee8f03fce0a3f5524fe25d0276f9a..035f72a8df88b2ea3a5b1a4bacb428e955a114f6 100644 (file)
--- a/wip/todo
+++ b/wip/todo
@@ -1,7 +1,11 @@
 
 profile photo to self contact page? - resolve profile photo inconsistency
        pre-load profile photos and use in conversations instead of contact photos
-       ensure correct photo is pushed with notify/poll
+       (done for profile owner)
+
+       ensure correct photo is pushed with notify/poll and used in wall/wall comments/posts
+       use photo hash to notify of changes?
+
 
 contact editor
 
@@ -15,6 +19,8 @@ publish to directory
 
 directory page
 
+publish to external directory
+
 anonymous nav links
 
 groups