No clue where a subscription link could come from.
But I (hopfully) solved the "Later quote collapses/expands quote from earlier post" problem.
Replace this line:
Code:
<if condition="$show[quoteid]=$show[quoteid]+1"></if>
with this one:
Code:
<if condition="$show[quoteid]=$show[quoteid] + 1 + $vbulletin->userinfo[lastactivity]"></if>
Instsructions and attachments have already been updated, hopfully that does the trick, let me know if there are still issues