the only way that would work would be with either a custom bbcode you created for the board or with an extension you installed on the board.
robert
the only way that would work would be with either a custom bbcode you created for the board or with an extension you installed on the board.
My problem was that the GD I installed in my docker image did not have support for JPEG images.
Code: Select all
php -r 'var_dump(gd_info());'
Code: Select all
RUN apk add --update --no-cache libpng-dev libjpeg-turbo-dev \
&& docker-php-ext-configure gd \
--with-gd \
--with-png-dir=/usr/include/ \
--with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install gd
I had Advanced BBCode Box installed before updating which was working, i have updated that to the latest version but no difference . I have also tried downloading phpBB Media Embed PlugIn to see if that would work but again doesn't display the videosLumpy Burgertushie wrote: ↑Tue Nov 27, 2018 2:27 amthe only way that would work would be with either a custom bbcode you created for the board or with an extension you installed on the board.
robert
Thought i would just try an re install it one last time before getting back you, and its now working . Don't know what went wrong .Lumpy Burgertushie wrote: ↑Thu Nov 29, 2018 8:09 pmwell, both of those extensions work as expected for most everyone else.
we need to figure out what is different about your setup.
Please fill out the Support Request Template and paste the results in a new topic in the support forums.
this topic is for discussing the release of 3.2.4
robert