Hey guys, I was just working on another feature that I wanted to be implemented and thought I would share. Add the red text to "libs\html1.php" between the blue lines to show the currently viewed article numbers. Example: "Showing 1-10 of 17" or "Showing 2-17 of 17". Enjoy!
hey guys, here's an update to my previous code. Before, when you viewed the "Top Users" page it displayed the numbers incorrectly. Edit the file "libs/html1.php" as instructed above but instead add the following in the do_pages() function:
are you sure you put it in function do_pages() ? Because I have gone through the code several times now and have not had a problem. If all has checked out, what page were you on when it displayed that? I even have 49 (ending in a '9') articles on my site right now and the last page displays "Showing 41-49 of 49".
are you sure you put it in function do_pages() ? Because I have gone through the code several times now and have not had a problem. If all has checked out, what page were you on when it displayed that? I even have 49 (ending in a '9') articles on my site right now and the last page displays "Showing 41-49 of 49".