Works › Forums › Plugins › my Manga Reader › Pagination: manga not chapter › Reply To: Pagination: manga not chapter
June 30, 2016 at 9:20 am
#244
Participant
Hi!
If I understand you correctly then do the following.
open for editing
mymangacms_base\app\models\Manga.php
To find scopeHotManga
At line 185 replace it
ORDER BY c1.created_at DESC";
By this
ORDER BY c1.created_at DESC
LIMIT 6";