100 Lounge messages per page
-
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>
.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.
-
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
Seems to have some server-side validation that limits the maximum to about 100.
-
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
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! -
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
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! -
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.
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! -
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! -
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!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
-
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>
. -
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>
.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. :)
-
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>
.:omg: Which era are you living in - even IE supports inspect element [F12]...