[geeklog-cvs] geeklog: Added {author_photo} and explained {contributedby_photo...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Aug 7 04:19:38 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/0c7207abb4e7
changeset: 7227:0c7207abb4e7
user:      Dirk Haun <dirk at haun-online.de>
date:      Fri Aug 07 10:00:40 2009 +0200
description:
Added {author_photo} and explained {contributedby_photo} in more detail

diffstat:

 public_html/docs/english/themevars.html |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r fe058d28a4f1 -r 0c7207abb4e7 public_html/docs/english/themevars.html
--- a/public_html/docs/english/themevars.html	Thu Aug 06 16:18:45 2009 +0200
+++ b/public_html/docs/english/themevars.html	Fri Aug 07 10:00:40 2009 +0200
@@ -343,7 +343,15 @@
     <td>Link to the story author's profile (empty for anonymous authors).</td></tr>
 <tr><td><code>contributedby_photo</code></td>
     <td><tt><img src=".../images/userphotos/Tony.gif" alt="Tony Bibbs"></tt></td>
-    <td>User photo of the story author, if provided (always empty for anonymous authors).</td></tr>
+    <td>User photo of the story author, if provided (and user photos are <a
+        href="config.html#desc_allow_user_photo">enabled</a>). For anonymous
+        users, this will be an empty string, unless use of <a
+        href="config.html#desc_use_gravatar">Gravatars</a> is enabled or a <a
+        href="config.html#desc_default_photo">default photo</a> is
+        configured.</td></tr>
+<tr><td><code>author_photo</code></td>
+    <td><i>(see above)</i></td>
+    <td>Same as <tt>{contributedby_photo}</tt></td></tr>
 <tr><td><code>camera_icon</code></td>
     <td>small camera icon and link to the author's user profile</td>
     <td>Displays the camera icon (the same as in the Who's Online block) and



More information about the geeklog-cvs mailing list