Page 2 of 2

Re: Image Slider

Posted: 12. May 2024 22:14
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

Re: Image Slider

Posted: 12. May 2024 23:42
by Max_69
Fantastic!! Thanks so much!! ;)