Image Slider

Current Version: 2.3.0
Released: 2023-03-19
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
User avatar

Kirk
Dev
Posts: 1950
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Image Slider

Post by Kirk »

Open: root/ext/board3/portal/styles/prosilver/template/portal_body.html
Find:

Code: Select all

{% if S_SLIDESHOW_PAGE_INDEX == 1 %}
Replace with:

Code: Select all

{% if !S_SLIDESHOW_PAGE_INDEX %}
This means that the slideshow is only displayed in the portal if in acp I click on the disable button in the index
Pure the cache
Gruß Udo
User avatar

Topic author
Max_69
Active Member
Posts: 17
Joined: 28. April 2016 11:50
phpBB.com User: Max_69
Contact:

Re: Image Slider

Post by Max_69 »

Fantastic!! Thanks so much!! ;)
Post Reply

Return to “Board3 Portal 2.3.x - English Support”