Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. 100 Lounge messages per page

100 Lounge messages per page

Scheduled Pinned Locked Moved The Lounge
javascriptannouncement
15 Posts 10 Posters 6 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Thomas Daniels

    The maximum number of the "Per Page" dropdown is 50. But if you want to have 100 messages per page, then run this JavaScript in your browser:

    $("option[value='50']").attr("value", "100");

    Now, select "50" in the 'Per page' dropdown, and click on 'Update'. And then you've 100 messages per page!

    The quick red ProgramFOX jumps right over the Lazy<Dog>.

    Z Offline
    Z Offline
    ZurdoDev
    wrote on last edited by
    #6

    Posting a method of hacking a coding site to that same coding site? That's risky. I'm anxious to see if you are still alive in a few days. :) I wonder if the hit has already been ordered.

    There are only 10 types of people in the world, those who understand binary and those who don't.

    V 1 Reply Last reply
    0
    • W W Balboos GHB

      Why Stop at 100? You've got to start thinking outside of the scroll-bar, man!

      "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

      "As far as we know, our computer has never had an undetected error." - Weisert

      "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

      A Offline
      A Offline
      AspDotNetDev
      wrote on last edited by
      #7

      Seems to have some server-side validation that limits the maximum to about 100.

      Thou mewling ill-breeding pignut!

      1 Reply Last reply
      0
      • R R Giskard Reventlov

        Wow, dude, that is, like, too much information. :-)

        "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me

        V Offline
        V Offline
        Vasudevan Deepak Kumar
        wrote on last edited by
        #8

        Like flood gates open on a dam!

        Vasudevan Deepak Kumar Personal Homepage
        Tech Gossips
        The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

        1 Reply Last reply
        0
        • W W Balboos GHB

          Why Stop at 100? You've got to start thinking outside of the scroll-bar, man!

          "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

          "As far as we know, our computer has never had an undetected error." - Weisert

          "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

          V Offline
          V Offline
          Vasudevan Deepak Kumar
          wrote on last edited by
          #9

          Chris can also consider one of the view modes as 'Scroll Paging' or a jQuery Grids like SlickGrid or jQGrid.

          Vasudevan Deepak Kumar Personal Homepage
          Tech Gossips
          The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

          1 Reply Last reply
          0
          • Z ZurdoDev

            Posting a method of hacking a coding site to that same coding site? That's risky. I'm anxious to see if you are still alive in a few days. :) I wonder if the hit has already been ordered.

            There are only 10 types of people in the world, those who understand binary and those who don't.

            V Offline
            V Offline
            Vasudevan Deepak Kumar
            wrote on last edited by
            #10

            ryanb31 wrote:

            hacking

            We can also call it as 'extending the functionality'!

            Vasudevan Deepak Kumar Personal Homepage
            Tech Gossips
            The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

            Z C 2 Replies Last reply
            0
            • V Vasudevan Deepak Kumar

              ryanb31 wrote:

              hacking

              We can also call it as 'extending the functionality'!

              Vasudevan Deepak Kumar Personal Homepage
              Tech Gossips
              The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

              Z Offline
              Z Offline
              ZurdoDev
              wrote on last edited by
              #11

              Quote:

              We can also call it as 'extending the functionality'!

              Indeed. It really uses the CP SDK. :)

              There are only 10 types of people in the world, those who understand binary and those who don't.

              1 Reply Last reply
              0
              • V Vasudevan Deepak Kumar

                ryanb31 wrote:

                hacking

                We can also call it as 'extending the functionality'!

                Vasudevan Deepak Kumar Personal Homepage
                Tech Gossips
                The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

                C Offline
                C Offline
                Colin Mullikin
                wrote on last edited by
                #12

                Vasudevan Deepak Kumar wrote:

                extending the functionality

                Which is what "they" can say after "they" break his thumbs... :thumbsup: :thumbsdown:

                The United States invariably does the right thing, after having exhausted every other alternative. -Winston Churchill America is the only country that went from barbarism to decadence without civilization in between. -Oscar Wilde Wow, even the French showed a little more spine than that before they got their sh*t pushed in.[^] -Colin Mullikin

                1 Reply Last reply
                0
                • T Thomas Daniels

                  The maximum number of the "Per Page" dropdown is 50. But if you want to have 100 messages per page, then run this JavaScript in your browser:

                  $("option[value='50']").attr("value", "100");

                  Now, select "50" in the 'Per page' dropdown, and click on 'Update'. And then you've 100 messages per page!

                  The quick red ProgramFOX jumps right over the Lazy<Dog>.

                  R Offline
                  R Offline
                  RedDk
                  wrote on last edited by
                  #13

                  Vrai cool, Now if I could only use a trick like this to get all 106 pages of my reputation history I'd be a happy camper! But lounge history to the top of my desk off into my lap is cool as I said!

                  1 Reply Last reply
                  0
                  • T Thomas Daniels

                    The maximum number of the "Per Page" dropdown is 50. But if you want to have 100 messages per page, then run this JavaScript in your browser:

                    $("option[value='50']").attr("value", "100");

                    Now, select "50" in the 'Per page' dropdown, and click on 'Update'. And then you've 100 messages per page!

                    The quick red ProgramFOX jumps right over the Lazy<Dog>.

                    A Offline
                    A Offline
                    AspDotNetDev
                    wrote on last edited by
                    #14

                    Or, create a bookmark for any page, then edit the bookmark so that the URL is:

                    javascript:var abc=$("select[name='mpp']"); abc.append("<option value='100'>100</option>");abc[0].selectedIndex=abc.children().length-1;$("input[name='SetOpt']").trigger("click");

                    Navigate to the Lounge, then click the bookmark and the page will refresh with 100 messages per page. :)

                    Thou mewling ill-breeding pignut!

                    1 Reply Last reply
                    0
                    • T Thomas Daniels

                      The maximum number of the "Per Page" dropdown is 50. But if you want to have 100 messages per page, then run this JavaScript in your browser:

                      $("option[value='50']").attr("value", "100");

                      Now, select "50" in the 'Per page' dropdown, and click on 'Update'. And then you've 100 messages per page!

                      The quick red ProgramFOX jumps right over the Lazy<Dog>.

                      A Offline
                      A Offline
                      Amar Chaudhary
                      wrote on last edited by
                      #15

                      :omg: Which era are you living in - even IE supports inspect element [F12]...

                      My Startup!!!!
                      Profile@Elance - feedback available too

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups