The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
Thanks, Chen, I think it is starting to make sense now. (finally, huh?
![]() ![]() Quote:
|
#12
|
||||
|
||||
![]()
(1) Do the first change in private.php.
(2) Add the second line (right after the first, obviously): Code:
$maxattachsize_temp = getmaxattachsize(); [high[ $attachextensions = str_replace(' ', ', ', $attachextensions);[/high] |
#13
|
||||
|
||||
![]()
If you mean the first code I did up a few posts ago, that code isn't in private.php anywhere. Is that what you meant?
Quote:
What do you mean here? And where do I put the code you gave me? Quote:
![]() |
#14
|
||||
|
||||
![]()
In newreply.php and newthread.php replace this:
Code:
$maxattachsize_temp = getmaxattachsize(); Code:
$maxattachsize_temp = getmaxattachsize(); $attachextensions = str_replace(' ', ', ', $attachextensions); |
#15
|
||||
|
||||
![]()
Sorry about that. I was still thinkng about the private attachments problem. (DOHHH!!!)
Now, for the last part. You said to make a change in the private.php. What do I need to do to that do make it handle the BMPs the same way as the regular attachments does and how do I get the commas in there? ![]() Quote:
|
#16
|
||||
|
||||
![]()
You can't do it for private messages, it doesn't work that way (sorry for misleading).
|
#17
|
||||
|
||||
![]()
Then when you enter the vaid extensions in the vBulletin options and it shows it in the private attachment, it handles all of that differently, right? Is there a way to have it only show the ones it will be able to handle right then? :cheeky:
Quote:
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|