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>
User avatar

Salvo Cortesiano
New user
New user
Posts: 2
Joined: 17 Jun 2024, 10: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.

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Topic Image

Post by dmzx »

What extension needs to be adjusted?

User avatar

Salvo Cortesiano
New user
New user
Posts: 2
Joined: 17 Jun 2024, 10:03
    Windows 10 Chrome

Re: Topic Image

Post by Salvo Cortesiano »

dmzx wrote: 18 Jun 2024, 13: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

User avatar

phpbbexst
Users
Users
Posts: 8
Joined: 02 May 2016, 16: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.

User avatar

phpbbexst
Users
Users
Posts: 8
Joined: 02 May 2016, 16:34
    Windows 10 Chrome

Re: Topic Image

Post by phpbbexst »

phpbbexst 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.
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 %}

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16: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

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Android Chrome

Re: Topic Image

Post by dmzx »

martin wrote: 17 Feb 2025, 20: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?

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Topic Image

Post by martin »

No images to grab standard message no errors.

User avatar

foxtale
Users
Users
Posts: 4
Joined: 30 Dec 2024, 17:58
    Windows 10 Chrome

Re: Topic Image

Post by foxtale »

martin wrote: 18 Feb 2025, 13:31 No images to grab standard message no errors.
Same here :tumbsyes:
Needs update :wall:

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Topic Image

Post by martin »

Update is being tested it has new options in.

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Topic Image

Post by dmzx »

First post updated.

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Topic Image

Post by dmzx »

First post updated.

User avatar

medic
Users
Users
Posts: 31
Joined: 29 May 2021, 21: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

User avatar

The Good
Users
Users
Posts: 93
Joined: 05 Nov 2015, 22:48
    Windows 10 Chrome

Re: Topic Image

Post by The Good »

Can we set last images not random image ?

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Windows 10 Chrome

Re: Topic Image

Post by martin »

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

Post Reply Previous topicNext topic