Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flexslider
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hebotek
flexslider
Commits
ce2afd24
Commit
ce2afd24
authored
Feb 24, 2017
by
Florian Heder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flexslider compatibility for typo3 7
parent
270cfff7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
11 deletions
+17
-11
FlexSlider.php
Configuration/TCA/FlexSlider.php
+9
-3
README.md
README.md
+6
-6
ext_emconf.php
ext_emconf.php
+2
-2
No files found.
Configuration/TCA/FlexSlider.php
View file @
ce2afd24
...
...
@@ -156,8 +156,14 @@ $TCA['tx_flexslider_domain_model_flexslider'] = array(
'type'
=>
'popup'
,
'title'
=>
'Link'
,
'icon'
=>
'link_popup.gif'
,
'script'
=>
'browse_links.php?mode=wizard'
,
'JSopenParams'
=>
'height=300,width=500,status=0,menubar=0,scrollbars=1'
'JSopenParams'
=>
'height=300,width=500,status=0,menubar=0,scrollbars=1'
,
'module'
=>
array
(
'name'
=>
'wizard_element_browser'
,
'urlParameters'
=>
array
(
'mode'
=>
'wizard'
,
'act'
=>
'file'
)
)
)
)
),
...
...
@@ -197,4 +203,4 @@ if ($configuration['extendSubtitleByRTE']) {
'subtitle;;;richtext:rte_transform[mode=ts_css]'
,
$TCA
[
'tx_flexslider_domain_model_flexslider'
][
'types'
][
'1'
][
'showitem'
]
);
}
\ No newline at end of file
}
README.md
View file @
ce2afd24
...
...
@@ -3,27 +3,27 @@
It simply brings WooThemes awesome fully responsive jQuery Slider Plugin to TYPO3 – as a Frontend Plugin, of course.
## Installation
### Via Git
Clone into typo3conf/ext/
git clone git@
bitbucket.org:sotastudio/typo3.extbase.
flexslider.git /path/to/project/typo3conf/ext/flexslider/
git clone git@
code.hebotek.at:hebotek/
flexslider.git /path/to/project/typo3conf/ext/flexslider/
Install via Extension Manager as usual.
### Via TER
[
Jump to TER
](
http://typo3.org/extensions/repository/view/flexslider
)
## Configuration
*
Include
**static Extension Template**
*
Create
**Frontend plugin**
*
Adjust the
**Plugin Settings**
to your needs
*
Setup
**Record Storage Page**
where the Slider Items come from
*
Adjust the
**Plugin Settings**
to your needs
*
Setup
**Record Storage Page**
where the Slider Items come from
*
Create
**Slider Items**
on the Record Storage Page
*
Check the Frontend!
...
...
@@ -170,7 +170,7 @@ Using the object {data}, you can access everything regarding the Content Element
And, of course, many more. Just use the Debug Viewhelper to get a clue about other variables:
<f:debug>{data}</f:debug>
### Accessing Extension Configuration
...
...
ext_emconf.php
View file @
ce2afd24
<?php
$EM_CONF
[
$_EXTKEY
]
=
array
(
'title'
=>
'FlexSlider'
,
'title'
=>
'FlexSlider
- hebotek typo37 updated
'
,
'description'
=>
'Brings WooThemes\' awesome responsive Slider to TYPO3'
,
'category'
=>
'plugin'
,
'version'
=>
'1.5.3'
,
...
...
@@ -20,4 +20,4 @@ $EM_CONF[$_EXTKEY] = array(
'conflicts'
=>
array
(),
'suggests'
=>
array
(),
),
);
\ No newline at end of file
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment