Create a user profile page that is used as a landing page when referencing a user in messages or pages.

Partial fix for ticket #889 and a fix for #931.
This commit is contained in:
Tim Almdal
2010-01-23 21:38:01 -08:00
parent a1a3d4f595
commit ed5b07b335
10 changed files with 222 additions and 12 deletions
@@ -2,7 +2,7 @@
<ul>
<? foreach ($entries as $entry): ?>
<li class="<?= log::severity_class($entry->severity) ?>" style="direction: ltr">
<a href="<?= url::site("user/$entry->user_id") ?>"><?= html::clean($entry->user->name) ?></a>
<a href="<?= user_profile::url($entryr->id) ?>"><?= html::clean($entry->user->name) ?></a>
<?= gallery::date_time($entry->timestamp) ?>
<?= $entry->message ?>
<?= $entry->html ?>