This feature is under review

Expand All Comments Option

 in Site Mechanics, Design and Development

Give users the option to expand all comments for those torrents that have more than 10 comments. It's a pain to search for an answer to a problem torrent and having to expand the comments 50 times.

20 comments    3645 views    Suggested by redforn329 2 years ago    

Top Comments

7
saunet882090 • 18 Dec 2011, 15:50
it should like this "Expand All/Hide All"
5
fluffycloudx365 • 26 May 2011, 01:49
It has been almost a year,Whats taking so long?
4
bloglog9994952 • 11 Feb 2012, 15:24
this option would be so useful!

All Comments

0
AryaPutraSRJ3224 • 28 April 2013, 16:10  Show comment
we should be able to control(set number of) how much comments we wanna see in a page...that would be nice....viewing 100+ comments at once might hang browser
0
SkullCop3262 • 08 January 2013, 16:21  Show comment
liked the idea....
0
TheSpiderman23262 • 31 December 2012, 08:18  Show comment
Liked !!
+1
0
Hitesh121254 • 07 December 2012, 19:30  Show comment
Still not implemented ?
C'mon !!
0
steveswl1 • 18 November 2012, 09:17  Show comment
I agree that clicking "Show More" a bunch of times to search the comments is annoying. So I wrote some javascript to do it automatically. To use the script click the comments tab on a torrent page then paste the code into your browser's javascript console and run it. The page might hang a little since users' avatars will load when scrolling down. Use at own risk. Here's the code:
function getPageMod(newpage,id,type){if($('.showmore').last().css('display')=='block'){var el='#morecomments_'+newpage;if($("#comments").html()==''){el="#comments"}$.ajax({type:"POST",url:"/comments/index/"+type+"/",data:{ajax:"1",page:newpage,objectId:id},dataType:"json",beforeSend:function(){$((el=='#comments'?el:'#showmore_'+newpage)).html('')},success:function(response){$(el).html(response.html);$(el).fadeIn('fast');$("#showmore_"+newpage).hide();$("a.ajaxLink").fancybox();try{$("img.lazyjs").lazyload({effect:"fadeIn",skip_invisible:false})}catch(err){}},error:function(msg){$(el).html("Something nasty happened. Please try to reload a page or visit status.kat.ph for details.");$(el).center();$("#showmore_"+newpage).hide()}}).done(function(){getPageMod(newpage+1,id,type);})}}getPageMod(2,$('input[name="objectId"]').first().attr('value'),'torrent');
0
Jeetking2708 • 19 October 2012, 05:44  Show comment
yea... true /..
0
GNOMON2615 • 10 September 2012, 15:11  Show comment
Useful n best
0
Sugadevan514 • 02 August 2012, 16:10  Show comment
Comeon.. its a must have feature, im expecting it soon loveliness
Show More
Report a bug