Skip to main content
Topic: Links in Like Stats (Read 1870 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Links in Like Stats

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
sorry for my bad english

Re: Links in Like Stats

Reply #1

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;