Skip to content

Commit

Permalink
custom no thubmnail images
Browse files Browse the repository at this point in the history
  • Loading branch information
HitkoDev committed Dec 18, 2016
1 parent e3626e2 commit 17a73df
Show file tree
Hide file tree
Showing 12 changed files with 1,854 additions and 1,814 deletions.
2 changes: 1 addition & 1 deletion build/libraries/videobox/css/videobox.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/libraries/videobox/css/videobox.min.css

Large diffs are not rendered by default.

Binary file modified build/libraries/videobox/img/nobg_audio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/libraries/videobox/img/nobg_video.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
992 changes: 505 additions & 487 deletions build/libraries/videobox/videobox.php

Large diffs are not rendered by default.

122 changes: 62 additions & 60 deletions build/plugins/videobox/language/en-GB/en-GB.plg_system_videobox.ini
Original file line number Diff line number Diff line change
@@ -1,61 +1,63 @@
; Copyright (C) 2005 - 2016 HitkoDev. All rights reserved.
; License GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
; Note : All ini files need to be saved as UTF-8 - No BOM
; Author: HitkoDev
; plg_system_videobox - Videobox
; Projectsite: https://hitko.eu/videobox

PLG_SYSTEM_VIDEOBOX="System - Videobox"
PLG_SYSTEM_VIDEOBOX_XML_DESCRIPTION="<p>Videobox - Video and audio player, and gallery for Joomla</p><h4>Basic usage</h4><p><code>{videobox}video ID{/videobox}</code><br /><br />Video ID can be either a link to the video or the ID from the link - see <a title="_QQ_"adapters documentation"_QQ_" href="_QQ_"https://hitko.eu/videobox/adapters/"_QQ_" target="_QQ_"_blank"_QQ_">adapters documentation</a> for all supported formats<br />Multiple videos can be inserted at a time, in this case separate video IDs by <strong>|,</strong> (a vertical line and a comma)</p><p>See the <a title="_QQ_"Getting started"_QQ_" href="_QQ_"https://hitko.eu/videobox/getting-started/#htk-videobox-for-joomla"_QQ_" target="_QQ_"_blank"_QQ_">getting started guide</a> and <a title="_QQ_"Videobox documentation"_QQ_" href="_QQ_"https://hitko.eu/videobox/documentation/"_QQ_" target="_QQ_"_blank"_QQ_">Videobox documentation</a> for more informations and examples</p><h4>Property sets</h4><p>Previous versions of Videobox had different settings for different display methods, but since that was pretty messy it's been replaced by property sets. Property sets aren't limited to one display method, since each property set contains complete Videobox configuration. By using <code>{videobox@property-set-key}video ID{/videobox}</code> you can apply that configuration to a specific set of videos.</p><h4>Useful links</h4><ul><li><a title="_QQ_"Getting started"_QQ_" href="_QQ_"https://hitko.eu/videobox/getting-started/#htk-videobox-for-joomla"_QQ_" target="_QQ_"_blank"_QQ_">Getting started</a></li><li><a title="_QQ_"Documentation"_QQ_" href="_QQ_"https://hitko.eu/videobox/documentation/"_QQ_" target="_QQ_"_blank"_QQ_">Documentation</a></li><li><a title="_QQ_"Display methods"_QQ_" href="_QQ_"https://hitko.eu/videobox/display-methods/"_QQ_" target="_QQ_"_blank"_QQ_">Display methods</a></li><li><a title="_QQ_"Player effects"_QQ_" href="_QQ_"https://hitko.eu/videobox/player-effects/"_QQ_" target="_QQ_"_blank"_QQ_">Player effects</a></li><li><a title="_QQ_"Video providers (adapters)"_QQ_" href="_QQ_"https://hitko.eu/videobox/adapters/"_QQ_" target="_QQ_"_blank"_QQ_">Video providers (adapters)</a></li></ul><ul><li><a title="_QQ_"Support"_QQ_" href="_QQ_"https://hitko.eu/videobox/support"_QQ_" target="_QQ_"_blank"_QQ_">Support</a></li></ul><br />"

PLG_SYSTEM_VIDEOBOX_PROPERTY_SETS="Property sets"
PLG_SYSTEM_VIDEOBOX_PROPERTY_SETS_DESC="Property sets let you create different configurations for Videobox. To use a specific configuration, use {videobox@property-set-key}"

COM_PLUGINS_VB_MAIN_FIELDSET_LABEL="Main"

PLG_SYSTEM_VIDEOBOX_PROPERTY_SET_KEY="Property set key"
PLG_SYSTEM_VIDEOBOX_PROPERTY_SET_KEY_DESC="Unique property set identifier, should only contain letters and a dash symbol (-)"

PLG_SYSTEM_VIDEOBOX_MULTIPLE_DISPLAY="Multiple display"
PLG_SYSTEM_VIDEOBOX_MULTIPLE_DISPLAY_DESC="Display method for multiple videos"
PLG_SYSTEM_VIDEOBOX_SINGLE_DISPLAY="Single display"
PLG_SYSTEM_VIDEOBOX_SINGLE_DISPLAY_DESC="Display method for single video"
PLG_SYSTEM_VIDEOBOX_PLAYER="Player effect"
PLG_SYSTEM_VIDEOBOX_PLAYER_DESC="Player effect (pop-up or inline)"
PLG_SYSTEM_VIDEOBOX_PLAYER_WIDTH="Player width"
PLG_SYSTEM_VIDEOBOX_PLAYER_WIDTH_DESC="Player width (in pixels)"
PLG_SYSTEM_VIDEOBOX_PLAYER_HEIGHT="Player height"
PLG_SYSTEM_VIDEOBOX_PLAYER_HEIGHT_DESC="Player height (in pixels)"
PLG_SYSTEM_VIDEOBOX_THUMBNAIL_WIDTH="Thumbnail width"
PLG_SYSTEM_VIDEOBOX_THUMBNAIL_WIDTH_DESC="Thumbnail width (in pixels)"
PLG_SYSTEM_VIDEOBOX_THUMBNAIL_HEIGHT="Thumbnail height"
PLG_SYSTEM_VIDEOBOX_THUMBNAIL_HEIGHT_DESC="Thumbnail height (in pixels)"
PLG_SYSTEM_VIDEOBOX_PER_PAGE="Per page"
PLG_SYSTEM_VIDEOBOX_PER_PAGE_DESC="Number of thumbnails per page (0 means all)"
PLG_SYSTEM_VIDEOBOX_COLOR="Player colour"
PLG_SYSTEM_VIDEOBOX_COLOR_DESC="Player colour (where applicable), hex format"
PLG_SYSTEM_VIDEOBOX_MAIN_COLOR="Main colour"
PLG_SYSTEM_VIDEOBOX_MAIN_COLOR_DESC="Main colour for Videobox elements, hex format"
PLG_SYSTEM_VIDEOBOX_HOVER_COLOR="Hover colour"
PLG_SYSTEM_VIDEOBOX_HOVER_COLOR_DESC="Hover colour for Videobox elements, hex format"
PLG_SYSTEM_VIDEOBOX_DELIMITER="Delimiter"
PLG_SYSTEM_VIDEOBOX_DELIMITER_DESC="Delimiter for multiple links"

COM_PLUGINS_VB_TEMPLATES_FIELDSET_LABEL="Templates"

PLG_SYSTEM_VIDEOBOX_BOX_TPL="Box template"
PLG_SYSTEM_VIDEOBOX_BOX_TPL_DESC="Template for Box display"
PLG_SYSTEM_VIDEOBOX_GALLERY_ITEM_TPL="Gallery item template"
PLG_SYSTEM_VIDEOBOX_GALLERY_ITEM_TPL_DESC="Template for gallery item"
PLG_SYSTEM_VIDEOBOX_GALLERY_TPL="Gallery template"
PLG_SYSTEM_VIDEOBOX_GALLERY_TPL_DESC="Template for gallery wrapper"
PLG_SYSTEM_VIDEOBOX_LINK_TPL="Link template"
PLG_SYSTEM_VIDEOBOX_LINK_TPL_DESC="Template for a link"
PLG_SYSTEM_VIDEOBOX_PLAYER_TPL="Player template"
PLG_SYSTEM_VIDEOBOX_PLAYER_TPL_DESC="Template for a direst player"
PLG_SYSTEM_VIDEOBOX_SLIDER_ITEM_TPL="Slider item template"
PLG_SYSTEM_VIDEOBOX_SLIDER_ITEM_TPL_DESC="Template for the slider item"
PLG_SYSTEM_VIDEOBOX_SLIDER_TPL="Slider template"
PLG_SYSTEM_VIDEOBOX_SLIDER_TPL_DESC="Template for slider wrapper"
PLG_SYSTEM_VIDEOBOX_THUMBNAIL_TPL="Thumbnail template"
; Copyright (C) 2005 - 2016 HitkoDev. All rights reserved.
; License GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
; Note : All ini files need to be saved as UTF-8 - No BOM
; Author: HitkoDev
; plg_system_videobox - Videobox
; Projectsite: https://hitko.eu/videobox

PLG_SYSTEM_VIDEOBOX="System - Videobox"
PLG_SYSTEM_VIDEOBOX_XML_DESCRIPTION="<p>Videobox - Video and audio player, and gallery for Joomla</p><h4>Basic usage</h4><p><code>{videobox}video ID{/videobox}</code><br /><br />Video ID can be either a link to the video or the ID from the link - see <a title="_QQ_"adapters documentation"_QQ_" href="_QQ_"https://hitko.eu/videobox/adapters/"_QQ_" target="_QQ_"_blank"_QQ_">adapters documentation</a> for all supported formats<br />Multiple videos can be inserted at a time, in this case separate video IDs by <strong>|,</strong> (a vertical line and a comma)</p><p>See the <a title="_QQ_"Getting started"_QQ_" href="_QQ_"https://hitko.eu/videobox/getting-started/#htk-videobox-for-joomla"_QQ_" target="_QQ_"_blank"_QQ_">getting started guide</a> and <a title="_QQ_"Videobox documentation"_QQ_" href="_QQ_"https://hitko.eu/videobox/documentation/"_QQ_" target="_QQ_"_blank"_QQ_">Videobox documentation</a> for more informations and examples</p><h4>Property sets</h4><p>Previous versions of Videobox had different settings for different display methods, but since that was pretty messy it's been replaced by property sets. Property sets aren't limited to one display method, since each property set contains complete Videobox configuration. By using <code>{videobox@property-set-key}video ID{/videobox}</code> you can apply that configuration to a specific set of videos.</p><h4>Useful links</h4><ul><li><a title="_QQ_"Getting started"_QQ_" href="_QQ_"https://hitko.eu/videobox/getting-started/#htk-videobox-for-joomla"_QQ_" target="_QQ_"_blank"_QQ_">Getting started</a></li><li><a title="_QQ_"Documentation"_QQ_" href="_QQ_"https://hitko.eu/videobox/documentation/"_QQ_" target="_QQ_"_blank"_QQ_">Documentation</a></li><li><a title="_QQ_"Display methods"_QQ_" href="_QQ_"https://hitko.eu/videobox/display-methods/"_QQ_" target="_QQ_"_blank"_QQ_">Display methods</a></li><li><a title="_QQ_"Player effects"_QQ_" href="_QQ_"https://hitko.eu/videobox/player-effects/"_QQ_" target="_QQ_"_blank"_QQ_">Player effects</a></li><li><a title="_QQ_"Video providers (adapters)"_QQ_" href="_QQ_"https://hitko.eu/videobox/adapters/"_QQ_" target="_QQ_"_blank"_QQ_">Video providers (adapters)</a></li></ul><ul><li><a title="_QQ_"Support"_QQ_" href="_QQ_"https://hitko.eu/videobox/support"_QQ_" target="_QQ_"_blank"_QQ_">Support</a></li></ul><br />"

PLG_SYSTEM_VIDEOBOX_PROPERTY_SETS="Property sets"
PLG_SYSTEM_VIDEOBOX_PROPERTY_SETS_DESC="Property sets let you create different configurations for Videobox. To use a specific configuration, use {videobox@property-set-key}"

COM_PLUGINS_VB_MAIN_FIELDSET_LABEL="Main"

PLG_SYSTEM_VIDEOBOX_PROPERTY_SET_KEY="Property set key"
PLG_SYSTEM_VIDEOBOX_PROPERTY_SET_KEY_DESC="Unique property set identifier, should only contain letters and a dash symbol (-)"

PLG_SYSTEM_VIDEOBOX_MULTIPLE_DISPLAY="Multiple display"
PLG_SYSTEM_VIDEOBOX_MULTIPLE_DISPLAY_DESC="Display method for multiple videos"
PLG_SYSTEM_VIDEOBOX_SINGLE_DISPLAY="Single display"
PLG_SYSTEM_VIDEOBOX_SINGLE_DISPLAY_DESC="Display method for single video"
PLG_SYSTEM_VIDEOBOX_PLAYER="Player effect"
PLG_SYSTEM_VIDEOBOX_PLAYER_DESC="Player effect (pop-up or inline)"
PLG_SYSTEM_VIDEOBOX_PLAYER_WIDTH="Player width"
PLG_SYSTEM_VIDEOBOX_PLAYER_WIDTH_DESC="Player width (in pixels)"
PLG_SYSTEM_VIDEOBOX_PLAYER_HEIGHT="Player height"
PLG_SYSTEM_VIDEOBOX_PLAYER_HEIGHT_DESC="Player height (in pixels)"
PLG_SYSTEM_VIDEOBOX_THUMBNAIL_WIDTH="Thumbnail width"
PLG_SYSTEM_VIDEOBOX_THUMBNAIL_WIDTH_DESC="Thumbnail width (in pixels)"
PLG_SYSTEM_VIDEOBOX_THUMBNAIL_HEIGHT="Thumbnail height"
PLG_SYSTEM_VIDEOBOX_THUMBNAIL_HEIGHT_DESC="Thumbnail height (in pixels)"
PLG_SYSTEM_VIDEOBOX_PER_PAGE="Per page"
PLG_SYSTEM_VIDEOBOX_PER_PAGE_DESC="Number of thumbnails per page (0 means all)"
PLG_SYSTEM_VIDEOBOX_COLOR="Player colour"
PLG_SYSTEM_VIDEOBOX_COLOR_DESC="Player colour (where applicable), hex format"
PLG_SYSTEM_VIDEOBOX_MAIN_COLOR="Main colour"
PLG_SYSTEM_VIDEOBOX_MAIN_COLOR_DESC="Main colour for Videobox elements, hex format"
PLG_SYSTEM_VIDEOBOX_HOVER_COLOR="Hover colour"
PLG_SYSTEM_VIDEOBOX_HOVER_COLOR_DESC="Hover colour for Videobox elements, hex format"
PLG_SYSTEM_VIDEOBOX_BACKGROUND_COLOR="Background colour"
PLG_SYSTEM_VIDEOBOX_BACKGROUND_COLOR_DESC="Colour for missing thumbnails, hex format"
PLG_SYSTEM_VIDEOBOX_DELIMITER="Delimiter"
PLG_SYSTEM_VIDEOBOX_DELIMITER_DESC="Delimiter for multiple links"

COM_PLUGINS_VB_TEMPLATES_FIELDSET_LABEL="Templates"

PLG_SYSTEM_VIDEOBOX_BOX_TPL="Box template"
PLG_SYSTEM_VIDEOBOX_BOX_TPL_DESC="Template for Box display"
PLG_SYSTEM_VIDEOBOX_GALLERY_ITEM_TPL="Gallery item template"
PLG_SYSTEM_VIDEOBOX_GALLERY_ITEM_TPL_DESC="Template for gallery item"
PLG_SYSTEM_VIDEOBOX_GALLERY_TPL="Gallery template"
PLG_SYSTEM_VIDEOBOX_GALLERY_TPL_DESC="Template for gallery wrapper"
PLG_SYSTEM_VIDEOBOX_LINK_TPL="Link template"
PLG_SYSTEM_VIDEOBOX_LINK_TPL_DESC="Template for a link"
PLG_SYSTEM_VIDEOBOX_PLAYER_TPL="Player template"
PLG_SYSTEM_VIDEOBOX_PLAYER_TPL_DESC="Template for a direst player"
PLG_SYSTEM_VIDEOBOX_SLIDER_ITEM_TPL="Slider item template"
PLG_SYSTEM_VIDEOBOX_SLIDER_ITEM_TPL_DESC="Template for the slider item"
PLG_SYSTEM_VIDEOBOX_SLIDER_TPL="Slider template"
PLG_SYSTEM_VIDEOBOX_SLIDER_TPL_DESC="Template for slider wrapper"
PLG_SYSTEM_VIDEOBOX_THUMBNAIL_TPL="Thumbnail template"
PLG_SYSTEM_VIDEOBOX_THUMBNAIL_TPL_DESC="Template for gallery and slider thumbnails"
Loading

0 comments on commit 17a73df

Please sign in to comment.