Menu

cannot go to the next page

2007-03-29
2013-04-09
  • Nobody/Anonymous

    The site only displays page 1 I cannot view the other entries any suggestions. If I click page 2 it just stays on page 1 but I can search for entries and find them.

     
    • Nobody/Anonymous

      Change entry.php to:

                      // prepare strings
                      $categoryid = str_prepare($categoryid);

                      // if $_GET['page'] defined, use it as page number
                         if(isset($_GET['page']))
                           {
                            $page = $_GET['page'];
                           }

                      // Entries per Page default
                      if (empty($page)) {
                              $page = 1;
                      }

       
    • Nobody/Anonymous

      Tested today everything work just fine.  This solution is exellent

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.