summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2008-08-05 16:45:25 +0000
committerlaetzer <laetzer@users.sourceforge.net>2008-08-05 16:45:25 +0000
commitf5329a712ffaa9daebf43c032d1f586955b02901 (patch)
tree22d75ef18299e2c93fc82da78a1f83e789cc480e /modules
parent594299c26e649029c37ea65982170e91543c66e6 (diff)
downloadboards-f5329a712ffaa9daebf43c032d1f586955b02901.tar.gz
boards-f5329a712ffaa9daebf43c032d1f586955b02901.tar.bz2
boards-f5329a712ffaa9daebf43c032d1f586955b02901.zip
show author in title
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_recent_posts.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/mod_recent_posts.tpl b/modules/mod_recent_posts.tpl
index c474646..0db4e77 100644
--- a/modules/mod_recent_posts.tpl
+++ b/modules/mod_recent_posts.tpl
@@ -1,17 +1,17 @@
-{* $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.tpl,v 1.9 2008/08/04 21:53:23 laetzer Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.tpl,v 1.10 2008/08/05 16:45:25 laetzer Exp $ *}
{strip}
{if $gBitSystem->isPackageActive('boards') && {$modLastBoardPosts}
{bitmodule title="$moduleTitle" name="last_board_posts"}
<ul class="boards">
{section name=ix loop=$modLastBoardPosts}
<li class="{cycle values="odd,even"}">
- <a title="{tr}Author:{/tr}..." href="{$modLastBoardPosts[ix].display_url}">{$modLastBoardPosts[ix].title|default:"Comment"|escape:html}</a>
+ <a title="{tr}Author:{/tr} {displayname nolink=1 hash=$modLastBoardPosts[ix]}" href="{$modLastBoardPosts[ix].display_url}">{$modLastBoardPosts[ix].title|default:"Comment"|escape:html}</a>
<div class="date">
{displayname hash=$modLastBoardPosts[ix]}, {$modLastBoardPosts[ix].created|bit_short_date}
</div>
</li>
{/section}
- <li class="more"><a class="more" href="{$smarty.const.BOARDS_PKG_URL}{if $modRecentPostsBoardId}index.php?b={$modRecentPostsBoardId}{/if}">{tr}Show More{/tr} &hellip;</a></li>
+ <li class="more"><a class="more" href="{$smarty.const.BOARDS_PKG_URL}{if $modRecentPostsBoardId}index.php?b={$modRecentPostsBoardId}{/if}">{tr}Show more{/tr} &hellip;</a></li>
</ul>
{/bitmodule}
{/if}