-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 2c6fc56
Showing
44 changed files
with
840 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.DS_Store | ||
.svn | ||
log/*.log | ||
tmp/** | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Social Slider | ||
======== | ||
JoomJunk Social Slider - A PHP module using CSS3 to show beautifully animated sliding icons | ||
|
||
Please see the changelog for detailed information about recent changes | ||
|
||
See http://joomjunk.co.uk/products/module-home/social-slider.html for the latest stable version of the code. This github version will contain the latest version of the code - however this may still be a work in progress. | ||
|
||
Some extra documentation can be found here http://joomjunk.co.uk/products/module-home/social-slider.html#faq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?php | ||
// no direct access | ||
die('Restricted access'); | ||
|
||
?> | ||
|
||
Changelog | ||
------------ | ||
|
||
* -> Security Fix | ||
# -> Bug Fix | ||
$ -> Language fix or change | ||
+ -> Addition | ||
^ -> Change | ||
- -> Removed | ||
! -> Note | ||
|
||
Version 1.2.3 | ||
+ Add 5 custom slider tabs | ||
^ removed unnecessary PHP tags | ||
|
||
Version 1.2.2 | ||
+ Added Vimeo icon | ||
|
||
Version 1.2.1 | ||
+ Added additional black icons and ability to select which colour icons you want to display | ||
|
||
Version 1.2.0 | ||
+ Added Github, Flickr and RSS icons | ||
+ Ability to disable module for mobile and tablet devices | ||
- Removed Joomla 1.5 support | ||
|
||
Version 1.1.1 | ||
# Fixed issue with Last.fm always showing, even with parameter turned off | ||
|
||
Version 1.1.0 | ||
+ Added in support for Steam, Last FM, Pinterest, SoundCloud and Tumbler |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<html><body bgcolor="#FFFFFF"></body></html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<html><body bgcolor="#FFFFFF"></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
/** | ||
* @package JJ Social Slider | ||
* @author JoomJunk | ||
* @copyright Copyright (C) 2011 - 2013 JoomJunk. All Rights Reserved | ||
* @license http://www.gnu.org/licenses/gpl-3.0.html | ||
*/ | ||
|
||
ul#jj_sl_navigation { | ||
position: fixed; | ||
margin: 0px; | ||
padding: 0px; | ||
list-style: none; | ||
z-index:9999; | ||
font-family: Arial,Helvetica,sans-serif; | ||
} | ||
ul#jj_sl_navigation li { | ||
padding: 1px 0px 1px 0px; | ||
overflow:hidden; | ||
} | ||
|
||
ul#jj_sl_navigation li a { | ||
display: block; | ||
width: 170px; | ||
background-repeat:no-repeat; | ||
text-decoration: none; | ||
font-size: 12px; | ||
color: #FFFFFF; | ||
font-weight: bold; | ||
|
||
} | ||
ul#jj_sl_navigation .facebook a:hover{ | ||
background-color: #3B5998; | ||
} | ||
ul#jj_sl_navigation .twitter a:hover{ | ||
background-color: #62BDB2; | ||
} | ||
ul#jj_sl_navigation .google a:hover{ | ||
background-color: #DB4A39; | ||
} | ||
ul#jj_sl_navigation .myspace a:hover{ | ||
background-color: #3B64B3; | ||
} | ||
ul#jj_sl_navigation .youtube a:hover{ | ||
background-color: #CC252C; | ||
} | ||
ul#jj_sl_navigation .linkedin a:hover{ | ||
background-color: #4F93B3; | ||
} | ||
ul#jj_sl_navigation .steam a:hover{ | ||
background-color: #111111; | ||
} | ||
ul#jj_sl_navigation .lastfm a:hover{ | ||
background-color: #bf0d1c; | ||
} | ||
ul#jj_sl_navigation .pinterest a:hover{ | ||
background-color: #b61d23; | ||
} | ||
ul#jj_sl_navigation .soundcloud a:hover{ | ||
background-color: #ff5419; | ||
} | ||
ul#jj_sl_navigation .tumblr a:hover{ | ||
background-color: #304e6c; | ||
} | ||
ul#jj_sl_navigation .github a:hover{ | ||
background-color: #222222; | ||
} | ||
ul#jj_sl_navigation .flickr a:hover{ | ||
background-color: #ff0084; | ||
} | ||
ul#jj_sl_navigation .rss a:hover{ | ||
background-color: #FF6600; | ||
} | ||
ul#jj_sl_navigation .vimeo a:hover{ | ||
background-color: #1BB7EA; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<html><body bgcolor="#FFFFFF"></body></html> |
181 changes: 181 additions & 0 deletions
181
mod_social_slider/language/en-GB/en-GB.mod_social_slider.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,181 @@ | ||
; $Id: en-GB.mod_social_slider.ini 00001 27.03.2013 01.47.30 $ | ||
; @ date 27.03.2013 | ||
; @ Copyright (C) 2011 - 2013 JoomJunk | ||
; @ Released under GNU/GPL 3.0 License | ||
; Note : All ini files need to be saved as UTF-8 | ||
|
||
JJ_SOCIAL_SLIDER_DESC="<h1>JJ Social Slider</h1><h3>Brought to you by JoomJunk</h3><p>Copyright (C) 2013 JoomJunk</p><p>Released under GNU/GPL 3.0 License</p><p>Website: <a href='http://www.joomjunk.co.uk'>www.joomjunk.co.uk</a></p><p>Social Slider is a simple module that appears in a fixed position, either on the left or right hand side of your page. Upon hovering over an icon, the bar slides out using CSS3 animations, providing a small caption which you can link to a social network page.</p>" | ||
|
||
COM_MODULES_FACEBOOK_FIELDSET_LABEL="Facebook" | ||
COM_MODULES_TWITTER_FIELDSET_LABEL="Twitter" | ||
COM_MODULES_GOOGLE+_FIELDSET_LABEL="Google+" | ||
COM_MODULES_MYSPACE_FIELDSET_LABEL="MySpace" | ||
COM_MODULES_YOUTUBE_FIELDSET_LABEL="Youtube" | ||
COM_MODULES_LINKEDIN_FIELDSET_LABEL="LinkedIn" | ||
COM_MODULES_STEAM_FIELDSET_LABEL="Steam" | ||
COM_MODULES_LAST.FM_FIELDSET_LABEL="Last.fm" | ||
COM_MODULES_PINTEREST_FIELDSET_LABEL="Pinterest" | ||
COM_MODULES_SOUNDCLOUD_FIELDSET_LABEL="Soundcloud" | ||
COM_MODULES_TUMBLR_FIELDSET_LABEL="Tumblr" | ||
COM_MODULES_GITHUB_FIELDSET_LABEL="Github" | ||
COM_MODULES_FLICKR_FIELDSET_LABEL="Flickr" | ||
COM_MODULES_RSS_FIELDSET_LABEL="RSS" | ||
COM_MODULES_VIMEO_FIELDSET_LABEL="Vimeo" | ||
COM_MODULES_CUSTOM1_FIELDSET_LABEL="Custom 1" | ||
COM_MODULES_CUSTOM2_FIELDSET_LABEL="Custom 2" | ||
COM_MODULES_CUSTOM3_FIELDSET_LABEL="Custom 3" | ||
COM_MODULES_CUSTOM4_FIELDSET_LABEL="Custom 4" | ||
COM_MODULES_CUSTOM5_FIELDSET_LABEL="Custom 5" | ||
COM_MODULES_OTHER_FIELDSET_LABEL="Other Settings" | ||
|
||
JJ_SOCIAL_SLIDER_FACEBOOK="Facebook Bar" | ||
JJ_SOCIAL_SLIDER_FACEBOOK_DESC="Choose whether or not you would like to enable the Facebook bar" | ||
JJ_SOCIAL_SLIDER_TWITTER="Twitter Bar" | ||
JJ_SOCIAL_SLIDER_TWITTER_DESC="Choose whether or not you would like to enable the Twitter bar" | ||
JJ_SOCIAL_SLIDER_GOOGLE="Google+ Bar" | ||
JJ_SOCIAL_SLIDER_GOOGLE_DESC="Choose whether or not you would like to enable the Google+ bar" | ||
JJ_SOCIAL_SLIDER_MYSPACE="MySpace Bar" | ||
JJ_SOCIAL_SLIDER_MYSPACE_DESC="Choose whether or not you would like to enable the MySpace bar" | ||
JJ_SOCIAL_SLIDER_YOUTUBE="Youtube Bar" | ||
JJ_SOCIAL_SLIDER_YOUTUBE_DESC="Choose whether or not you would like to enable the Youtube bar" | ||
JJ_SOCIAL_SLIDER_LINKEDIN="LinkedIn Bar" | ||
JJ_SOCIAL_SLIDER_LINKEDIN_DESC="Choose whether or not you would like to enable the LinkedIn bar" | ||
JJ_SOCIAL_SLIDER_STEAM="Steam Bar" | ||
JJ_SOCIAL_SLIDER_STEAM_DESC="Choose whether or not you would like to enable the Steam bar" | ||
JJ_SOCIAL_SLIDER_LASTFM="Last.fm Bar" | ||
JJ_SOCIAL_SLIDER_LASTFM_DESC="Choose whether or not you would like to enable the Last.fm bar" | ||
JJ_SOCIAL_SLIDER_PINTEREST="Pinterest Bar" | ||
JJ_SOCIAL_SLIDER_PINTEREST_DESC="Choose whether or not you would like to enable the Pinterest bar" | ||
JJ_SOCIAL_SLIDER_SOUNDCLOUD="Soundcloud Bar" | ||
JJ_SOCIAL_SLIDER_SOUNDCLOUD_DESC="Choose whether or not you would like to enable the Soundcloud bar" | ||
JJ_SOCIAL_SLIDER_TUMBLR="Tumblr Bar" | ||
JJ_SOCIAL_SLIDER_TUMBLR_DESC="Choose whether or not you would like to enable the Tumblr bar" | ||
JJ_SOCIAL_SLIDER_GITHUB="Github Bar" | ||
JJ_SOCIAL_SLIDER_GITHUB_DESC="Choose whether or not you would like to enable the Github bar" | ||
JJ_SOCIAL_SLIDER_FLICKR="Flickr Bar" | ||
JJ_SOCIAL_SLIDER_FLICKR_DESC="Choose whether or not you would like to enable the Flickr bar" | ||
JJ_SOCIAL_SLIDER_RSS="RSS Bar" | ||
JJ_SOCIAL_SLIDER_RSS_DESC="Choose whether or not you would like to enable the RSS bar" | ||
JJ_SOCIAL_SLIDER_VIMEO="Vimeo Bar" | ||
JJ_SOCIAL_SLIDER_VIMEO_DESC="Choose whether or not you would like to enable the Vimeo bar" | ||
JJ_SOCIAL_SLIDER_CUSTOM1="Custom 1 Bar" | ||
JJ_SOCIAL_SLIDER_CUSTOM1_DESC="Choose whether or not you would like to enable the Custom 1 bar" | ||
JJ_SOCIAL_SLIDER_CUSTOM2="Custom 2 Bar" | ||
JJ_SOCIAL_SLIDER_CUSTOM2_DESC="Choose whether or not you would like to enable the Custom 2 bar" | ||
JJ_SOCIAL_SLIDER_CUSTOM3="Custom 3 Bar" | ||
JJ_SOCIAL_SLIDER_CUSTOM3_DESC="Choose whether or not you would like to enable the Custom 3 bar" | ||
JJ_SOCIAL_SLIDER_CUSTOM4="Custom 4 Bar" | ||
JJ_SOCIAL_SLIDER_CUSTOM4_DESC="Choose whether or not you would like to enable the Custom 4 bar" | ||
JJ_SOCIAL_SLIDER_CUSTOM5="Custom 5 Bar" | ||
JJ_SOCIAL_SLIDER_CUSTOM5_DESC="Choose whether or not you would like to enable the Custom 5 bar" | ||
|
||
JJ_ON="On" | ||
JJ_OFF="Off" | ||
|
||
JJ_SOCIAL_SLIDER_FACEBOOK_LINK="Facebook Link" | ||
JJ_SOCIAL_SLIDER_FACEBOOK_LINK_DESC="Type in the link to your Facebook page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_TWITTER_LINK="Twitter Link" | ||
JJ_SOCIAL_SLIDER_TWITTER_LINK_DESC="Type in the link to your Twitter page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_GOOGLE_LINK="Google+ Link" | ||
JJ_SOCIAL_SLIDER_GOOGLE_LINK_DESC="Type in the link to your Google+ page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_MYSPACE_LINK="MySpace Link" | ||
JJ_SOCIAL_SLIDER_MYSPACE_LINK_DESC="Type in the link to your MySpace page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_YOUTUBE_LINK="Youtube Link" | ||
JJ_SOCIAL_SLIDER_YOUTUBE_LINK_DESC="Type in the link to your Youtube page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_LINKEDIN_LINK="LinkedIn Link" | ||
JJ_SOCIAL_SLIDER_LINKEDIN_LINK_DESC="Type in the link to your LinkedIn page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_STEAM_LINK="Steam Link" | ||
JJ_SOCIAL_SLIDER_STEAM_LINK_DESC="Type in the link to your Steam page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_LASTFM_LINK="Last.fm Link" | ||
JJ_SOCIAL_SLIDER_LASTFM_LINK_DESC="Type in the link to your Last.fm page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_PINTEREST_LINK="Pinterest Link" | ||
JJ_SOCIAL_SLIDER_PINTEREST_LINK_DESC="Type in the link to your Pinterest page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_SOUNDCLOUD_LINK="Soundcloud Link" | ||
JJ_SOCIAL_SLIDER_SOUNDCLOUD_LINK_DESC="Type in the link to your Soundcloud page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_TUMBLR_LINK="Tumblr Link" | ||
JJ_SOCIAL_SLIDER_TUMBLR_LINK_DESC="Type in the link to your Tumblr page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_GITHUB_LINK="Github Link" | ||
JJ_SOCIAL_SLIDER_GITHUB_LINK_DESC="Type in the link to your Github page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_FLICKR_LINK="Flickr Link" | ||
JJ_SOCIAL_SLIDER_FLICKR_LINK_DESC="Type in the link to your Flickr page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_RSS_LINK="RSS Link" | ||
JJ_SOCIAL_SLIDER_RSS_LINK_DESC="Type in the link to your RSS page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_VIMEO_LINK="Vimeo Link" | ||
JJ_SOCIAL_SLIDER_VIMEO_LINK_DESC="Type in the link to your Vimeo page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_CUSTOM1_LINK="Custom 1 Link" | ||
JJ_SOCIAL_SLIDER_CUSTOM1_LINK_DESC="Type in the link to your Custom 1 page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_CUSTOM2_LINK="Custom 2 Link" | ||
JJ_SOCIAL_SLIDER_CUSTOM2_LINK_DESC="Type in the link to your Custom 2 page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_CUSTOM3_LINK="Custom 3 Link" | ||
JJ_SOCIAL_SLIDER_CUSTOM3_LINK_DESC="Type in the link to your Custom 3 page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_CUSTOM4_LINK="Custom 4 Link" | ||
JJ_SOCIAL_SLIDER_CUSTOM4_LINK_DESC="Type in the link to your Custom 4 page. Don't forget the http://" | ||
JJ_SOCIAL_SLIDER_CUSTOM5_LINK="Custom 5 Link" | ||
JJ_SOCIAL_SLIDER_CUSTOM5_LINK_DESC="Type in the link to your Custom 5 page. Don't forget the http://" | ||
|
||
JJ_SOCIAL_SLIDER_SLIDE_COLOUR="Slide Colour #" | ||
JJ_SOCIAL_SLIDER_SLIDE_COLOUR_DESC="Type in the slide colour (hex)" | ||
JJ_SOCIAL_SLIDER_POSITION="Position" | ||
JJ_SOCIAL_SLIDER_POSITION_DESC="Select whether you would like the module to appear on the left or right hand side of the page" | ||
JJ_SOCIAL_SLIDER_LEFT="Left" | ||
JJ_SOCIAL_SLIDER_RIGHT="Right" | ||
JJ_SOCIAL_SLIDER_TOP="Top Positioning (px)" | ||
JJ_SOCIAL_SLIDER_TOP_DESC="Choose how far away from the top you would like the module to be positioned in pixels" | ||
JJ_SOCIAL_SLIDER_DISABLE="Disable on specific screen sizes" | ||
JJ_SOCIAL_SLIDER_DISABLE_DESC="Select whether you would like to disable the module on only mobile size devices, mobile and tablet size devices, or not at all." | ||
JJ_SOCIAL_SLIDER_NO_DISABLE="Don't disable" | ||
JJ_SOCIAL_SLIDER_MOB_ONLY="Mobiles only" | ||
JJ_SOCIAL_SLIDER_MOB_TABLET="Mobiles + Tablets" | ||
JJ_SOCIAL_SLIDER_ICON_COLOUR="Icon Colour" | ||
JJ_SOCIAL_SLIDER_ICON_COLOUR_DESC="Select whether you would likes to have black or white icons" | ||
JJ_SOCIAL_SLIDER_ICONS_WHITE="White" | ||
JJ_SOCIAL_SLIDER_ICONS_BLACK="Black" | ||
|
||
JJ_SOCIAL_SLIDER_VIA_FACEBOOK="Follow via Facebook" | ||
JJ_SOCIAL_SLIDER_VIA_TWITTER="Follow via Twitter" | ||
JJ_SOCIAL_SLIDER_VIA_GOOGLE="Follow via Google+" | ||
JJ_SOCIAL_SLIDER_VIA_MYSPACE="Follow via MySpace" | ||
JJ_SOCIAL_SLIDER_VIA_YOUTUBE="Follow via Youtube" | ||
JJ_SOCIAL_SLIDER_VIA_LINKEDIN="Follow via LinkedIn" | ||
JJ_SOCIAL_SLIDER_VIA_STEAM="Follow via Steam" | ||
JJ_SOCIAL_SLIDER_VIA_LASTFM="Follow via Last.fm" | ||
JJ_SOCIAL_SLIDER_VIA_PINTEREST="Follow via Pinterest" | ||
JJ_SOCIAL_SLIDER_VIA_SOUNDCLOUD="Follow via Soundcloud" | ||
JJ_SOCIAL_SLIDER_VIA_TUMBLR="Follow via Tumblr" | ||
JJ_SOCIAL_SLIDER_VIA_GITHUB="Follow via Github" | ||
JJ_SOCIAL_SLIDER_VIA_FLICKR="Follow via Flickr" | ||
JJ_SOCIAL_SLIDER_VIA_RSS="Follow RSS Feed" | ||
JJ_SOCIAL_SLIDER_VIA_VIMEO="Follow via Vimeo" | ||
|
||
JJ_SOCIAL_SLIDER_CUSTOM1_TEXT="Text" | ||
JJ_SOCIAL_SLIDER_CUSTOM1_TEXT_DESC="Type in the text you wish to be display on the bar" | ||
JJ_SOCIAL_SLIDER_CUSTOM2_TEXT="Text" | ||
JJ_SOCIAL_SLIDER_CUSTOM2_TEXT_DESC="Type in the text you wish to be display on the bar" | ||
JJ_SOCIAL_SLIDER_CUSTOM3_TEXT="Text" | ||
JJ_SOCIAL_SLIDER_CUSTOM3_TEXT_DESC="Type in the text you wish to be display on the bar" | ||
JJ_SOCIAL_SLIDER_CUSTOM4_TEXT="Text" | ||
JJ_SOCIAL_SLIDER_CUSTOM4_TEXT_DESC="Type in the text you wish to be display on the bar" | ||
JJ_SOCIAL_SLIDER_CUSTOM5_TEXT="Text" | ||
JJ_SOCIAL_SLIDER_CUSTOM5_TEXT_DESC="Type in the text you wish to be display on the bar" | ||
|
||
JJ_SOCIAL_SLIDER_CUSTOM1_COLOUR="Hover Colour" | ||
JJ_SOCIAL_SLIDER_CUSTOM1_COLOUR_DESC="Choose the colour you you want to show upon hover" | ||
JJ_SOCIAL_SLIDER_CUSTOM2_COLOUR="Hover Colour" | ||
JJ_SOCIAL_SLIDER_CUSTOM2_COLOUR_DESC="Choose the colour you you want to show upon hover" | ||
JJ_SOCIAL_SLIDER_CUSTOM3_COLOUR="Hover Colour" | ||
JJ_SOCIAL_SLIDER_CUSTOM3_COLOUR_DESC="Choose the colour you you want to show upon hover" | ||
JJ_SOCIAL_SLIDER_CUSTOM4_COLOUR="Hover Colour" | ||
JJ_SOCIAL_SLIDER_CUSTOM4_COLOUR_DESC="Choose the colour you you want to show upon hover" | ||
JJ_SOCIAL_SLIDER_CUSTOM5_COLOUR="Hover Colour" | ||
JJ_SOCIAL_SLIDER_CUSTOM5_COLOUR_DESC="Choose the colour you you want to show upon hover" | ||
|
||
JJ_SOCIAL_SLIDER_CUSTOM1_IMAGE="Image" | ||
JJ_SOCIAL_SLIDER_CUSTOM1_IMAGE_DESC="Type in the name of the image + the image format. For example icon.png" | ||
JJ_SOCIAL_SLIDER_CUSTOM2_IMAGE="Image" | ||
JJ_SOCIAL_SLIDER_CUSTOM2_IMAGE_DESC="Type in the name of the image + the image format. For example icon.png" | ||
JJ_SOCIAL_SLIDER_CUSTOM3_IMAGE="Image" | ||
JJ_SOCIAL_SLIDER_CUSTOM3_IMAGE_DESC="Type in the name of the image + the image format. For example icon.png" | ||
JJ_SOCIAL_SLIDER_CUSTOM4_IMAGE="Image" | ||
JJ_SOCIAL_SLIDER_CUSTOM4_IMAGE_DESC="Type in the name of the image + the image format. For example icon.png" | ||
JJ_SOCIAL_SLIDER_CUSTOM5_IMAGE="Image" | ||
JJ_SOCIAL_SLIDER_CUSTOM5_IMAGE_DESC="Type in the name of the image + the image format. For example icon.png" |
7 changes: 7 additions & 0 deletions
7
mod_social_slider/language/en-GB/en-GB.mod_social_slider.sys.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
; $Id: en-GB.mod_social_slider.sys.ini 00001 27.03.2013 01.47.30 $ | ||
; @ date 27.03.2013 | ||
; @ Copyright (C) 2011 - 2013 JoomJunk | ||
; @ Released under GNU/GPL 3.0 License | ||
; Note : All ini files need to be saved as UTF-8 | ||
|
||
JJ_SOCIAL_SLIDER_DESC="<h1>JJ Social Slider</h1><h3>Brought to you by JoomJunk</h3><p>Copyright (C) 2013 JoomJunk</p><p>Released under GNU/GPL 3.0 License</p><p>Website: <a href='http://www.joomjunk.co.uk'>www.joomjunk.co.uk</a></p><p>Social Slider is a simple module that appears in a fixed position, either on the left or right hand side of your page. Upon hovering over an icon, the bar slides out using CSS3 animations, providing a small caption which you can link to a social network page.</p>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<html><body bgcolor="#FFFFFF"></body></html> |
Oops, something went wrong.