Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • matteo sitta Friend
    #201587

    Hi!

    I need to insert the Module Description inside the Articles Category module like “from the blog”.

    After adding it inside of tab JA Extra field nothing happened, how can i do it?

    Thanks!

    Ninja Lead Moderator
    #550828

    I see it does not support with Alternative Layout: blog but you can try with this tweak:

    + Open templates/ja_nuevo/html/mod_articles_category/blog.php file

    From


    if (version_compare(JVERSION, '3.0', 'ge')){
    JLoader::register('TagsHelperRoute', JPATH_BASE . '/components/com_tags/helpers/route.php');

    Change to

    JLoader::register('NuevoHelper',T3_TEMPLATE_PATH.'/templateHelper.php');
    $moduleIntro = $params->get ('module-intro');

    if (version_compare(JVERSION, '3.0', 'ge')){
    JLoader::register('TagsHelperRoute', JPATH_BASE . '/components/com_tags/helpers/route.php');

    and from

    <div class="category-module<?php echo $moduleclass_sfx; ?> category-blog">

    change to

    <?php if($moduleIntro) : ?>
    <div class="module-intro text-center"><?php echo $moduleIntro; ?></div>
    <?php endif; ?>
    <div class="category-module<?php echo $moduleclass_sfx; ?> category-blog">

    Let me know if it helps

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum