By Valentin Barbu on Saturday, 13 December 2014
Posted in Technical Issues
Likes 0
Views 751
Votes 0
Hey guys,

I just wanted to let you know about this problem I found in easydiscuss print links:

themes/simplistic/post.actions.php

line: 157:


<a href="/<?php echo DiscussRouter::getPrintRoute( $post->id );?>; ?>"


should be changed to:


<a href="/<?php echo DiscussRouter::getPrintRoute( $post->id );?>"


Same in:

themes/zinc/post.actions.php

on line: 35

Regards
Hello,

Thanks for the heads up on this. Really appreciate that. We will fix this in our repo.
·
Sunday, 14 December 2014 00:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Nick,

Glad I could help, also another problem I found in easydiscuss rss links, when in the question are some links the code showed in rss feed is wrong, and that can cause 404 urls on the website, example:


<a href="<a href="http://www.domain.com/the-sef-url/">Language">http://www.domain.com/the-sef-url/">The</a> page</a>]]



Regards
·
Sunday, 14 December 2014 04:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Barbu,

I cannot replicate this in my local. Can you provide us your backend and FTP access so we can have a better look on your issue here?
·
Sunday, 14 December 2014 19:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello NIK,

Have a look here in your demo website http://easydiscuss.stackideas.com/index?format=feed&type=rss
·
Sunday, 14 December 2014 20:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Barbu,

I don't see the issue as you mentioned before in our demo site. Can you elaborate more on it?
·
Monday, 15 December 2014 01:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello NIK,

Sorry seams that your demo site is auto reseting after a period of time,

So to reproduce:

Post a new question, and inside the question text, select a word and link it to an url, then check the rss page
·
Monday, 15 December 2014 01:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I've created a post with a link inside and check on the rss page. I got this: http://screen.stackideas.com/2014-12-15_1007.png . I can't see the same result as you.
·
Monday, 15 December 2014 10:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello

After you created that question, have you checked easydiscuss rss page ?

Rgds
·
Monday, 15 December 2014 14:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Barbu,

The screenshot I gave you in the previous reply is the RSS page. http://screen.stackideas.com/2014-12-15_1007.png
·
Monday, 15 December 2014 15:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Try having a look on your rss page using Chrome.

Rgds
·
Monday, 15 December 2014 15:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Barbu,

Sorry for late reply to this,

Can you try download my attachment file and replace in -> JoomlaFolder\components\com_easydiscuss\views\index\view.feed.php
and see how it goes? (Backup the original file before you replace the file)
·
Monday, 15 December 2014 16:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes that seams to solve this issue, thanks for your time Nick, glad this got sorted!

Rgds
·
Monday, 15 December 2014 16:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Barbu Valentin,

You're welcome, glad to heard your issues resolved.
·
Monday, 15 December 2014 16:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post