With this plugin you will be able to simply add an images to your Joomla articles.
Description
Description
With this plugin you will be able to simply add an images to your Joomla articles.
Adds new tab into article edit form called 'Images'.
You just need to select some images from you computer and it will uploaded when you save an article. Then you can see the gallery in article view.
Compatible with Joomla 2.5.x, Joomla 3.x
Features
Features
- Adds new features for upload an images to standard Joomla articles and also shows image gallery;
- Show image gallery with Slider, Highslide or Raw template;
- Show galleries in article or category view;
- Works in Backend and Frontend article's edit form;
- Allows multiple images submission;
- Automatically makes thumbnails;
- Add watermark to images;
- Images limit for add from frontend;
- Change images ordering;
- Parameter for select where to store images;
- Fills native Joomla image parameters;
- Ability to embed the gallery to any place of article's text (code {ArticleImagesGallery} or {ArticleImagesGallery 1,2,3}), extra editor button plugin included for manage this placements;
Changelog:
Apr 2019
* Added and ability to store an images for each article in separate folder (Separate folder for each article parameter)
Feb 2019
* Upload class update
Nov 2018
* Fixed image link to standard image (thumb->source)
* Fixed Higslide JS gallery template
* Added new Raw template
* Fixed local image upload issue
20.09.2017 - Compatible with Joomla 3.8
27.04.2017 v.1.2.6
- Joomla 3.7 compatibility and bug fixes.
25.03.2017 v.1.2.5
- New plugin parameter for change original images size;
- The gallery can be embedded into article's text by this code - {ArticleImagesGallery}
20.06.2016 v1.2.4 - Now uses original images file names. Important! If you make an update, you will need to re-upload an images.
22.03.2016 Compatible with Joomla 3.5.x
19.10.2015
* Added new parameters for change gallery modes;
* Some other improvements.
Screenshots
Screenshots
The backend screenshot of Joomla Article Images Upload and Gallery plugin parameters:
The backend screenshot of Joomla Article with new added tab for upload an images:
Demo
Demo
Joomla Article Images Upload and Gallery plugin demo - Slider (default)
Joomla Article Images Upload and Gallery plugin demo - Highslide
Docs
Install instruction:
- Backup your site;
- Install the plugin via Joomla extension manager;
- Enable (publish up) the plugin;
- Done, new tab 'Images' will be added in Joomla article's edit form.
Gallery template override:
- You can see template files here - plugins/system/imagestab/imagestab/templates/article/
- For override, put the files into this folder - /templates/your_template/html/imagestab/
Gallery position controlled by beforeDisplayContent event in your article's template file. For change its position, you need to replace this part of code, where you need to show it:
<?php echo $this->item->event->beforeDisplayContent; ?>
Also, the gallery can be embedded in any place of article's text, use this code - {ArticleImagesGallery}
For embed a single image or several images, just use an image number, e.g. {ArticleImagesGallery 2} or {ArticleImagesGallery 3,5,6}
This can be multiply embedded in any place of article's text.
Also, there are extra editor button called 'Article Images Gallery' available, for manage this placements.
If you need more support, you can contact us here