PDA

View Full Version : Cannot change number of images in a post


HM666
01-04-2016, 10:47 AM
Hello all, I've recently moved my vBulletin from one domain to another. I tried to change the amount of photos per post from 3 to 0 to disable it. It does not work. It still tells me that I can only post 3 attachments per post. I edited the Admin settings Settings > Options > Message Posting and Editing Options > Maximum Images Per Post. I've set it to 0, I've set it to 25 and every time I set it I still get an error message when I try to add more than 3 images per post. I even tried clearing the cache and still did not work. There are NO mods installed this is a fresh install, its only has 3 threads on it with 2 Blog entries and that is it. So there should be no conflicts with a mod.

Some Info About What I'm Running:

1. vBulletin 4.2.3
2. PHP 5.4.26
3. MySQL 5.5.47
4. Its on Linux Apache server

Any help would be appreciated.

Dragonsys
01-04-2016, 04:05 PM
Maximum images affects the IMG bbcode, not attachments. You can either
1. disable all attachments (ACP -> Atachments -> Attachment Permissions)
or
2. remove image types from the attachment manager (ACP -> Atachments -> Attachment Manager)

If you actually mean the IMG bbcode, you can disable it via Usergroup permissions (Allow Image BB Code set to no)

HM666
01-04-2016, 07:51 PM
Actually I want to set it where I can have more than 3 attachments in a post. I know there is a setting for that but off the top of my head I cannot remember where it is.

MarkFL
01-04-2016, 07:54 PM
Actually I want to set it where I can have more than 3 attachments in a post. I know there is a setting for that but off the top of my head I cannot remember where it is.

Look at "Message Attachment Options" and there you will find the setting "Attachments Per Post". :)

Dragonsys
01-04-2016, 08:20 PM
Actually I want to set it where I can have more than 3 attachments in a post. I know there is a setting for that but off the top of my head I cannot remember where it is.

Sorry, I thought you were trying to disable it.

HM666
01-04-2016, 10:18 PM
Thanks Mark that did the trick!

@Dragonsys - no problem, thanks for trying to help :)