3.3.x Extensions Database 3.2 / 3.3 ⇒ Topic Image
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArraySalvo Cortesiano
- New user

- Status: Offline
- User theme: Dark
- Posts: 2
- Joined: Jun 17th, '24, 08:03
Re: Topic Image
Hi,
I use the forumUS style
This style is not free, I paid for it. Any hope to adapt the extension to this style?
Best Regards
Salvo
I use the forumUS style
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
Arraydmzx
- Founder

- Status: Offline
- User theme: Dark
- Posts: 6485
- Joined: Jan 13th, '14, 20:45
Re: Topic Image
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
ArraySalvo Cortesiano
- New user

- Status: Offline
- User theme: Dark
- Posts: 2
- Joined: Jun 17th, '24, 08:03
Re: Topic Image
Hi,
the Topic Image extension.
Thanks for your reply
I'm sending you a PM, I need a favor
Regards
Salvo
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayphpbbexst
- Users

- Status: Offline
- User theme: Dark
- Posts: 8
- Joined: May 2nd, '16, 14:34
Re: Topic Image
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
Arrayphpbbexst
- Users

- Status: Offline
- User theme: Dark
- Posts: 8
- Joined: May 2nd, '16, 14:34
Re: Topic Image
Open: /template/topicimage.htmlphpbbexst 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.
Find:
Code: Select all
{% if S_DMZX_TOPICIMAGE_ENABLE and S_USER_LOGGED_IN and not S_IS_BOT and dmzx_topicimage %}Code: Select all
{% if S_DMZX_TOPICIMAGE_ENABLE and not S_IS_BOT and dmzx_topicimage %}Find:
Code: Select all
{% if S_DMZX_TOPICIMAGE_ENABLE and S_USER_LOGGED_IN and dmzx_topicimage %}Code: Select all
{% if S_DMZX_TOPICIMAGE_ENABLE and dmzx_topicimage %}Find:
Code: Select all
{% if S_DMZX_TOPICIMAGE_ENABLE and S_USER_LOGGED_IN %}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
Arraymartin
- Admin

- Status: Offline
- User theme: Dark
- Posts: 5123
- Joined: Apr 6th, '14, 14:12
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraydmzx
- Founder

- Status: Offline
- User theme: Dark
- Posts: 6485
- Joined: Jan 13th, '14, 20:45
Re: Topic Image
does it give any error? log or acp?martin wrote: Feb 17th, '25, 19:07 Topic image grab no longer works could be alma linux 9 or even the new php version.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymartin
- Admin

- Status: Offline
- User theme: Dark
- Posts: 5123
- Joined: Apr 6th, '14, 14:12
Re: Topic Image
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
Arrayfoxtale
- Users

- Status: Offline
- User theme: Dark
- Posts: 4
- Joined: Dec 30th, '24, 16:58
Re: Topic Image
Same here
Needs update
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymartin
- Admin

- Status: Offline
- User theme: Dark
- Posts: 5123
- Joined: Apr 6th, '14, 14:12
Re: Topic Image
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
Arraydmzx
- Founder

- Status: Offline
- User theme: Dark
- Posts: 6485
- Joined: Jan 13th, '14, 20:45
Re: Topic Image
First post updated.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraydmzx
- Founder

- Status: Offline
- User theme: Dark
- Posts: 6485
- Joined: Jan 13th, '14, 20:45
Re: Topic Image
First post updated.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymedic
- Users

- Status: Offline
- User theme: Dark
- Posts: 31
- Joined: May 29th, '21, 19:52
Re: Topic Image
Hi
is there a way to show only images of the 20 first topics instead of random images
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
ArrayThe Good
- Users

- Status: Offline
- User theme: Dark
- Posts: 93
- Joined: Nov 5th, '15, 21:48
Re: Topic Image
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
Arraymartin
- Admin

- Status: Offline
- User theme: Dark
- Posts: 5123
- Joined: Apr 6th, '14, 14:12
Re: Topic Image
It selects the first image in a topic if i remember right.
