I was find Slider template in gallery and remove '5' images limits.
Now all works great

Thank You for great project and very good support.
Code: Select all
<!-- start pageTeaser -->{if $slider == "+"}
<div id="pageTeaserWrapper">
<div id="pageTeaser">
{Gallery template='Slider' dir=$galleryfolder}
<!-- end pageTeaser -->
</div>
</div>{/if}
Code: Select all
<!-- start pageTeaser -->{if $slider == "+"}
<div id="pageTeaserWrapper">
<div id="pageTeaser">
{if !empty($fields.link.value}<a href="{$fields.link.value}">{Gallery template='Slider' dir=$galleryfolder}</a>
{else}
{Gallery template='Slider' dir=$galleryfolder}
{/if}
<!-- end pageTeaser -->
</div>
</div>{/if}
Code: Select all
/home/forumesq/public_html/lib/smarty/Smarty.class.php:1593 - trigger_error
/home/forumesq/public_html/lib/smarty/Smarty.class.php:1415 - _fetch_resource_info
/home/forumesq/public_html/lib/smarty/Smarty.class.php:1261 - _compile_resource
/home/forumesq/public_html/lib/classes/module_support/modtemplates.inc.php:242 - fetch
/home/forumesq/public_html/lib/classes/class.CMSModule.php:2438 - cms_module_ProcessTemplateFromDatabase
/home/forumesq/public_html/modules/News/action.default.php:423 - ProcessTemplateFromDatabase
/home/forumesq/public_html/lib/classes/class.CMSModule.php:1583 - include
/home/forumesq/public_html/lib/classes/class.CMSModule.php:1628 - DoAction
/home/forumesq/public_html/lib/module.functions.php:122 - DoActionBase
/home/forumesq/public_html/plugins/function.news.php:22 - cms_module_plugin
/home/forumesq/public_html/tmp/templates_c/%%1F^1F4^1F40F87E%%tpl_body%3A37.php:80 - smarty_cms_function_news
/home/forumesq/public_html/lib/smarty/Smarty.class.php:1263 - include
/home/forumesq/public_html/index.php:272 - fetch
string(80) "Smarty error: unable to read resource: "module_db_tpl:News;summarynewsFrontpage""
Code: Select all
Syntax Error in template "tpl_body:25" on line 3 "{capture assign=galleryfolder value=$entry->gallery}{content block="Gallery Folder" description='Enter the name of the Gallery folder you wish to use' page_tab='Header Options' wysiwyg='false' oneline='true'}{/capture}" unexpected "value" attribute
#0 /home/parukian/public_html/lib/smarty/sysplugins/smarty_internal_compilebase.php(113): Smarty_Internal_TemplateCompilerBase->trigger_template_error('unexpected "val...', 3)
#1 /home/parukian/public_html/lib/smarty/sysplugins/smarty_internal_compile_capture.php(45): Smarty_Internal_CompileBase->getAttributes(Object(Smarty_Internal_SmartyTemplateCompiler), Array)
#2 /home/parukian/public_html/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php(527): Smarty_Internal_Compile_Capture->compile(Array, Object(Smarty_Internal_SmartyTemplateCompiler), Array, NULL, NULL)
#3 /home/parukian/public_html/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php(259): Smarty_Internal_TemplateCompilerBase->callTagCompiler('capture', Array, Array)
#4 /home/parukian/public_html/lib/smarty/sysplugins/smarty_internal_templateparser.php(2388): Smarty_Internal_TemplateCompilerBase->compileTag('capture', Array)
#5 /home/parukian/public_html/lib/smarty/sysplugins/smarty_internal_templateparser.php(3101): Smarty_Internal_Templateparser->yy_r36()
#6 /home/parukian/public_html/lib/smarty/sysplugins/smarty_internal_templateparser.php(3201): Smarty_Internal_Templateparser->yy_reduce(36)
#7 /home/parukian/public_html/lib/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php(105): Smarty_Internal_Templateparser->doParse(16, '{')
#8 /home/parukian/public_html/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php(206): Smarty_Internal_SmartyTemplateCompiler->doCompile(' ?? ...')
#9 /home/parukian/public_html/lib/smarty/sysplugins/smarty_internal_template.php(187): Smarty_Internal_TemplateCompilerBase->compileTemplate(Object(Smarty_Internal_Template))
#10 /home/parukian/public_html/lib/smarty/sysplugins/smarty_internal_templatebase.php(155): Smarty_Internal_Template->compileTemplateSource()
#11 /home/parukian/public_html/lib/classes/class.Smarty_CMS.php(326): Smarty_Internal_TemplateBase->fetch('tpl_body:25', 'p15', NULL, NULL, false, false, false)
#12 /home/parukian/public_html/index.php(240): Smarty_CMS->fetch('tpl_body:25')
#13 {main}
Code: Select all
{capture name="whateveryoulike" assign="galleryfolder"}{content block="Gallery Folder" description='Enter the name of the Gallery folder you wish to use' page_tab='Header Options' wysiwyg='false' oneline='true'}{/capture}
Code: Select all
{content block="Gallery Folder" description='Enter the name of the Gallery folder you wish to use' page_tab='Header Options' wysiwyg='false' oneline='true' assign='galleryfolder'}
Code: Select all
{capture assign=galleryfolder value=$entry->gallery}{content block="Gallery Folder" description='Enter the name of the Gallery folder you wish to use' page_tab='Header Options' wysiwyg='false' oneline='true'}{/capture}
Code: Select all
{content block="Gallery Folder" description='Enter the name of the Gallery folder you wish to use' page_tab='Header Options' wysiwyg='false' oneline='true' assign='galleryfolder'}