3.3.x Extensions Database 3.2 / 3.3 ⇒ Topic Image
-
- New user
- Posts: 2
- Joined: 17 Jun 2024, 10: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.
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Topic Image
What extension needs to be adjusted?
-
- New user
- Posts: 2
- Joined: 17 Jun 2024, 10: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
-
- Users
- Posts: 8
- Joined: 02 May 2016, 16: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.
-
- Users
- Posts: 8
- Joined: 02 May 2016, 16:34
Re: Topic Image
Open: /template/topicimage.htmlphpbbexst wrote: 22 Jul 2024, 19: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 %}
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Topic Image
does it give any error? log or acp?martin wrote: 17 Feb 2025, 20:07 Topic image grab no longer works could be alma linux 9 or even the new php version.
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Topic Image
No images to grab standard message no errors.
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Topic Image
Update is being tested it has new options in.
-
- Users
- Posts: 31
- Joined: 29 May 2021, 21: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
-
- Users
- Posts: 93
- Joined: 05 Nov 2015, 22:48
Re: Topic Image
Can we set last images not random image ?
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Topic Image
It selects the first image in a topic if i remember right.