Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
Hello, i have just applyed the 3,2,1,5 new version.
Because i have a specific problem with limitstart, i have to apply to this files :
/components/com_community/models/apps.php /components/com_community/models/bulletins.php /components/com_community/models/connect.php /components/com_community/models/discussions.php /components/com_community/models/events.php /components/com_community/models/friends.php /components/com_community/models/groups.php /components/com_community/models/inbox.php /components/com_community/models/notification.php /components/com_community/models/photos.php /components/com_community/models/search.php /components/com_community/models/videos.php
this modification :
if(empty($limitstart)) { $limitstart = $jinput->get('start', 0, 'INT'); }
par :
if(empty($limitstart)) { $limitstart = 0; }
But i see that there is no more the line : if(empty($limitstart)) { $limitstart = $jinput->get('start', 0, 'INT'); }
and my problem of display is already there.
Can you tell me what modification i have to apply, and where, to correct my "limitstart" problem ?