SlideShare ist ein Scribd-Unternehmen logo
1 von 18
A step for step tutorial on how to install and use the bretteleben.de Simple Picture Slideshow
Plugin.

Installation

1.) Log into your administration interface




2.) Go to "Extensions" > "Install/Uninstall"




3.) Select the Package File with the bretteleben.de Simple Picture Slideshow Plugin
4.) Click "Upload file & Install"




5.) If everything worked fine, you get the message "Install Plugin Success"




6.) Select "Extensions" > "Plugin Manager"
7.) Find the "bretteleben.de Simple Picture Slideshow" and click it




8.) The first section of parameters controls the layout of the slideshow.
The first parameter is the width of your slideshow in pixel.




9.) The next parameter is the height of your slideshow in pixel.
Pictures larger than set here are scaled by the visitors browser according to these settings.
Smaller pictures are not enlarged. If possible you should offline scale your pictures to the width
and height they will display because scaling by the visitors browser results in a loss of quality
and it increases the time your page takes to load without any additional benefit for your visitor.



10.) The next parameter sets the position of the gallery within the available space. You may
choose between left - centered - right, float left and float right. The last two options allow the
gallery to get wrapped by your text. They also increase the dependence from the used template
and will not always show the desired results!




11.) Background Color: The background color of your slideshow is of importance if you use
pictures of different size or pictures with proportions different from the settings above. It
prevents the next Pictures to be visible below the current one. Set the hexadecimal color-value
without the leading pound key (#), e.g. ffffff for white.
12.) "Sort Order" sets the order the images are shown. You may choose between alphabetic
ascending, alphabetic descending, old to new and new to old (both use "last changed" not
"created"!) and random.




13.) Next sections sets the values for the animation.
"Time to show" is the time in seconds a picture is shown between two fades.
14.) "Duration of Fading" is the time you set for the fading itself, again in seconds. In most cases
1 will do fine.




15.) The plugin moves transparency from 100% to 0% (or vice versa). "Fading steps" sets the
stepwidth used. A value of 5 means, that the transparency is changed in 5 steps, each of 20%. 50
sets 50 steps, each of 2%. The higher this value the more smooth the fading but also the more
computationally intensive. Setting a to high value when using large images may cause the set
times to be excessed. Just try out.




16.) The next parameter sets if your slideshow starts automatically on pageload.
This option may be activated regardless of displaying controls. They do not influence this
feature.



17.) The next section is about the optional control elements.
The first parameter sets if you want to show them at all.




18.) The second parameter sets which elements to show, if they get shown left or right and in
what sort order.




This all is set with a combination of the values 1, 2, 3, 4, 5, and the minus sign "-".
1 ... the Counter
2 ... Link/Button Start
3 ... Link/Button Stop
4 ... Link/Button Back
5 ... Link/Button Next
'-' ... the minus sign splits the elements into left and right. If omitted, all elements are shown at
the right.

Samples:
1-2345 . . . . the counter at the left, the four links/buttons at the right
415 . . . . back-button/link, counter, next-button/link, all of them at the right side (no minus sign)
415- . . . . same elements again, this time all at the left side



19.) The next 4 parameters set what you want to use for the links.




- Left empty, the plugin shows the automatically installed default buttons.

- Insert any text and the text is shown.

- Instead of text links you may also use buttons. Just insert the name of the image-file you want
to be used (including the suffix). The plugin detects .jpg, .gif and .png and searches for the
corresponding file in the set folder (we will set this a little later, by default it is
"/images/stories/besps_buttons"). If the file exists, the image is shown.



20.) If you activate "Show captions?", you have the possibility to add Title and Text to your
images.
Even when deactivated, Captions can be used to replace the (otherwise used by default) image
filename as ALT-, TITLE-text.



21.) "Position of Captions" sets if the captions (and text) are shown crossfading over the lower
part of the image or below the image.




22.) "Use links?" allows - if activated - to set links for the images.
23.) Image root configures the path to the folder you are uploading (directly or stored in
subfolders) your images. By default this parameter is set to /images/stories/ (and this folder is
also used when the parameter is empty). In most cases this setting will fit your needs and there is
no reason to change it. Only if you have organized your images in a folder structure outside of
/images/stories/, put the path here.
The set value of this parameter will be added to the folder name you insert in the code in your
article automatically by the plugin and must not be repeated in the article.




24.) Buttonfolder
If you are going to use custom buttons for the navigation between sets, this is the place to put the
path to the folder you uploaded this buttons. By default this parameter is set to
/images/stories/besps_buttons/ (and this folder is also used when the parameter is empty).




25.) Stylesheet

If you have modified the default stylesheet besps.css or want to use a completely different
stylesheet, you have the possibility to save it - with a different name - to the folder
/plugins/content/plugin_besps and choose it here.
This has the advantage that your renamed stylesheet does not get overwritten during an update
like the default stylesheet besps.css.
26.) JavaScript

If you have modified the default JavaScript besps.js or want to use a completely different
JavaScript, you have the possibility to save it - with a different name - to the folder
/plugins/content/plugin_besps - and choose it here.
This has the advantage that your renamed JavaScript does not get overwritten during an update
like the default JavaScript besps.js.




27.) Preload

This parameter offers the possibility to reduce the time, the page takes to load by replacing
pictures with one small dummy-picture. This "besps.png" comes with the plugin and is stored in
the folder /plugins/content/plugin_besps automatically. On pageload the script replaces this
dummy with the actual images.

The default setting of the plugin is to load all pictures with your page. If you set a number larger
than 3 (the script needs at least 3 pictures to start), the pictures beyond this number will get
loaded by the JavaScript on pageload.
Samples:
Your folder contains 10 pictures, the parameter is empty, all pictures are loaded with the page.
Your folder contains 10 pictures, the parameter is set to 3, 3 pictures are loaded with the page, 7
by script afterwards.
Your folder contains 10 pictures, the parameter is set to 5, 5 pictures are loaded with the page, 5
by script afterwards. ...

The feature is rather experimental at the moment, the JavaScript does not check if it is showing
the real image or the dummy. If you use it, please do extended testing on it. Records about your
experiences are most welcome!



28.) The parameter "Foldername as ID" gives you the possibility to set the name of the folder,
from which the images are taken, as identity of the surrounding div-container of the slideshow.
(id="foldername").




The plugin contains in the folder (Joomla-Installation)/plugins/content/plugin_besps the style
sheet besps.css. This style sheet is loaded after the css-settings the plugin writes to the head-
section of the page and gives you the possibility to overwrite every single setting. This works
anyway and applies to all "simple picture slideshows" on your site.
Setting a unique identity gives you furthermore the possibility to use this identity as a CSS-
Selector and use individual styles for one single slideshow .



29.) Activate the plugin




30.) Click "Save" - done




Usage


Next we need the images. We upload them to a folder in (Joomla-Installation)/images/stories.


1.) Go to "Site" > "Media Manager"
2.) Navigate to the folder "Media" > "stories"




3.) Create a new subfolder for your images. In this sample I choose the name "simpleslideshow"




4.) Navigate to the new folder.
5.) ... and upload your images to it. The plugin accepts images of type ".jpg", ".gif" and ".png".




6.) optional: If you want to display custom image-buttons for your control-elements, we have to
take care of these images too. So, again navigate to the folder "Media" > "stories".




And create a folder called besps_buttons. This is the place the plugin looks for the images you
set in point 19 (Installation).
And therefore we upload them here.

Notice: The plugin does NOT create this folder automatically.



7.) Next, go to "Article Manager" and open the article you want to display the gallery.




8.) At the place you want the slideshow to be shown insert the code to call it.
The code consists of the call {*besps}{/besps*} (without the asterisks) and contains the name of
the folder with your images. The path to this folder "/images/stories" is added by the plugin
automatically and must not be inserted.

The complete call in our sample would look such as:

{*besps}simpleslideshow{/besps*} - without the asterisks

To use a folder within a folder, the path below "/images/stories/" is used, e. g. to use the folder
/images/stories/folder/subfolder" the call would look such as:

{*besps}folder/subfolder{/besps*} - without the asterisks

In general that´s it and the slideshow is ready to go.

How to show title and text with our images or modify the current slideshow from the default-
settings in the backend, find out in the second part of this howto (link at the end of the page).



9.) Save - done!




A survey of the possibilities to call, extend and modify galleries with the code in the content
item: Howto Plugin Code




If you have questions or suggestions, please use the comment-function. Please include the
installed Joomla! version and if you have problems - if any possible - the affected page in your
comment.
If you need additional features or customizations for your project that exceed the scope of
support offered through the comments, you are invited to submit your requirements specification
and the planned budget by email (menu item "Contact" in the menu at the top).

If you use this extensions, please post a rating and a review at extensions.joomla.org.

Weitere ähnliche Inhalte

Andere mochten auch

The Interweaved Fabrics of Reality: Material, Social and Intentional
The Interweaved Fabrics of Reality: Material, Social and IntentionalThe Interweaved Fabrics of Reality: Material, Social and Intentional
The Interweaved Fabrics of Reality: Material, Social and IntentionalYishay Mor
 
20111024_EDeVoogd_SocialMediaOpportunities
20111024_EDeVoogd_SocialMediaOpportunities20111024_EDeVoogd_SocialMediaOpportunities
20111024_EDeVoogd_SocialMediaOpportunitiesOpening-up.eu
 
Melbourne
MelbourneMelbourne
Melbourneajmcct
 
Money andy
Money andyMoney andy
Money andyajmcct
 
Complementary health practices
Complementary health practicesComplementary health practices
Complementary health practicesEmi Melo
 
Respect your audience, how to make presentations that have impact
Respect your audience, how to make presentations that have impactRespect your audience, how to make presentations that have impact
Respect your audience, how to make presentations that have impactBas Schrover
 
Internet safety slides
Internet safety slidesInternet safety slides
Internet safety slidesEric Castro
 
4 so customer presentation
4 so   customer presentation4 so   customer presentation
4 so customer presentationDedi Ben-Natan
 
4SO customer presentation
4SO  customer presentation4SO  customer presentation
4SO customer presentationDedi Ben-Natan
 
Effective Employers - The Evolving Workforce
Effective Employers - The Evolving WorkforceEffective Employers - The Evolving Workforce
Effective Employers - The Evolving WorkforceTodd Wheatland
 
Building and Evangelizing Holistic Experience Design - DMI Seattle 2011
Building and Evangelizing Holistic Experience Design - DMI Seattle 2011Building and Evangelizing Holistic Experience Design - DMI Seattle 2011
Building and Evangelizing Holistic Experience Design - DMI Seattle 2011Samantha Starmer
 
Create Successful Cross Channel Experiences - IA Summit 2011
Create Successful Cross Channel Experiences - IA Summit 2011Create Successful Cross Channel Experiences - IA Summit 2011
Create Successful Cross Channel Experiences - IA Summit 2011Samantha Starmer
 

Andere mochten auch (14)

The Interweaved Fabrics of Reality: Material, Social and Intentional
The Interweaved Fabrics of Reality: Material, Social and IntentionalThe Interweaved Fabrics of Reality: Material, Social and Intentional
The Interweaved Fabrics of Reality: Material, Social and Intentional
 
20111024_EDeVoogd_SocialMediaOpportunities
20111024_EDeVoogd_SocialMediaOpportunities20111024_EDeVoogd_SocialMediaOpportunities
20111024_EDeVoogd_SocialMediaOpportunities
 
Melbourne
MelbourneMelbourne
Melbourne
 
Money andy
Money andyMoney andy
Money andy
 
GuidanceFest 2011
GuidanceFest 2011GuidanceFest 2011
GuidanceFest 2011
 
Complementary health practices
Complementary health practicesComplementary health practices
Complementary health practices
 
Respect your audience, how to make presentations that have impact
Respect your audience, how to make presentations that have impactRespect your audience, how to make presentations that have impact
Respect your audience, how to make presentations that have impact
 
Internet safety slides
Internet safety slidesInternet safety slides
Internet safety slides
 
4 so customer presentation
4 so   customer presentation4 so   customer presentation
4 so customer presentation
 
4SO customer presentation
4SO  customer presentation4SO  customer presentation
4SO customer presentation
 
Ceedo Sales training
Ceedo Sales trainingCeedo Sales training
Ceedo Sales training
 
Effective Employers - The Evolving Workforce
Effective Employers - The Evolving WorkforceEffective Employers - The Evolving Workforce
Effective Employers - The Evolving Workforce
 
Building and Evangelizing Holistic Experience Design - DMI Seattle 2011
Building and Evangelizing Holistic Experience Design - DMI Seattle 2011Building and Evangelizing Holistic Experience Design - DMI Seattle 2011
Building and Evangelizing Holistic Experience Design - DMI Seattle 2011
 
Create Successful Cross Channel Experiences - IA Summit 2011
Create Successful Cross Channel Experiences - IA Summit 2011Create Successful Cross Channel Experiences - IA Summit 2011
Create Successful Cross Channel Experiences - IA Summit 2011
 

Ähnlich wie A step for step tutorial on how to install and use the bretteleben

Illustrator portrait project-final
Illustrator portrait project-finalIllustrator portrait project-final
Illustrator portrait project-finalDaniel Downs
 
Image Processing and Deep Learning (EEEM063) DIGITS Introd
Image Processing and Deep Learning (EEEM063) DIGITS IntrodImage Processing and Deep Learning (EEEM063) DIGITS Introd
Image Processing and Deep Learning (EEEM063) DIGITS IntrodMalikPinckney86
 
Desenvolva um game para android ou iPhone
Desenvolva um game para android ou iPhoneDesenvolva um game para android ou iPhone
Desenvolva um game para android ou iPhoneTiago Oliveira
 
Cis407 a ilab 3 web application development devry university
Cis407 a ilab 3 web application development devry universityCis407 a ilab 3 web application development devry university
Cis407 a ilab 3 web application development devry universitylhkslkdh89009
 
Optimizing jpgs with MS Office Picture Manager
Optimizing jpgs with MS Office Picture ManagerOptimizing jpgs with MS Office Picture Manager
Optimizing jpgs with MS Office Picture Managernewgraham
 
How To Use PowerPoint and SlideShare To Upload Your Sims 2 Stories Ver2
How To Use PowerPoint and SlideShare To Upload Your Sims 2 Stories Ver2How To Use PowerPoint and SlideShare To Upload Your Sims 2 Stories Ver2
How To Use PowerPoint and SlideShare To Upload Your Sims 2 Stories Ver2Stephanie Sahr
 
Master class booklet
Master class bookletMaster class booklet
Master class bookletDenis Masseni
 
6 Special Howtos for Drupal
6 Special Howtos for Drupal6 Special Howtos for Drupal
6 Special Howtos for DrupalWingston
 
Introduction to Advanced Product Options
 Introduction to Advanced Product Options  Introduction to Advanced Product Options
Introduction to Advanced Product Options Ketan Raval
 
Word press & dreamweaver
Word press & dreamweaverWord press & dreamweaver
Word press & dreamweaverkmawk
 
Joomla 3 installation and management guide
Joomla 3 installation and management guideJoomla 3 installation and management guide
Joomla 3 installation and management guideSingsys Pte Ltd
 
Photoshop pdf
Photoshop pdfPhotoshop pdf
Photoshop pdfKim B
 
Adobe Photoshop CS6 tutorial 2013
Adobe Photoshop CS6 tutorial 2013Adobe Photoshop CS6 tutorial 2013
Adobe Photoshop CS6 tutorial 2013Jessie Doan
 
Adobe photoshop cs6
Adobe photoshop cs6Adobe photoshop cs6
Adobe photoshop cs6Ila Azmil
 
Adobe photoshop cs6
Adobe photoshop cs6Adobe photoshop cs6
Adobe photoshop cs6ilaazmil2
 
Adobe photoshop cs6 tutorial
Adobe photoshop cs6 tutorialAdobe photoshop cs6 tutorial
Adobe photoshop cs6 tutorialAgung Yuwono
 
Dj image slider - presented at JUGT Feb. 2014 Workshop
Dj image slider - presented at JUGT Feb. 2014 WorkshopDj image slider - presented at JUGT Feb. 2014 Workshop
Dj image slider - presented at JUGT Feb. 2014 WorkshopDouglasPickett
 
Tat learning applications en
Tat learning applications enTat learning applications en
Tat learning applications enToni Setyawan
 

Ähnlich wie A step for step tutorial on how to install and use the bretteleben (20)

Illustrator portrait project-final
Illustrator portrait project-finalIllustrator portrait project-final
Illustrator portrait project-final
 
Image Processing and Deep Learning (EEEM063) DIGITS Introd
Image Processing and Deep Learning (EEEM063) DIGITS IntrodImage Processing and Deep Learning (EEEM063) DIGITS Introd
Image Processing and Deep Learning (EEEM063) DIGITS Introd
 
Desenvolva um game para android ou iPhone
Desenvolva um game para android ou iPhoneDesenvolva um game para android ou iPhone
Desenvolva um game para android ou iPhone
 
Photoshop by Shannon
Photoshop by ShannonPhotoshop by Shannon
Photoshop by Shannon
 
Cis407 a ilab 3 web application development devry university
Cis407 a ilab 3 web application development devry universityCis407 a ilab 3 web application development devry university
Cis407 a ilab 3 web application development devry university
 
a3.pdf
a3.pdfa3.pdf
a3.pdf
 
Optimizing jpgs with MS Office Picture Manager
Optimizing jpgs with MS Office Picture ManagerOptimizing jpgs with MS Office Picture Manager
Optimizing jpgs with MS Office Picture Manager
 
How To Use PowerPoint and SlideShare To Upload Your Sims 2 Stories Ver2
How To Use PowerPoint and SlideShare To Upload Your Sims 2 Stories Ver2How To Use PowerPoint and SlideShare To Upload Your Sims 2 Stories Ver2
How To Use PowerPoint and SlideShare To Upload Your Sims 2 Stories Ver2
 
Master class booklet
Master class bookletMaster class booklet
Master class booklet
 
6 Special Howtos for Drupal
6 Special Howtos for Drupal6 Special Howtos for Drupal
6 Special Howtos for Drupal
 
Introduction to Advanced Product Options
 Introduction to Advanced Product Options  Introduction to Advanced Product Options
Introduction to Advanced Product Options
 
Word press & dreamweaver
Word press & dreamweaverWord press & dreamweaver
Word press & dreamweaver
 
Joomla 3 installation and management guide
Joomla 3 installation and management guideJoomla 3 installation and management guide
Joomla 3 installation and management guide
 
Photoshop pdf
Photoshop pdfPhotoshop pdf
Photoshop pdf
 
Adobe Photoshop CS6 tutorial 2013
Adobe Photoshop CS6 tutorial 2013Adobe Photoshop CS6 tutorial 2013
Adobe Photoshop CS6 tutorial 2013
 
Adobe photoshop cs6
Adobe photoshop cs6Adobe photoshop cs6
Adobe photoshop cs6
 
Adobe photoshop cs6
Adobe photoshop cs6Adobe photoshop cs6
Adobe photoshop cs6
 
Adobe photoshop cs6 tutorial
Adobe photoshop cs6 tutorialAdobe photoshop cs6 tutorial
Adobe photoshop cs6 tutorial
 
Dj image slider - presented at JUGT Feb. 2014 Workshop
Dj image slider - presented at JUGT Feb. 2014 WorkshopDj image slider - presented at JUGT Feb. 2014 Workshop
Dj image slider - presented at JUGT Feb. 2014 Workshop
 
Tat learning applications en
Tat learning applications enTat learning applications en
Tat learning applications en
 

Kürzlich hochgeladen

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 

Kürzlich hochgeladen (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 

A step for step tutorial on how to install and use the bretteleben

  • 1. A step for step tutorial on how to install and use the bretteleben.de Simple Picture Slideshow Plugin. Installation 1.) Log into your administration interface 2.) Go to "Extensions" > "Install/Uninstall" 3.) Select the Package File with the bretteleben.de Simple Picture Slideshow Plugin
  • 2. 4.) Click "Upload file & Install" 5.) If everything worked fine, you get the message "Install Plugin Success" 6.) Select "Extensions" > "Plugin Manager"
  • 3. 7.) Find the "bretteleben.de Simple Picture Slideshow" and click it 8.) The first section of parameters controls the layout of the slideshow. The first parameter is the width of your slideshow in pixel. 9.) The next parameter is the height of your slideshow in pixel.
  • 4. Pictures larger than set here are scaled by the visitors browser according to these settings. Smaller pictures are not enlarged. If possible you should offline scale your pictures to the width and height they will display because scaling by the visitors browser results in a loss of quality and it increases the time your page takes to load without any additional benefit for your visitor. 10.) The next parameter sets the position of the gallery within the available space. You may choose between left - centered - right, float left and float right. The last two options allow the gallery to get wrapped by your text. They also increase the dependence from the used template and will not always show the desired results! 11.) Background Color: The background color of your slideshow is of importance if you use pictures of different size or pictures with proportions different from the settings above. It prevents the next Pictures to be visible below the current one. Set the hexadecimal color-value without the leading pound key (#), e.g. ffffff for white.
  • 5. 12.) "Sort Order" sets the order the images are shown. You may choose between alphabetic ascending, alphabetic descending, old to new and new to old (both use "last changed" not "created"!) and random. 13.) Next sections sets the values for the animation. "Time to show" is the time in seconds a picture is shown between two fades.
  • 6. 14.) "Duration of Fading" is the time you set for the fading itself, again in seconds. In most cases 1 will do fine. 15.) The plugin moves transparency from 100% to 0% (or vice versa). "Fading steps" sets the stepwidth used. A value of 5 means, that the transparency is changed in 5 steps, each of 20%. 50 sets 50 steps, each of 2%. The higher this value the more smooth the fading but also the more computationally intensive. Setting a to high value when using large images may cause the set times to be excessed. Just try out. 16.) The next parameter sets if your slideshow starts automatically on pageload.
  • 7. This option may be activated regardless of displaying controls. They do not influence this feature. 17.) The next section is about the optional control elements. The first parameter sets if you want to show them at all. 18.) The second parameter sets which elements to show, if they get shown left or right and in what sort order. This all is set with a combination of the values 1, 2, 3, 4, 5, and the minus sign "-".
  • 8. 1 ... the Counter 2 ... Link/Button Start 3 ... Link/Button Stop 4 ... Link/Button Back 5 ... Link/Button Next '-' ... the minus sign splits the elements into left and right. If omitted, all elements are shown at the right. Samples: 1-2345 . . . . the counter at the left, the four links/buttons at the right 415 . . . . back-button/link, counter, next-button/link, all of them at the right side (no minus sign) 415- . . . . same elements again, this time all at the left side 19.) The next 4 parameters set what you want to use for the links. - Left empty, the plugin shows the automatically installed default buttons. - Insert any text and the text is shown. - Instead of text links you may also use buttons. Just insert the name of the image-file you want to be used (including the suffix). The plugin detects .jpg, .gif and .png and searches for the corresponding file in the set folder (we will set this a little later, by default it is "/images/stories/besps_buttons"). If the file exists, the image is shown. 20.) If you activate "Show captions?", you have the possibility to add Title and Text to your images.
  • 9. Even when deactivated, Captions can be used to replace the (otherwise used by default) image filename as ALT-, TITLE-text. 21.) "Position of Captions" sets if the captions (and text) are shown crossfading over the lower part of the image or below the image. 22.) "Use links?" allows - if activated - to set links for the images.
  • 10. 23.) Image root configures the path to the folder you are uploading (directly or stored in subfolders) your images. By default this parameter is set to /images/stories/ (and this folder is also used when the parameter is empty). In most cases this setting will fit your needs and there is no reason to change it. Only if you have organized your images in a folder structure outside of /images/stories/, put the path here. The set value of this parameter will be added to the folder name you insert in the code in your article automatically by the plugin and must not be repeated in the article. 24.) Buttonfolder If you are going to use custom buttons for the navigation between sets, this is the place to put the path to the folder you uploaded this buttons. By default this parameter is set to /images/stories/besps_buttons/ (and this folder is also used when the parameter is empty). 25.) Stylesheet If you have modified the default stylesheet besps.css or want to use a completely different stylesheet, you have the possibility to save it - with a different name - to the folder /plugins/content/plugin_besps and choose it here. This has the advantage that your renamed stylesheet does not get overwritten during an update like the default stylesheet besps.css.
  • 11. 26.) JavaScript If you have modified the default JavaScript besps.js or want to use a completely different JavaScript, you have the possibility to save it - with a different name - to the folder /plugins/content/plugin_besps - and choose it here. This has the advantage that your renamed JavaScript does not get overwritten during an update like the default JavaScript besps.js. 27.) Preload This parameter offers the possibility to reduce the time, the page takes to load by replacing pictures with one small dummy-picture. This "besps.png" comes with the plugin and is stored in the folder /plugins/content/plugin_besps automatically. On pageload the script replaces this dummy with the actual images. The default setting of the plugin is to load all pictures with your page. If you set a number larger than 3 (the script needs at least 3 pictures to start), the pictures beyond this number will get loaded by the JavaScript on pageload.
  • 12. Samples: Your folder contains 10 pictures, the parameter is empty, all pictures are loaded with the page. Your folder contains 10 pictures, the parameter is set to 3, 3 pictures are loaded with the page, 7 by script afterwards. Your folder contains 10 pictures, the parameter is set to 5, 5 pictures are loaded with the page, 5 by script afterwards. ... The feature is rather experimental at the moment, the JavaScript does not check if it is showing the real image or the dummy. If you use it, please do extended testing on it. Records about your experiences are most welcome! 28.) The parameter "Foldername as ID" gives you the possibility to set the name of the folder, from which the images are taken, as identity of the surrounding div-container of the slideshow. (id="foldername"). The plugin contains in the folder (Joomla-Installation)/plugins/content/plugin_besps the style sheet besps.css. This style sheet is loaded after the css-settings the plugin writes to the head- section of the page and gives you the possibility to overwrite every single setting. This works anyway and applies to all "simple picture slideshows" on your site.
  • 13. Setting a unique identity gives you furthermore the possibility to use this identity as a CSS- Selector and use individual styles for one single slideshow . 29.) Activate the plugin 30.) Click "Save" - done Usage Next we need the images. We upload them to a folder in (Joomla-Installation)/images/stories. 1.) Go to "Site" > "Media Manager"
  • 14. 2.) Navigate to the folder "Media" > "stories" 3.) Create a new subfolder for your images. In this sample I choose the name "simpleslideshow" 4.) Navigate to the new folder.
  • 15. 5.) ... and upload your images to it. The plugin accepts images of type ".jpg", ".gif" and ".png". 6.) optional: If you want to display custom image-buttons for your control-elements, we have to take care of these images too. So, again navigate to the folder "Media" > "stories". And create a folder called besps_buttons. This is the place the plugin looks for the images you set in point 19 (Installation).
  • 16. And therefore we upload them here. Notice: The plugin does NOT create this folder automatically. 7.) Next, go to "Article Manager" and open the article you want to display the gallery. 8.) At the place you want the slideshow to be shown insert the code to call it.
  • 17. The code consists of the call {*besps}{/besps*} (without the asterisks) and contains the name of the folder with your images. The path to this folder "/images/stories" is added by the plugin automatically and must not be inserted. The complete call in our sample would look such as: {*besps}simpleslideshow{/besps*} - without the asterisks To use a folder within a folder, the path below "/images/stories/" is used, e. g. to use the folder /images/stories/folder/subfolder" the call would look such as: {*besps}folder/subfolder{/besps*} - without the asterisks In general that´s it and the slideshow is ready to go. How to show title and text with our images or modify the current slideshow from the default- settings in the backend, find out in the second part of this howto (link at the end of the page). 9.) Save - done! A survey of the possibilities to call, extend and modify galleries with the code in the content item: Howto Plugin Code If you have questions or suggestions, please use the comment-function. Please include the installed Joomla! version and if you have problems - if any possible - the affected page in your comment.
  • 18. If you need additional features or customizations for your project that exceed the scope of support offered through the comments, you are invited to submit your requirements specification and the planned budget by email (menu item "Contact" in the menu at the top). If you use this extensions, please post a rating and a review at extensions.joomla.org.