PDA

View Full Version : Limit Posts per Topic


capr
12-22-2008, 03:04 PM
Hi
I have a need to have a new topic in a forum and limit each topic to a specific number of posts.

For example, I want to create a topic called CARS, and limit the posts to 1,000 posts after which no more posts can be submitted.

In another topic called Trucks, I want to limit the posts to 500.

I'd also like to make sure that a poster named JIM can only post 1 time in that topic.

Is there a mod or can vbulleting do that? I only found a mod that limits the number of posts anyone one user can make.

Thanks

Dismounted
12-23-2008, 02:01 AM
This is possible with a modification. However, I have not seen one readily available.

capr
12-23-2008, 11:16 AM
Thanks
Any idea on the cost for you to do this?

Lionel
12-23-2008, 12:08 PM
It's possible to auto close a thread after xx answers

capr
12-23-2008, 12:30 PM
Do you mean with this mod here (http://www.vbhackers.com/f5/i-need-script-3886/).

Or is there a way to do it through the CP - I can't find it.

The above hack link does it to all the topics - is there one to set different autoclose for different topics.

Thanks a lot.

Lionel
12-23-2008, 12:58 PM
the way I would do it would be to alter table thread. And at thread creation this is where you set the limit and insert it via the data manager with all other inserts. And since it will become of threadinfo, everytime that thread loads I would compare postcount versus the amount set in that new column. And if it's equal to or greater then, than I close the thread

capr
12-23-2008, 01:57 PM
I think what you are saying is to do it manually?

First set something up in the table, then for each forum set the limit, then compare the table to the limit.....I don't know how to code all that. I thought there was a mod to do this.

Strange it is so complicated.

Lionel
12-23-2008, 02:05 PM
If you want to set it per thread, then it has to be set at thread creation

Marco van Herwaarden
12-23-2008, 02:36 PM
Please do not go into technical details in the Pre Sales section.

capr
12-24-2008, 12:48 PM
How am I supposed to make a purchase decision without knowing what is involved in getting this done? If I have to pay someone to get this mod done isn't that relevant?
I assumed an admin person would chime in with an answer.