YAFLogo

Posted by: cactus182 - Wednesday, 23 October 2013 03:38:01
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: [CODE] 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} [/CODE] [b]Sample from email:[/b] [i]To read more, click or copy and paste the following link into your browser: http://www.phoenixflyers.orghttp://www.phoenixflyers.org/Resources/Forums/g/posts/m/11/New-Topic.aspx#post11 [/i] In the web.config the domain only appears once as documented in the installation instructions: [CODE][/CODE] 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.

Posted by: tha_watcha - Wednesday, 23 October 2013 12:38:15
Thanks for your reported, i also noticed this but forget to fix it. This is fixed in YAF 2.0 RC 1

Posted by: cactus182 - Monday, 28 October 2013 06:40:17
Thanks for the quick reply. I have the 2.0 RC1 and expect to start testing it soon but as far as using it for production it's likely I'll wait a bit before implementing. I'm just about to take my entire DNN site live and want to allow some stabilization time before introducing more changes. That said, it'll be hard to function with bad links in the emails. Is it possible for me to fix this myself in v 1.9.6.1 for the time being?

Posted by: tha_watcha - Tuesday, 29 October 2013 13:08:23
[quote=cactus182;61522]Thanks for the quick reply. I have the 2.0 RC1 and expect to start testing it soon but as far as using it for production it's likely I'll wait a bit before implementing. I'm just about to take my entire DNN site live and want to allow some stabilization time before introducing more changes. That said, it'll be hard to function with bad links in the emails. Is it possible for me to fix this myself in v 1.9.6.1 for the time being? [/quote] The only way is to hide it via css. By adding this to your theme.css [code=css].guestUser { display:none; visibility:hidden } [/code]

Posted by: tha_watcha - Tuesday, 29 October 2013 13:11:23
[quote=cactus182;61522]Thanks for the quick reply. I have the 2.0 RC1 and expect to start testing it soon but as far as using it for production it's likely I'll wait a bit before implementing. I'm just about to take my entire DNN site live and want to allow some stabilization time before introducing more changes. That said, it'll be hard to function with bad links in the emails. Is it possible for me to fix this myself in v 1.9.6.1 for the time being? [/quote] If you know how to compile the solution, you only need to download the source version and apply the fix i committed here... https://github.com/YAFNET/YAFNET/commit/e23b9d230b94eb68b6d812733079b9ebbccb1411