mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #01333
[Bug 629350] Re: 1.3rc1 Recent Activities on Dashboard not linking
Fixed it.
inbox.tpl
It was...
{if $i->message}
<a href="" class="inbox-showmessage{if !$i->read} unread{/if}">{$i->subject}</a>
<div class="inbox-message messagebody hidden" id="inbox-message-{$i->id}">{$i->message|safe}
{if $i->url}<br><a href="{$i->url}">{if $i->urltext}{$i->urltext} »{else}{str tag="more..."}{/if}</a>{/if}
</div>
I added {$i->url} I also added title="{$i->message}" so that when you
mouseover a summary displays of the message.
{if $i->message}
<a href="{$i->url}" class="inbox-showmessage{if !$i->read} unread{/if}" title="{$i->message}">{$i->subject}</a>
<div class="inbox-message messagebody hidden" id="inbox-message-{$i->id}">{$i->message|safe}
{if $i->url}<br><a href="{$i->url}">{if $i->urltext}{$i->urltext} »{else}{str tag="more..."}{/if}</a>{/if}
</div>
Hopefully I didn't break something. haha.
--
1.3rc1 Recent Activities on Dashboard not linking
https://bugs.launchpad.net/bugs/629350
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: New
Bug description:
MySql 5
PHP 5.26
Linux
In the Dashboard, the Recent Activities block (Inbox). The items are not opening. It's like the <a href> of the links is # .
Thanks again for your hard work. Cheers.
Mike McKay
References