The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Post Limits Per Forum?
Hey all,
Just had a very good request from a member, and I've tried to find it and haven't been able to. If it's there and I'm just blind, please let me know Basically I need to have a larger character limit in posts in one particular forum. It's a forum where users post stories they've written and so on, so the whole 5,000 character thing I've got at the moment (or whatever it's set at) isn't really enough. Any help is greatly appreciated. J |
#2
|
||||
|
||||
edit newthread.php, find:
PHP Code:
PHP Code:
Add the same code right before PHP Code:
that should do the trick.. I assume that you only want to allow longer new threads in that special forum but not replies so I didnt give you the newreply.php hack.. |
#3
|
||||
|
||||
I have an upped character limit for new threads but I am in need of Editpost and Newreply as well. Any help would be greatly appreciated.
|
#4
|
||||
|
||||
Do the same thing in those files.
|
#5
|
||||
|
||||
I did and nothing. Only seems to work for newthread.php. :ermm:
|
#6
|
||||
|
||||
Try changing:
PHP Code:
PHP Code:
|
#7
|
||||
|
||||
as far as I can see my code should work for editpost and newreply.php as well without any changes. I'd say make sure you applied correctly and modified X and Y yoo.
|
#8
|
||||
|
||||
Boofo,
Wouldn't I have to specify every new thread created with that? Logician, I just copy and pasted from newthread.php. If you would like to see my editpost.php or newreply.php to see exactly where I will be more than happy to send it to you. |
#9
|
||||
|
||||
Ok 86 the editpost.php it does work for editpost, it is newreply that code doesn't seem to work.
|
#10
|
||||
|
||||
@yxboom - Boofo posted incorrect code
It should be: Code:
$threadinfo[forumid] Code:
($foruminfo[forumid]==X) Code:
($threadinfo[forumid]==X) Satan |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|