ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: radu81 on April 20, 2018, 02:24:54 am

Title: Links in Like Stats
Post by: radu81 on April 20, 2018, 02:24:54 am
Another small bug into Likes Stats :)
Go to Like Stats - > Topic -> and click on Show some of the liked posts from it
if you click on "Read more" it should bring you to the liked post, instead it brings you to the page containing the post.

eg: index.php?topic=1399.msg36417
instead of
index.php?topic=1399.msg36417#msg36417
Title: Re: Links in Like Stats
Post by: Spuds on May 05, 2018, 05:53:58 pm
Edit like_posts.js and change line 414 to be
Code: [Select]
						msgUrl = topicUrl + '.msg' +  data[i].msg_data[j].id_msg + '#msg' + data[i].msg_data[j].id_msg;