Results 1 to 5 of 5

Thread: ajax pagingation mysql /Help

  1. #1
    Join Date
    Sep 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb ajax pagingation mysql /Help

    hi

    http://www.dynamicdrive.com/dynamici...suppliment.htm

    we are going to add your pagingation to our cms on gatthering the news

    here is the file that shows the news

    we add your codes in line 98 until 108

    but nothing happened !

    we inculeded the JS file in our header


    (our cms is nuke evolution persian version )

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Do you have a link to the problematic site?
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Sep 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

  4. #4
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    On that page, you should change this:

    Code:
    <script type='text/javascript'>
    var commentsbook={
    pages: ['modules.php?name=News&op=page&amp;min=1'],
    selectedpage: 0
    var comments=new ajaxpageclass.createBook(commentsbook, "bookdiv", ["paginate-bottom"])
    }
    </script>
    to this:

    Code:
    <script type='text/javascript'>
    var commentsbook={
    pages: ['modules.php?name=News&op=page&amp;min=1'],
    selectedpage: 0
    }
    
    var comments=new ajaxpageclass.createBook(commentsbook, "bookdiv", ["paginate-bottom"])
    </script>
    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  5. #5
    Join Date
    Sep 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks u & all coder

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •