Slideshow Management

Possible to show on the portal page also? - Slideshow Management

Possible to show on the portal page also?

by Vuzqii » Sat Jan 29, 2022 5:10 am

Hello very nice mod! Ive been searching for something like this for a very long time good job :D :D

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
Vuzqii
Registered User
Posts: 27
Joined: Wed Nov 20, 2019 4:01 pm

Re: Possible to show on the portal page also?

by huynhbuutam » Tue Feb 01, 2022 1:23 pm

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

by huynhbuutam » Fri Feb 04, 2022 10:57 am

* 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:

Code: Select all

{% if S_SLIDESHOW_PAGE_INDEX == 1 %}
{% INCLUDE 'tamit_slideshow_default.html' %}
{% endif %}
- If you want the slideshow to appear on bottom
Find: <!-- INCLUDE overall_header.html -->
Before-add:

Code: Select all

{% if S_SLIDESHOW_PAGE_INDEX == 1 %}
{% INCLUDE 'tamit_slideshow_default.html' %}
{% endif %}
* Step 3:
Pure the cache

Note: Make sure the option (Target page) "Index" is activated
User avatar
huynhbuutam
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?

by Vuzqii » Sun Feb 20, 2022 6:19 pm

Hey man thanks! Im gonna try it tonight thanks for your time:)
Vuzqii
Registered User
Posts: 27
Joined: Wed Nov 20, 2019 4:01 pm

Re: Possible to show on the portal page also?

by Max_69 » Sun May 12, 2024 12:31 pm

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:

Code: Select all

{% if S_SLIDESHOW_PAGE_INDEX == 1 %}
{% INCLUDE 'tamit_slideshow_default.html' %}
{% endif %}
- If you want the slideshow to appear on bottom
Find: <!-- INCLUDE overall_header.html -->
Before-add:

Code: Select all

{% if S_SLIDESHOW_PAGE_INDEX == 1 %}
{% INCLUDE 'tamit_slideshow_default.html' %}
{% endif %}
* Step 3:
Pure the cache

Note: Make sure the option (Target page) "Index" is activated
Hi, and to make it appear only on the portal and not in the index?
User avatar
Max_69
Registered User
Posts: 78
Joined: Thu Jun 05, 2014 9:19 am
Location: Udine-Italy