1. At the Video page user can see 10 latest wall-comments.
There is the button “View all (99)”. If user click it he want really to see the All comments.
But he see only last 5 (let me remind that he saw 10 latest a second ago). So user have to “paginate” and press “next”, “next” button again and again.
It’s so uncomfortable in hindsight.
Video for test:
crimson-land.ru/community/videos/10182ar...hest-ne-obozhgi-ruki
I had to edit file:
components/com_community/views/videos/view.html.php
and change value
$limit = $jinput->request->get('limit' , 5, 'INT') ; //JRequest::getVar( 'limit' , 5 , 'REQUEST' );
Hi, SleepyMan.
1. Please post a feature request here:
uservoice.jomsocial.com/forums/101561-feature-request
or, if you ran out of votes:
www.jomsocial.com/community/groups/viewg...stions-for-the-staff
2. Well, your supported domain is: crimsongame.ru (changed 19-05-2014)... I'm sure that you're aware that you hold a Standard license and only one domain is supported...
Hello.
1. Button has name “View all (99)” (not "View all (5)”).
So when user click on it, he expects to see ALL comments.
Note (now): user allready read 1-10 latest comments on video page. After press “View all (99)” he need to read 1-5 latest comments again. Then he need to press "next" navigate button. Then he need to 6-10 latest comments again. it is illogical and take time.
Why not to use fix, by editing components/com_community/views/videos/view.html.php
and change value from 5 to 999?
Can you please make it? It would be right desigion.$limit = $jinput->request->get('limit' , 5, 'INT') ; //JRequest::getVar( 'limit' , 5 , 'REQUEST' );
Hi, SleepyMan.
It's right saying "View all (99)" because it let you to see all 99 comments... paginated of course, so user can browse them.
It's quite good example as this object has a lot of comments - 99 is a lot.
Now displaying all of them will create a long long list that need to be scrolled, it creates a big request to the server, it take bandwidth.
For same reason loading activities on streams are portioned to avoid endless requests... as they could lead to timeouts.
So no, this won't be changed.
Hi, SleepyMan.
It loads fast for you... and what about mobiles?
I'm sorry but you see JomSocial in particular way... but there is wider image, you know.
This limitation is in purpose. If you want to change it on your site - go on...
Please, don't insist...
Hello.
I changed supported domain. Can you please look at it?
Example:
crimson-land.ru/community/videos/slepoy/...ov-k-russkim-plennym
Steps:
1. Press "View all"
2. Try navigate (with pagination). If you'll press "Nest" or anothey, you'll still stay at the first page.
Thanks.