Hidden "Place inline" button

Get help with installation and running phpBB 3.2.x here. Please do not post bug reports, feature requests, or extension related questions here.
Post Reply
neca
Registered User
Posts: 9
Joined: Mon Jan 14, 2019 5:41 pm

Hidden "Place inline" button

Post by neca »

Hello,

[3.2.11]

I'm creating a new post, then use the attachments tab, I upload a very small .jpg or .png file (10kb, 40x40), the image line appears but the "Place inline" button stays hidden.

When I'm trying to do the same in a post that already contains images, I get the same behavior, but the lines with the previous images do contain the "Place inline" button.

Looking at the HTML code, I see that :

<input type="button" value="Place inline" class="button2 hidden file-inline-bbcode" />



This phpBB forum is the production one, and I have an exact copy in a QA forum with the same user, the same permissions, the same settings about the allowed sizes, php.ini settings, and so on.

The account I'm using has the admin perms. I also tested it with a basic account, to no avail.
Though, some of my users are using it with no issue.



This is driving me mad because I find no difference between the QA and the prod instances.

What should I look to debug this further?



Thank you
User avatar
janus_zonstraal
Registered User
Posts: 6418
Joined: Sat Aug 30, 2014 1:30 pm

Re: Hidden "Place inline" button

Post by janus_zonstraal »

Check ACP => posting => Attachment settings =>
Display images inline:
If set to No image attachments will show as a link.
Sorry! My English is bat ;) !!!
neca
Registered User
Posts: 9
Joined: Mon Jan 14, 2019 5:41 pm

Re: Hidden "Place inline" button

Post by neca »

janus_zonstraal wrote: Tue Sep 14, 2021 2:52 pm Check ACP => posting => Attachment settings =>
Display images inline:
If set to No image attachments will show as a link.
Hi Janus,

The Attachment settings is set to yes.
User avatar
janus_zonstraal
Registered User
Posts: 6418
Joined: Sat Aug 30, 2014 1:30 pm

Re: Hidden "Place inline" button

Post by janus_zonstraal »

Can you post the other setting from that page?
Sorry! My English is bat ;) !!!
neca
Registered User
Posts: 9
Joined: Mon Jan 14, 2019 5:41 pm

Re: Hidden "Place inline" button

Post by neca »

attachments_settings.png
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 5871
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.
Contact:

Re: Hidden "Place inline" button

Post by thecoalman »

Does this persist across different browsers? Does it persist if you clear the browsers file cache?

If it persists in either case have one of the users that have visible button clear their browsers cache to see if it disappears.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
neca
Registered User
Posts: 9
Joined: Mon Jan 14, 2019 5:41 pm

Re: Hidden "Place inline" button

Post by neca »

Hello, and thank you for your help.

I think I finally found what caused this issue : config[attachment_quota]
The difference between my prod setup and my WA setup was that my prod setup already had a full bunch of images lying in the files dir, when my QA files dir was almost empty.

So, it was just a quota matter.

Too bad no error msg nor warning arose neither in the web gui nor in the inner logs to understand what was going on.
Post Reply

Return to “[3.2.x] Support Forum”