2012-04-23 01:15:31 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-03-30 14:28:44 +02:00
|
|
|
<e107Plugin name="Gallery" lan="LAN_PLUGIN_GALLERY_TITLE" version="1.1" date="2016-03-30" compatibility="2.0" installRequired="true">
|
2021-11-29 13:31:32 -08:00
|
|
|
<author name="e107 Inc." url="https://e107.org" />
|
2012-12-15 13:40:09 -08:00
|
|
|
<description lan="LAN_PLUGIN_GALLERY_DIZ">A simple image gallery</description>
|
2012-04-23 01:15:31 +00:00
|
|
|
<category>content</category>
|
|
|
|
<adminLinks>
|
2012-04-23 08:46:23 +00:00
|
|
|
<link url='admin_gallery.php' description='LAN_CONFIGURE' icon='images/gallery_32.png' iconSmall='images/gallery_16.png' primary='true' >LAN_CONFIGURE</link>
|
2012-04-23 01:15:31 +00:00
|
|
|
</adminLinks>
|
|
|
|
<siteLinks>
|
2016-03-08 13:53:58 -08:00
|
|
|
<link url="{e_PLUGIN}gallery/gallery.php" sef='index' perm="everyone" >LAN_PLUGIN_GALLERY_TITLE</link>
|
2012-04-23 01:15:31 +00:00
|
|
|
</siteLinks>
|
|
|
|
<mainPrefs>
|
|
|
|
</mainPrefs>
|
2012-08-19 02:33:43 +00:00
|
|
|
<mediaCategories>
|
2015-02-04 14:37:34 -08:00
|
|
|
<category type="image" sef="gallery-1" perm="everyone" image='{e_PLUGIN}gallery/images/butterfly.jpg'>Gallery 1</category>
|
2012-08-19 02:33:43 +00:00
|
|
|
</mediaCategories>
|
2012-07-02 01:32:56 +00:00
|
|
|
<pluginPrefs>
|
2012-07-18 08:43:30 +00:00
|
|
|
<pref name="popup_w">800</pref>
|
|
|
|
<pref name="popup_h">800</pref>
|
2012-04-25 10:01:24 +00:00
|
|
|
<pref name="slideshow_category">1</pref>
|
2012-07-18 08:43:30 +00:00
|
|
|
<pref name="slideshow_duration">1000</pref>
|
2012-04-25 10:01:24 +00:00
|
|
|
<pref name="slideshow_auto">1</pref>
|
2012-07-18 08:43:30 +00:00
|
|
|
<pref name="slideshow_freq">4000</pref>
|
2012-07-01 10:12:27 +00:00
|
|
|
<pref name="slideshow_effect">scrollHorz</pref>
|
2012-08-23 12:08:06 +00:00
|
|
|
<pref name="perpage">12</pref>
|
2016-03-29 11:22:25 +02:00
|
|
|
<pref name="orderby">media_id DESC</pref>
|
2016-04-12 12:21:03 +02:00
|
|
|
<pref name="pp_global">0</pref>
|
2016-03-30 14:28:44 +02:00
|
|
|
<pref name="pp_hook">data-gal</pref>
|
|
|
|
<pref name="pp_animation_speed">fast</pref>
|
|
|
|
<pref name="pp_slideshow">5000</pref>
|
|
|
|
<pref name="pp_autoplay_slideshow">0</pref>
|
|
|
|
<pref name="pp_opacity">0.80</pref>
|
|
|
|
<pref name="pp_show_title">1</pref>
|
|
|
|
<pref name="pp_allow_resize">1</pref>
|
|
|
|
<pref name="pp_default_width">500</pref>
|
|
|
|
<pref name="pp_default_height">344</pref>
|
|
|
|
<pref name="pp_counter_separator_label">/</pref>
|
|
|
|
<pref name="pp_theme">pp_default</pref>
|
|
|
|
<pref name="pp_horizontal_padding">20</pref>
|
|
|
|
<pref name="pp_hideflash">0</pref>
|
|
|
|
<pref name="pp_wmode">opaque</pref>
|
|
|
|
<pref name="pp_autoplay">1</pref>
|
|
|
|
<pref name="pp_modal">0</pref>
|
|
|
|
<pref name="pp_deeplinking">0</pref>
|
2016-03-30 16:00:31 +02:00
|
|
|
<pref name="pp_overlay_gallery">0</pref>
|
2016-03-30 14:28:44 +02:00
|
|
|
<pref name="pp_keyboard_shortcuts">1</pref>
|
|
|
|
<pref name="pp_ie6_fallback">1</pref>
|
2012-04-25 10:01:24 +00:00
|
|
|
</pluginPrefs>
|
2012-04-23 01:15:31 +00:00
|
|
|
</e107Plugin>
|