The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to make a post that FORCES a page break?
In the nature of my forums, there are some threads that have LOOOONG posts - far too much to display 10 of them on 1 page (and no, knocking the posts/page display down would screw other parts up).
Is there a way to FORCE an end-page? So that, say after 1 post, it automatically shows "Page 1 of X, 1, 2, 3" etc... at the bottom of that post ? |
#2
|
||||
|
||||
The only thing I can think to do is write a plugin that changes the posts display for certain threadids.
|
#3
|
|||
|
|||
Quote:
I posted another request for end the page based on # of attachments being displayed on the page. THat would work too (might be easier?) Count # of attachments in the posts on that page and end the page as soon as it hits say, 100. ( ??) |
#4
|
||||
|
||||
Why not limit the amount of characters and attachments per post. Then, if needed, the user can make a couple of posts regarding whatever they are writing about.
|
#5
|
|||
|
|||
Quote:
Right now I have it set up to 10 posts per page - which is perfect for half the forums (chit chat and what not). The forums that contain lots of pictures, threads are taking forever to display. I *need* 100 pictures post limit (minimum). Many threads will only have 5 or 10 pictures - works fine at 10 posts displayed per page. But on the posts that have 100 pictures, I want to insert a "bottom of page" post so that it will just skip to the "Page 1 of X" part without displaying more. I need to be able to FORCE that "Page 1 of X" part. I could make a post with secret code as the post like.. "[[endpage]]" as the message body. When showthread comes across that text it doesn't display more posts on that page and shows the "Page 1 of X" part. |
#6
|
||||
|
||||
Maybe write a plugin that checks the number of attachments and if it is more than x then set the number of posts to display to y? I'm not really sure here.
|
#7
|
|||
|
|||
Quote:
Or, if the code that displays the posts of a thread is a loop, have it exit the loop as soon as # of displayed thumbnails >= the set limit. Hopefully someone can figure it out... if there's any people who know vB code reading this thread, I'd be willing to pay for a working code modification. (vB v3.6.8 although the showthread code probably hasn't changed much) |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|