I just installed YAF_DNN_1.96.1-5129 on a DNN portal v.07.01.00 (2676).
The post URL is prepended with the domain twice.
The template in the language file appears correct:
<Resource tag="TOPICPOST_TEXT">
There's a new post in topic "{topic}" at {forumname}:
By {postedby}:
"{bodytruncated}"
To read more, click or copy and paste the following link into your browser:
{link}
</Resource>
Sample from email:
To read more, click or copy and paste the following link into your browser:ghttp://www.phoenixflyers.org/Resources/Forums/g/posts/m/11/New-Topic.aspx#post11
In the web.config the domain only appears once as documented in the installation instructions:
<add key="YAF.BaseUrlMask" value="http://www.phoenixflyers.org" />
I've been combing through my site for why this may be happening, as well as searching this board for a solution and can't seem to figure it out.
Thank You.