Results 1 to 5 of 5

Thread: Proress bar help

  1. #1
    Join Date
    Sep 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Proress bar help

    I looked around but I didn't find an answer to my question if I missed it I am sorry.
    I'm designing a game for the kids at my church to play it has a progress bar on it that keeps track of their study but everytime they leave the page it resets to zero. My question is how do I get the bar to retain the amount of progress they've made toward the next level instead of reverting back to zero.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Is this a DD script question? If so, please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

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

    Default

    Event-based Progress Bar
    http://www.dynamicdrive.com/dynamici...lprogress2.htm
    This was the progress bar script I was looking at but I couldn't find a way to keep the progress on the bar once they logged out.
    Sorry.

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    What you need may require a lot of customization due to you mentioning "once they log out", but anyhow, below is a modified version of percent_bar.js that uses cookies to remember the last state of the progress bar, so reloading/revisiting the page etc automatically recalls the last known state.

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

    Default

    Thank you

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
  •