newone_here Posted February 25, 2010 Share Posted February 25, 2010 Hi,I am using version 1.2.5. and if category block is set to dynamic, the categories are not visible. I red somewhere that this is a bug. Is it possible to fix this, I really need dynamic function since I will have a lot subcategories.Is there a way to make this work? Thank you for the answer in advance. <!-- Block categories module --> {l s='Categories' mod='blockcategories'} {foreach from=$blockCategTree.children item=child name=blockCategTree} {if $smarty.foreach.blockCategTree.last} {include file=$branche_tpl_path node=$child last='true'} {else} {include file=$branche_tpl_path node=$child} {/if} {/foreach} [removed] // <![CDATA[ // we hide the tree only if JavaScript is activated $('div#categories_block_left ul.dhtml').hide(); // ]]> [removed] Link to comment Share on other sites More sharing options...
rocky Posted February 27, 2010 Share Posted February 27, 2010 There is probably a Javascript error on your site that is causing the categories to not display. If you give me a link to your site, I can check for Javascript errors. Link to comment Share on other sites More sharing options...
rocky Posted February 27, 2010 Share Posted February 27, 2010 I got your PM. Turn the dynamic view back on, then go to Modules > Positions > Transplant a module, then choose "Quick search block" under "Module" and "Header of pages" under "Hook into". Link to comment Share on other sites More sharing options...
newone_here Posted February 27, 2010 Author Share Posted February 27, 2010 Thanks rocky, it works perfectly. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now