REDUX Framework Step by step:
if(!class_exists('ReduxFramework'))
{
require_once(dirname(__File__).'/framework/ReduxCore/framework.php');
}
if(!isset($redux_demo))
{
require_once(dirname(__File__).'/framework/inc/admin-config.php');
}
6. Reload the backend you get the Redux framework.
7. Want to change the option setting with “Redux Theme Panel”, change into
the ‘admin-config.php’ file in the inc folder.
‘menu_title’ => __( ‘Redux Theme Panel’, ‘redux-framework-demo’ ),
‘page_title’ => __( ‘Redux Theme Panel’, ‘redux-framework-demo’ ),
The PageIDs are almost always required in TYPO3. Most to quickly put a link. Therefore, I will show briefly how the PageID in PageTree (page tree) can be displayed.
Therefore, I use every time you install a new TYPO3 project to display the following option to the IDs directly in the page tree next to the title:
SET this TS in Backend : options.pageTree.showPageIdWithTitle = 1
This option can user groups or individual users are displayed.
Blank page IDs for the admin of the page title View: Step-by-step :
Finalizing the page tree (PageTree) should be reloaded:
It is also possible to activate this option for a group of editors.
Here is the TS for the menu which display above :
lib.mainMenu = COA
lib.mainMenu{
10= HMENU
10.1 = TMENU
10.1 {
wrap = <ul class=”nav nav-pills nav-main” id=”mainMenu”>|</ul>
noBlur = 1
expAll = 1
IFSUB = 1
NO {
#wrapItemAndSub = <li>|</li>
#ATagTitle.field = 1
allWrap.cObject = CASE
allWrap.cObject {
key.field = uid
7 = COA
7 {
10 = TEXT
10.value = <li class=”dropdown mega-menu-item mega-menu-fullwidth”>|
#10.stdWrap.wrap = <i class=”icon icon-angle-down”></i> |
#10.typolink.ATagBeforeWrap = | <i class=”icon icon-angle-down”></i>
#10.typolink.wrap = | <i class=”icon icon-angle-down”></i>
10.typolink.ATagParams = class=”dropdown-toggle”
#10.typolink.additionalParams = 7
20 = COA
20.wrap = <ul class=”dropdown-menu”><li><div class=”mega-menu-content”><div class=”row”> |</div></div></li></ul>
20.10 = HMENU
20.10.special = directory
20.10.special.value = 76
20.10.wrap = <div class=”col-md-3″><ul class=”sub-menu”><li><span class=”mega-menu-sub-title”>Main Features</span><ul class=”sub-menu”>|</ul></li></ul></div>
20.10.1 = TMENU
20.10.1.NO {
allWrap = <li>|</li>
}
20.10.1.ACT = 1
20.10.1.ACT {
allWrap = <li class=”current_page_item”>|</li>
}
20.20 = HMENU
20.20.special = directory
20.20.special.value = 77
20.20.wrap = <div class=”col-md-3″><ul class=”sub-menu”><li><span class=”mega-menu-sub-title”>Headers</span><ul class=”sub-menu”>|</ul></li></ul></div>
20.20.1 = TMENU
20.20.1.NO {
allWrap = <li>|</li>
}
20.20.1.ACT = 1
20.20.1.ACT {
allWrap = <li class=”current_page_item”>|</li>
}
20.30 = HMENU
20.30.special = directory
20.30.special.value = 78
20.30.wrap = <div class=”col-md-3″><ul class=”sub-menu”><li><span class=”mega-menu-sub-title”>Footers</span><ul class=”sub-menu”>|</ul></li></ul></div>
20.30.1 = TMENU
20.30.1.NO {
allWrap = <li>|</li>
}
20.30.1.ACT = 1
20.30.1.ACT {
allWrap = <li class=”current_page_item”>|</li>
}
20.40 = HMENU
20.40.special = directory
20.40.special.value = 79
20.40.wrap = <div class=”col-md-3″><ul class=”sub-menu”><li><span class=”mega-menu-sub-title”>Blog</span><ul class=”sub-menu”>|</ul></li></ul></div>
20.40.1 = TMENU
20.40.1.NO {
allWrap = <li>|</li>
}
20.40.1.ACT = 1
20.40.1.ACT {
allWrap = <li class=”current_page_item”>|</li>
}
30 = TEXT
30.value = </li>
}
default = TEXT
default.value = <li>|</li>
}
}
ACT = 1
ACT{
allWrap.cObject = CASE
allWrap.cObject {
key.field = uid
7 = COA
7 {
10 = TEXT
10.value = <li class=”dropdown mega-menu-item mega-menu-fullwidth”>|
#10.stdWrap.wrap = | <i class=”icon icon-angle-down”></i>
#10.typolink.ATagBeforeWrap = | <i class=”icon icon-angle-down”></i>
#10.typolink.wrap = | <i class=”icon icon-angle-down”></i>
10.typolink.ATagParams = class=”dropdown-toggle”
#10.typolink.additionalParams = 7
20 = COA
20.wrap = <ul class=”dropdown-menu”><li><div class=”mega-menu-content”><div class=”row”> |</div></div></li></ul>
20.10 = HMENU
20.10.special = directory
20.10.special.value = 76
20.10.wrap = <div class=”col-md-3″><span class=”mega-menu-sub-title”>Main Features</span><ul class=”sub-menu”>|</ul></div>
20.10.1 = TMENU
20.10.1.NO {
allWrap = <li>|</li>
}
20.10.1.ACT = 1
20.10.1.ACT {
allWrap = <li class=”current_page_item”>|</li>
}
20.20 = HMENU
20.20.special = directory
20.20.special.value = 77
20.20.wrap = <div class=”col-md-3″><span class=”mega-menu-sub-title”>Headers</span><ul class=”sub-menu”>|</ul></div>
20.20.1 = TMENU
20.20.1.NO {
allWrap = <li>|</li>
}
20.20.1.ACT = 1
20.20.1.ACT {
allWrap = <li class=”current_page_item”>|</li>
}
20.30 = HMENU
20.30.special = directory
20.30.special.value = 78
20.30.wrap = <div class=”col-md-3″><span class=”mega-menu-sub-title”>Footers</span><ul class=”sub-menu”>|</ul></div>
20.30.1 = TMENU
20.30.1.NO {
allWrap = <li>|</li>
}
20.30.1.ACT = 1
20.30.1.ACT {
allWrap = <li class=”current_page_item”>|</li>
}
20.40 = HMENU
20.40.special = directory
20.40.special.value = 79
20.40.wrap = <div class=”col-md-3″><span class=”mega-menu-sub-title”>Blog</span><ul class=”sub-menu”>|</ul></div>
20.40.1 = TMENU
20.40.1.NO {
allWrap = <li>|</li>
}
20.40.1.ACT = 1
20.40.1.ACT {
allWrap = <li class=”current_page_item”>|</li>
}
30 = TEXT
30.value = </li>
}
default = TEXT
default.value = <li class=”dropdown active”>|</li>
}
# wrapItemAndSub = <li class=”dropdown active”>|</li>
ATagTitle.field = 1
# ACT = 1
stdWrap.htmlSpecialChars = 1
ATagParams = class=”dropdown-toggle”
# allWrap = <li> | </li>
}
IFSUB{
# stdWrap.wrap = <div class=”subicon”></div>
stdWrap.wrap = <i class=”icon icon-angle-down”></i>
wrapItemAndSub = <li class=”dropdown”>|</li>
ATagParams = class=”dropdown-toggle”
ATagTitle.field = 1
}
ACTIFSUB = 1
ACTIFSUB {
wrapItemAndSub = <li class=”dropdown active”>|</li>
ATagTitle.field = 1
# ACT = 1
stdWrap.htmlSpecialChars = 1
ATagParams = class=”dropdown-toggle”
# allWrap = <li> | </li>
stdWrap.wrap = <i class=”icon icon-angle-down”></i>
}
}
10.2 < .10.1
10.2{
wrap = <ul class=”dropdown-menu”>|</ul>
expAll = 1
NO {
wrapItemAndSub = <li>|</li>
}
ACT = 1
ACT{
wrapItemAndSub = <li>|</li>||<li>|</li>||<li>|</li></ul><ul>||<li>|</li>||<li>|</li>||<li>|</li></ul><ul>||<li>|</li>
ATagTitle.field = 1
stdWrap.htmlSpecialChars = 1
ATagParams = class=”active”
}
IFSUB{
stdWrap.wrap = <div class=”subicon”></div>
}
}
10.3 = TMENU
10.3 {
wrap = <ul class=”dropdown-menu”>|</ul>
noBlur = 1
expAll = 1
IFSUB = 1
NO {
wrapItemAndSub = <li>|</li>
ATagTitle.field = 1
ATagParams = class=””
}
ACT = 1
ACT{
wrapItemAndSub = <li >|</li>
ATagTitle.field = 1
# ACT = 1
stdWrap.htmlSpecialChars = 1
ATagParams = class=””
# allWrap = <li> | </li>
}
IFSUB{
wrapItemAndSub = <li class=”dropdown-submenu”>|</li>
ATagTitle.field = 1
}
}
}
To solve the issue for the Front End User Registration (sr_feuser_register): Frontend login security level must be set to “normal” or to “rsa”.
You have to put this line to your localconf.php file: ROOT Directory/typoconf/localconf.php“
Please put the comment at: $TYPO3_CONF_VARS[‘FE’][‘loginSecurityLevel’] = ‘rsa’;
and add new line $TYPO3_CONF_VARS[‘FE’][‘loginSecurityLevel’] = ‘normal’;
Thanks,
Hello All,
You can write the BaseURL like this.
CONSTANT :
baseURL = http://sitename.com
SETUP :
config.baseURL = {$baseURL}
Thanks,
Pradeep
Hello All,
To set up the Rights also apply Rights for the Front end user for the Page access limitation is done by creation of the FE user group and also by the FE User.
You can find out more help from here.. http://www.typo3tutorials.com/index.php?id=166
Thanks,
BR Pradeep..!
Hello All,
Please find out the backend user creation and set the Rights for the User by this site..
Its really very helpfull.
http://www.typo3tutorials.com/index.php?id=165
Thanks,
BR Pradeep..!
Hello,
To set image in the background in the content element you should use the one of the best extension named is : http://typo3.org/extensions/repository/view/backgroundimage4ce
you can download and install it in the site after that please include the library files into the root page from the back end.
Property will be set from the Appearance of the content property.
See the Image,
Thanks,
Pradeep
Hello All,
Please use below TS script to display max 100 images to the list and single view of the tt_news
plugin.tt_news.displayList.imageCount = 100
plugin.tt_news.displaySingle.imageCount = 100
Thanks,
Pradeep