Noticed that the links were missing the p= portion which resulted in taking you to the first post vs the post itself.
Within product-dmactivitystream.xml, change this:
Quote:
<phrase name="dm_activity_post" date="1305955219" username="Dismounted" version="1.0.0"><![CDATA[<a href="{1}">{2}</a> posted in <a href="{3}#post{4}">{5}</a>.]]></phrase>
|
to this:
Quote:
<phrase name="dm_activity_post" date="1305955219" username="Dismounted" version="1.0.0"><![CDATA[<a href="{1}">{2}</a> posted in <a href="{3}?p={4}&viewfull=1#post{4}">{5}</a>.]]></phrase>
|
Otherwise, fantastic mod.