Logged Out
Create an Account
Login:
Password:

Forgot your password?
Forum- Thread Limit Per Page

Forum- Thread Limit Per Page
[Back to Index]  [Bottom of Thread]
Thread Tags
Primary: [General]
Secondary: None
How do you go about putting a limit on how many threads show per forum page? I currently have 50 thread showing per page and I want to be able to decrease it if possible or perhaps put a scroll bar on it to change the size of the page.

Assistance is appreciated.
The Beta version of the forum has this functionality. It's a drop down in the upper right corner.

--
It's all in the reflexes.
Quote by Chops
The Beta version of the forum has this functionality. It's a drop down in the upper right corner.


I see that it's user preference. I wanted to be able to make it static so everyone can only see 25 threads per page. Same with news page, I want to limit a mount of news that can be displayed per page.

My dilemma is that I am using a huge background without repeating and I want to keep everything within this background height without overflow. You can take a look at it www.theburninglegion.us, so you will see what I am talking about.

I see.

There's currently no way to limit that, I'm afraid.

But you have two options available to you:

1) Modify the background image so that it has a fade to black at the bottom, and then make your backgtrounmd color black. You can do this with the CSS by this command:

background: #000000 url(http://dkpfiles.com/gitm/background) no-repeat;


That would allow for a seamless transition from the background to a black.


2) Your second option is to use

background-attachment: fixed


That would prevent it from scrolling with the rest of the page.

--
It's all in the reflexes.
That worked!...Thank you very much, Chops.






[Back to Index]  [Top of Thread]