Hello very nice mod! Ive been searching for something like this for a very long time good job
Now i would like to know if this can be possible on the portal also? In stead on the board?
like here https://www.unionsqd.eu/app.php/portal
Possible to show on the portal page also? - Slideshow Management
-
- Registered User
- Posts: 27
- Joined: Wed Nov 20, 2019 4:01 pm
Re: Possible to show on the portal page also?
Hi Vuzqii,
I think this is possible, however I don't have time to deal with this at the moment, I'll mark it as FAQ and give specific instructions later.
Regards
I think this is possible, however I don't have time to deal with this at the moment, I'll mark it as FAQ and give specific instructions later.
Regards
-
- Registered User
- Posts: 39
- Joined: Wed Dec 01, 2021 4:15 pm
- Location: Viet Nam
- Name: Huynh Buu Tam
Re: Possible to show on the portal page also?
* Step 1:
Copy-from:
Copy-to:
* Step 2:
Open:
- If you want the slideshow to appear on top
Find:
After-add:
- If you want the slideshow to appear on bottom
Find:
Before-add:
* Step 3:
Pure the cache
Note: Make sure the option (Target page) "Index" is activated
Copy-from:
.\ext\tamit\slideshow\styles\prosilver\template\tamit_slideshow_default.html
Copy-to:
.\ext\board3\portal\styles\prosilver\template\tamit_slideshow_default.html
* Step 2:
Open:
.\ext\board3\portal\styles\prosilver\template\portal\portal_body.html
- If you want the slideshow to appear on top
Find:
<!-- INCLUDE overall_header.html -->
After-add:
Code: Select all
{% if S_SLIDESHOW_PAGE_INDEX == 1 %}
{% INCLUDE 'tamit_slideshow_default.html' %}
{% endif %}
Find:
<!-- INCLUDE overall_header.html -->
Before-add:
Code: Select all
{% if S_SLIDESHOW_PAGE_INDEX == 1 %}
{% INCLUDE 'tamit_slideshow_default.html' %}
{% endif %}
Pure the cache
Note: Make sure the option (Target page) "Index" is activated
-
- Registered User
- Posts: 39
- Joined: Wed Dec 01, 2021 4:15 pm
- Location: Viet Nam
- Name: Huynh Buu Tam
Re: Possible to show on the portal page also?
Hey man thanks! Im gonna try it tonight thanks for your time:)
-
- Registered User
- Posts: 27
- Joined: Wed Nov 20, 2019 4:01 pm
Re: Possible to show on the portal page also?
Hi, and to make it appear only on the portal and not in the index?huynhbuutam wrote:* Step 1:
Copy-from:.\ext\tamit\slideshow\styles\prosilver\template\tamit_slideshow_default.html
Copy-to:.\ext\board3\portal\styles\prosilver\template\tamit_slideshow_default.html
* Step 2:
Open:.\ext\board3\portal\styles\prosilver\template\portal\portal_body.html
- If you want the slideshow to appear on top
Find:<!-- INCLUDE overall_header.html -->
After-add:- If you want the slideshow to appear on bottomCode: Select all
{% if S_SLIDESHOW_PAGE_INDEX == 1 %} {% INCLUDE 'tamit_slideshow_default.html' %} {% endif %}
Find:<!-- INCLUDE overall_header.html -->
Before-add:* Step 3:Code: Select all
{% if S_SLIDESHOW_PAGE_INDEX == 1 %} {% INCLUDE 'tamit_slideshow_default.html' %} {% endif %}
Pure the cache
Note: Make sure the option (Target page) "Index" is activated
-
- Registered User
- Posts: 78
- Joined: Thu Jun 05, 2014 9:19 am
- Location: Udine-Italy