[Release] Image Slider V1.0.0

Locked
User avatar

Topic author
talonos
Portal Specialist
Posts: 241
Joined: 7. June 2009 15:12
phpBB.com User: talonos

[Release] Image Slider V1.0.0

Post by talonos »

Addon: Image Slider
Addon Version: 1.0.0
Addon Author: Talonos
Addon Description:

This extension will add a Image Slider block to your portal page that will rotate upto 6 images

choose from 13 different animations and each image can have its own animation

lots of options for color styling the caption and navigation controls
caption and navigation location can be changed in settings.

option to slide images manually or automaticly and how often in seconds

adjust maximum image height to better suite your sizing (all images will use this setting to not break styling of portal)

Download Link:
http://pretereo-stormrage.co.uk/viewtop ... p=475#p475

Instructions:
1. Unzip the downloaded release and copy it to ext/talonos (PHPBBROOT/ext/talonos/b3pimgslider/composer.json)directory of your phpBB board. Navigate in the ACP to Customise -> Manage extensions . Look for Board3 Image Slider under the Disabled Extensions list, and click its Enable link
2. navigate to Extensions -> Portal -> Portal Modules and click "Add Module" for any Central column and add Image Slider.
3. all ACP settings are controlled via youtube gallery extension.

Demo: http://pretereo-stormrage.co.uk

REVISION INFOMATION

1.0.0

Code: Select all

Initial Release - 

Extension Dedicated to Kevin Watson 
(a close friend who helped me develope a few extensions that passed from cancer last year)
SCREENSHOTS:

Image

Image

Image
Creating board3 website? check the sites out below for board3 compatible extensions
Talonos: Pretereo stormrage EU OFFLINE!

TrekRed
Active Member
Posts: 39
Joined: 12. May 2019 20:05

Re: [Release] Image Slider V1.0.0

Post by TrekRed »

On the first page of the portal, the slider is visible, when you go to other pages, the pictures are no longer visible!

Image

Image

Image

TrekRed
Active Member
Posts: 39
Joined: 12. May 2019 20:05

Re: [Release] Image Slider V1.0.0

Post by TrekRed »

On the way to the picture app.php, on the first page without app.php, therefore not visible. How to fix app.php?

1. Correct link, First page: //site.com/ext/talonos/b3pimgslider/styles/all/theme/images/photo_gallery.png

2. Invalid link, Other pages except the first: //site.com/app.php/ext/talonos/b3pimgslider/styles/all/theme/images/photo_gallery.png
User avatar

Topic author
talonos
Portal Specialist
Posts: 241
Joined: 7. June 2009 15:12
phpBB.com User: talonos

Re: [Release] Image Slider V1.0.0

Post by talonos »

TrekRed wrote: 6. August 2019 12:31 On the way to the picture app.php, on the first page without app.php, therefore not visible. How to fix app.php?

1. Correct link, First page: //site.com/ext/talonos/b3pimgslider/styles/all/theme/images/photo_gallery.png

2. Invalid link, Other pages except the first: //site.com/app.php/ext/talonos/b3pimgslider/styles/all/theme/images/photo_gallery.png
use a full link to your image in the image code box.

Code: Select all

http://site.com/ext/talonos/b3pimgslider/styles/all/theme/images/photo_gallery.png
that should make it work on every page as its a direct link to the image.

if you use

Code: Select all

ext/talonos/b3pimgslider/styles/all/theme/images/photo_gallery.png
then the forum will append the current link to the begining and break the image.
Creating board3 website? check the sites out below for board3 compatible extensions
Talonos: Pretereo stormrage EU OFFLINE!

TrekRed
Active Member
Posts: 39
Joined: 12. May 2019 20:05

Re: [Release] Image Slider V1.0.0

Post by TrekRed »

Thanks! Full link worked!
Locked

Return to “v2.1.x”