3.3.x Extensions Database 3.2 / 3.3Topic Image

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Salvo Cortesiano
New user
New user
Status: Offline
User theme: Dark
Posts: 2
Joined: Jun 17th, '24, 08:03
    Windows 10 Chrome

Re: Topic Image

Post by Salvo Cortesiano »

Hi,
I use the forumUS style
forumus_style.jpg
This style is not free, I paid for it. Any hope to adapt the extension to this style?

Best Regards
Salvo
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6485
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: Topic Image

Post by dmzx »

What extension needs to be adjusted?

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Salvo Cortesiano
New user
New user
Status: Offline
User theme: Dark
Posts: 2
Joined: Jun 17th, '24, 08:03
    Windows 10 Chrome

Re: Topic Image

Post by Salvo Cortesiano »

dmzx wrote: Jun 18th, '24, 11:26 what extension needs to be adjusted?
Hi,
the Topic Image extension.
Thanks for your reply
I'm sending you a PM, I need a favor :smile:
Regards
Salvo

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

phpbbexst
Users
Users
Status: Offline
User theme: Dark
Posts: 8
Joined: May 2nd, '16, 14:34
    Windows 10 Chrome

Re: Topic Image

Post by phpbbexst »

I would like guests to see the images, tried to edit the html file by removing the code of interest, but it gives me error, what should I do to achieve this.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

phpbbexst
Users
Users
Status: Offline
User theme: Dark
Posts: 8
Joined: May 2nd, '16, 14:34
    Windows 10 Chrome

Re: Topic Image

Post by phpbbexst »

phpbbexst wrote: Jul 22nd, '24, 17:31 I would like guests to see the images, tried to edit the html file by removing the code of interest, but it gives me error, what should I do to achieve this.
Open: /template/topicimage.html

Find:

Code: Select all

{% if S_DMZX_TOPICIMAGE_ENABLE and S_USER_LOGGED_IN and not S_IS_BOT and dmzx_topicimage %}
replace with this:

Code: Select all

{% if S_DMZX_TOPICIMAGE_ENABLE and not S_IS_BOT and dmzx_topicimage %}
Open: /template/event/overall_footer_after.html
Find:

Code: Select all

{% if S_DMZX_TOPICIMAGE_ENABLE and S_USER_LOGGED_IN and dmzx_topicimage %}
replace with this:

Code: Select all

{% if S_DMZX_TOPICIMAGE_ENABLE and dmzx_topicimage %}
Open: /template/event/overall_header_head_append.html

Find:

Code: Select all

{% if S_DMZX_TOPICIMAGE_ENABLE and S_USER_LOGGED_IN %}
replace with this:

Code: Select all

{% if S_DMZX_TOPICIMAGE_ENABLE %}

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5123
Joined: Apr 6th, '14, 14:12
    Windows 10 Chrome

Re: Topic Image

Post by martin »

Topic image grab no longer works could be alma linux 9 or even the new php version.
Image

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6485
Joined: Jan 13th, '14, 20:45
    Android Chrome

Re: Topic Image

Post by dmzx »

martin wrote: Feb 17th, '25, 19:07 Topic image grab no longer works could be alma linux 9 or even the new php version.
does it give any error? log or acp?

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5123
Joined: Apr 6th, '14, 14:12
    Linux Chrome

Re: Topic Image

Post by martin »

No images to grab standard message no errors.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

foxtale
Users
Users
Status: Offline
User theme: Dark
Posts: 4
Joined: Dec 30th, '24, 16:58
    Windows 10 Chrome

Re: Topic Image

Post by foxtale »

martin wrote: Feb 18th, '25, 12:31 No images to grab standard message no errors.
Same here :tumbsyes:
Needs update :wall:

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5123
Joined: Apr 6th, '14, 14:12
    Linux Chrome

Re: Topic Image

Post by martin »

Update is being tested it has new options in.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6485
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: Topic Image

Post by dmzx »

First post updated.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6485
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: Topic Image

Post by dmzx »

First post updated.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

medic
Users
Users
Status: Offline
User theme: Dark
Posts: 31
Joined: May 29th, '21, 19:52
    Windows 10 Chrome

Re: Topic Image

Post by medic »

Hi
is there a way to show only images of the 20 first topics instead of random images

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

The Good
Users
Users
Status: Offline
User theme: Dark
Posts: 93
Joined: Nov 5th, '15, 21:48
    Windows 10 Chrome

Re: Topic Image

Post by The Good »

Can we set last images not random image ?

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5123
Joined: Apr 6th, '14, 14:12
    Windows 10 Chrome

Re: Topic Image

Post by martin »

It selects the first image in a topic if i remember right.