Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #738270

    I check directly on your site and see you are using JA Slideshow module to load data from article

    If you want to load the video from article, you need to change the configuration on your site

    and add into article


    <iframe src="//player.vimeo.com/video/3176867" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
    <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper</p>

    dattard1 Friend
    #573411

    In that position, I’m trying to get a slideshow showing the images of the text – It’s not a video which I want to show my friend. I have a seperate thread going in, but your colleague is not giving me much help in what I need. If I wanted to show images in a good way, is that possible to do that in the Slideshow module.

    With regards to the otehr articles, I just want to pull the image, or another image which I can show rather than just text as shown in the article here.

    See: https://shu.yt/e5VBJ

    This is the look and feel I would like to get (approximately): http://contently.net/

    Ninja Lead Moderator
    #573541

    I’m so sorry about this, Module Articles – Category does not support to show the image and you can see about that from setting from my screenshot below


    1. Screen-Shot-2015-06-10-at-12.18.53
    Ninja Lead Moderator
    #738562

    I’m so sorry about this, Module Articles – Category does not support to show the image and you can see about that from setting from my screenshot below

    dattard1 Friend
    #575045

    Ok – so I’m going to work this a little bit differently and pull images directly from the folder.

    Now I still want to make them a little bit attractive, with the title and description showing … most of the images now have a link and a title, the title seems not to be showing. Anyway to make it show?

    Ninja Lead Moderator
    #575187

    I’m sorry, it would take lot of edits to make it work and it would be out of JA support scope, we can only provide help with bug fixing and demo site alike display only.

    You may want to hire a developer to get it done.

    Regards

    dattard1 Friend
    #575236

    Wait what?!

    So I am using JA Slideshow, whose features are showing images from a folder, with a Title, a Description and a link.

    I’ve added it to my Joomlart template, with all default settings. And it doesn’t work – how is this beyond Joomlart scope?

    I’m really getting sick and tired of all this Joomlart support crap, I seriously regret having gotten this crap template, Joomlart has really gone to shit

    Ninja Lead Moderator
    #575278

    @dattard1: Look at the screenshot below

    You want to add the images to show there, it is Module Articles – Category from JOOMLA core and is not JoomlArt extension. I have been trying to help you to solve the problem and you can always request support from us, but please note that customization support is beyond JA support scope.

    Let me know if I am missing anything here, would be glad to help you out if it relates to our extension or template.

    Regards


    1. Screen-Shot-2015-06-24-at-09.05.02
    dattard1 Friend
    #575468

    <em>@Ninja Lead 479775 wrote:</em><blockquote>@dattard1: Look at the screenshot below

    You want to add the images to show there, it is Module Articles – Category from JOOMLA core and is not JoomlArt extension. I have been trying to help you to solve the problem and you can always request support from us, but please note that customization support is beyond JA support scope.

    Let me know if I am missing anything here, would be glad to help you out if it relates to our extension or template.

    Regards</blockquote>

    Yes, you have helped quite a lot, but in general I haven’t been happy with the kind of support I’m getting here.

    The part re https://shu.yt/e5VBJ is done. I’m not happy about the outcome, but for now I’ll have to live with it.

    Now – the slideshow which says “WordPress Themes” – that is using JA Slideshow. I want to show an image with a short description of the image. See example of what is specified in the backend, and what is actually showing in the frontend. Of course, the front end should show what there is specified in the backend, but right now the links and descriptions don’t show.

    Backend: https://shu.yt/6BoPm
    Frontend: https://shu.yt/nAgOD

    The front end is obviously not showing the link and text descriptions specified in the backend.

    This is the default functionality which I would expect to work well.

    David

    Ninja Lead Moderator
    #575568

    Becasue JA Slideshow Lite module by default is working with another position, not home-10 position as you’ve changed and description is showing on your site but it was pull down a bit, I just fixed it on your site with solution below

    Open templates/ja_magz/css/custom.css file and add new rule


    .maskDesc {
    top: 42%;
    }

    About the intro image into mod_articles_category module

    + Create templates/ja_magz/html/mod_articles_category/default.php file and add new rule


    <?php
    /**
    * @package Joomla.Site
    * @subpackage mod_articles_category
    *
    * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
    * @license GNU General Public License version 2 or later; see LICENSE.txt
    */

    defined('_JEXEC') or die;
    ?>
    <ul class="category-module<?php echo $moduleclass_sfx; ?>">
    <?php if ($grouped) : ?>
    <?php foreach ($list as $group_name => $group) : ?>
    <li>
    <ul>
    <?php foreach ($group as $item) : ?>
    <li>
    <?php
    $images = is_string($item->images) ? json_decode($item->images) : $item->images;
    if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
    <div class="img-intro">
    <?php if ($params->get('link_titles') == 1) : ?>
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php endif ?>
    <img
    <?php if ($images->image_intro_caption):
    echo 'class="caption"' . ' title="' . htmlspecialchars($images->image_intro_caption) . '"';
    endif; ?>
    src="<?php echo htmlspecialchars($images->image_intro); ?>"
    alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>
    <?php if ($params->get('link_titles') == 1) : ?>
    </a>
    <?php endif ?>
    </div>
    <?php endif; ?>
    <?php if ($params->get('link_titles') == 1) : ?>
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php echo $item->title; ?>
    </a>
    <?php else : ?>
    <?php echo $item->title; ?>
    <?php endif; ?>

    <?php if ($item->displayHits) : ?>
    <span class="mod-articles-category-hits">
    (<?php echo $item->displayHits; ?>)
    </span>
    <?php endif; ?>

    <?php if ($params->get('show_author')) : ?>
    <span class="mod-articles-category-writtenby">
    <?php echo $item->displayAuthorName; ?>
    </span>
    <?php endif;?>

    <?php if ($item->displayCategoryTitle) : ?>
    <span class="mod-articles-category-category">
    (<?php echo $item->displayCategoryTitle; ?>)
    </span>
    <?php endif; ?>

    <?php if ($item->displayDate) : ?>
    <span class="mod-articles-category-date"><?php echo $item->displayDate; ?></span>
    <?php endif; ?>

    <?php if ($params->get('show_introtext')) : ?>
    <p class="mod-articles-category-introtext">
    <?php echo $item->displayIntrotext; ?>
    </p>
    <?php endif; ?>

    <?php if ($params->get('show_readmore')) : ?>
    <p class="mod-articles-category-readmore">
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php if ($item->params->get('access-view') == false) : ?>
    <?php echo JText::_('MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE'); ?>
    <?php elseif ($readmore = $item->alternative_readmore) : ?>
    <?php echo $readmore; ?>
    <?php echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit')); ?>
    <?php if ($params->get('show_readmore_title', 0) != 0) : ?>
    <?php echo JHtml::_('string.truncate', ($this->item->title), $params->get('readmore_limit')); ?>
    <?php endif; ?>
    <?php elseif ($params->get('show_readmore_title', 0) == 0) : ?>
    <?php echo JText::sprintf('MOD_ARTICLES_CATEGORY_READ_MORE_TITLE'); ?>
    <?php else : ?>
    <?php echo JText::_('MOD_ARTICLES_CATEGORY_READ_MORE'); ?>
    <?php echo JHtml::_('string.truncate', ($item->title), $params->get('readmore_limit')); ?>
    <?php endif; ?>
    </a>
    </p>
    <?php endif; ?>
    </li>
    <?php endforeach; ?>
    </ul>
    </li>
    <?php endforeach; ?>
    <?php else : ?>
    <?php foreach ($list as $item) : ?>
    <li>
    <?php
    $images = is_string($item->images) ? json_decode($item->images) : $item->images;
    if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
    <div class="img-intro">
    <?php if ($params->get('link_titles') == 1) : ?>
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php endif ?>
    <img
    <?php if ($images->image_intro_caption):
    echo 'class="caption"' . ' title="' . htmlspecialchars($images->image_intro_caption) . '"';
    endif; ?>
    src="<?php echo htmlspecialchars($images->image_intro); ?>"
    alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>
    <?php if ($params->get('link_titles') == 1) : ?>
    </a>
    <?php endif ?>
    </div>
    <?php endif; ?>

    <?php if ($params->get('link_titles') == 1) : ?>
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php echo $item->title; ?>
    </a>
    <?php else : ?>
    <?php echo $item->title; ?>
    <?php endif; ?>

    <?php if ($item->displayHits) : ?>
    <span class="mod-articles-category-hits">
    (<?php echo $item->displayHits; ?>)
    </span>
    <?php endif; ?>

    <?php if ($params->get('show_author')) : ?>
    <span class="mod-articles-category-writtenby">
    <?php echo $item->displayAuthorName; ?>
    </span>
    <?php endif;?>

    <?php if ($item->displayCategoryTitle) : ?>
    <span class="mod-articles-category-category">
    (<?php echo $item->displayCategoryTitle; ?>)
    </span>
    <?php endif; ?>

    <?php if ($item->displayDate) : ?>
    <span class="mod-articles-category-date">
    <?php echo $item->displayDate; ?>
    </span>
    <?php endif; ?>

    <?php if ($params->get('show_introtext')) : ?>
    <p class="mod-articles-category-introtext">
    <?php echo $item->displayIntrotext; ?>
    </p>
    <?php endif; ?>

    <?php if ($params->get('show_readmore')) : ?>
    <p class="mod-articles-category-readmore">
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php if ($item->params->get('access-view') == false) : ?>
    <?php echo JText::_('MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE'); ?>
    <?php elseif ($readmore = $item->alternative_readmore) : ?>
    <?php echo $readmore; ?>
    <?php echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit')); ?>
    <?php elseif ($params->get('show_readmore_title', 0) == 0) : ?>
    <?php echo JText::sprintf('MOD_ARTICLES_CATEGORY_READ_MORE_TITLE'); ?>
    <?php else : ?>
    <?php echo JText::_('MOD_ARTICLES_CATEGORY_READ_MORE'); ?>
    <?php echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit')); ?>
    <?php endif; ?>
    </a>
    </p>
    <?php endif; ?>
    </li>
    <?php endforeach; ?>
    <?php endif; ?>
    </ul>

    Ninja Lead Moderator
    #641898

    Becasue JA Slideshow Lite module by default is working with another position, not home-10 position as you’ve changed and description is showing on your site but it was pull down a bit, I just fixed it on your site with solution below

    Open templates/ja_magz/css/custom.css file and add new rule


    .maskDesc {
    top: 42%;
    }

    About the intro image into mod_articles_category module

    + Create templates/ja_magz/html/mod_articles_category/default.php file and add new rule


    <?php
    /**
    * @package Joomla.Site
    * @subpackage mod_articles_category
    *
    * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
    * @license GNU General Public License version 2 or later; see LICENSE.txt
    */

    defined('_JEXEC') or die;
    ?>
    <ul class="category-module<?php echo $moduleclass_sfx; ?>">
    <?php if ($grouped) : ?>
    <?php foreach ($list as $group_name => $group) : ?>
    <li>
    <ul>
    <?php foreach ($group as $item) : ?>
    <li>
    <?php
    $images = is_string($item->images) ? json_decode($item->images) : $item->images;
    if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
    <div class="img-intro">
    <?php if ($params->get('link_titles') == 1) : ?>
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php endif ?>
    <img
    <?php if ($images->image_intro_caption):
    echo 'class="caption"' . ' title="' . htmlspecialchars($images->image_intro_caption) . '"';
    endif; ?>
    src="<?php echo htmlspecialchars($images->image_intro); ?>"
    alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>
    <?php if ($params->get('link_titles') == 1) : ?>
    </a>
    <?php endif ?>
    </div>
    <?php endif; ?>
    <?php if ($params->get('link_titles') == 1) : ?>
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php echo $item->title; ?>
    </a>
    <?php else : ?>
    <?php echo $item->title; ?>
    <?php endif; ?>

    <?php if ($item->displayHits) : ?>
    <span class="mod-articles-category-hits">
    (<?php echo $item->displayHits; ?>)
    </span>
    <?php endif; ?>

    <?php if ($params->get('show_author')) : ?>
    <span class="mod-articles-category-writtenby">
    <?php echo $item->displayAuthorName; ?>
    </span>
    <?php endif;?>

    <?php if ($item->displayCategoryTitle) : ?>
    <span class="mod-articles-category-category">
    (<?php echo $item->displayCategoryTitle; ?>)
    </span>
    <?php endif; ?>

    <?php if ($item->displayDate) : ?>
    <span class="mod-articles-category-date"><?php echo $item->displayDate; ?></span>
    <?php endif; ?>

    <?php if ($params->get('show_introtext')) : ?>
    <p class="mod-articles-category-introtext">
    <?php echo $item->displayIntrotext; ?>
    </p>
    <?php endif; ?>

    <?php if ($params->get('show_readmore')) : ?>
    <p class="mod-articles-category-readmore">
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php if ($item->params->get('access-view') == false) : ?>
    <?php echo JText::_('MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE'); ?>
    <?php elseif ($readmore = $item->alternative_readmore) : ?>
    <?php echo $readmore; ?>
    <?php echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit')); ?>
    <?php if ($params->get('show_readmore_title', 0) != 0) : ?>
    <?php echo JHtml::_('string.truncate', ($this->item->title), $params->get('readmore_limit')); ?>
    <?php endif; ?>
    <?php elseif ($params->get('show_readmore_title', 0) == 0) : ?>
    <?php echo JText::sprintf('MOD_ARTICLES_CATEGORY_READ_MORE_TITLE'); ?>
    <?php else : ?>
    <?php echo JText::_('MOD_ARTICLES_CATEGORY_READ_MORE'); ?>
    <?php echo JHtml::_('string.truncate', ($item->title), $params->get('readmore_limit')); ?>
    <?php endif; ?>
    </a>
    </p>
    <?php endif; ?>
    </li>
    <?php endforeach; ?>
    </ul>
    </li>
    <?php endforeach; ?>
    <?php else : ?>
    <?php foreach ($list as $item) : ?>
    <li>
    <?php
    $images = is_string($item->images) ? json_decode($item->images) : $item->images;
    if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
    <div class="img-intro">
    <?php if ($params->get('link_titles') == 1) : ?>
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php endif ?>
    <img
    <?php if ($images->image_intro_caption):
    echo 'class="caption"' . ' title="' . htmlspecialchars($images->image_intro_caption) . '"';
    endif; ?>
    src="<?php echo htmlspecialchars($images->image_intro); ?>"
    alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>
    <?php if ($params->get('link_titles') == 1) : ?>
    </a>
    <?php endif ?>
    </div>
    <?php endif; ?>

    <?php if ($params->get('link_titles') == 1) : ?>
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php echo $item->title; ?>
    </a>
    <?php else : ?>
    <?php echo $item->title; ?>
    <?php endif; ?>

    <?php if ($item->displayHits) : ?>
    <span class="mod-articles-category-hits">
    (<?php echo $item->displayHits; ?>)
    </span>
    <?php endif; ?>

    <?php if ($params->get('show_author')) : ?>
    <span class="mod-articles-category-writtenby">
    <?php echo $item->displayAuthorName; ?>
    </span>
    <?php endif;?>

    <?php if ($item->displayCategoryTitle) : ?>
    <span class="mod-articles-category-category">
    (<?php echo $item->displayCategoryTitle; ?>)
    </span>
    <?php endif; ?>

    <?php if ($item->displayDate) : ?>
    <span class="mod-articles-category-date">
    <?php echo $item->displayDate; ?>
    </span>
    <?php endif; ?>

    <?php if ($params->get('show_introtext')) : ?>
    <p class="mod-articles-category-introtext">
    <?php echo $item->displayIntrotext; ?>
    </p>
    <?php endif; ?>

    <?php if ($params->get('show_readmore')) : ?>
    <p class="mod-articles-category-readmore">
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php if ($item->params->get('access-view') == false) : ?>
    <?php echo JText::_('MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE'); ?>
    <?php elseif ($readmore = $item->alternative_readmore) : ?>
    <?php echo $readmore; ?>
    <?php echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit')); ?>
    <?php elseif ($params->get('show_readmore_title', 0) == 0) : ?>
    <?php echo JText::sprintf('MOD_ARTICLES_CATEGORY_READ_MORE_TITLE'); ?>
    <?php else : ?>
    <?php echo JText::_('MOD_ARTICLES_CATEGORY_READ_MORE'); ?>
    <?php echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit')); ?>
    <?php endif; ?>
    </a>
    </p>
    <?php endif; ?>
    </li>
    <?php endforeach; ?>
    <?php endif; ?>
    </ul>

    Ninja Lead Moderator
    #740559

    Becasue JA Slideshow Lite module by default is working with another position, not home-10 position as you’ve changed and description is showing on your site but it was pull down a bit, I just fixed it on your site with solution below

    Open templates/ja_magz/css/custom.css file and add new rule


    .maskDesc {
    top: 42%;
    }

    About the intro image into mod_articles_category module

    + Create templates/ja_magz/html/mod_articles_category/default.php file and add new rule


    <?php
    /**
    * @package Joomla.Site
    * @subpackage mod_articles_category
    *
    * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
    * @license GNU General Public License version 2 or later; see LICENSE.txt
    */

    defined('_JEXEC') or die;
    ?>
    <ul class="category-module<?php echo $moduleclass_sfx; ?>">
    <?php if ($grouped) : ?>
    <?php foreach ($list as $group_name => $group) : ?>
    <li>
    <ul>
    <?php foreach ($group as $item) : ?>
    <li>
    <?php
    $images = is_string($item->images) ? json_decode($item->images) : $item->images;
    if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
    <div class="img-intro">
    <?php if ($params->get('link_titles') == 1) : ?>
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php endif ?>
    <img
    <?php if ($images->image_intro_caption):
    echo 'class="caption"' . ' title="' . htmlspecialchars($images->image_intro_caption) . '"';
    endif; ?>
    src="<?php echo htmlspecialchars($images->image_intro); ?>"
    alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>
    <?php if ($params->get('link_titles') == 1) : ?>
    </a>
    <?php endif ?>
    </div>
    <?php endif; ?>
    <?php if ($params->get('link_titles') == 1) : ?>
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php echo $item->title; ?>
    </a>
    <?php else : ?>
    <?php echo $item->title; ?>
    <?php endif; ?>

    <?php if ($item->displayHits) : ?>
    <span class="mod-articles-category-hits">
    (<?php echo $item->displayHits; ?>)
    </span>
    <?php endif; ?>

    <?php if ($params->get('show_author')) : ?>
    <span class="mod-articles-category-writtenby">
    <?php echo $item->displayAuthorName; ?>
    </span>
    <?php endif;?>

    <?php if ($item->displayCategoryTitle) : ?>
    <span class="mod-articles-category-category">
    (<?php echo $item->displayCategoryTitle; ?>)
    </span>
    <?php endif; ?>

    <?php if ($item->displayDate) : ?>
    <span class="mod-articles-category-date"><?php echo $item->displayDate; ?></span>
    <?php endif; ?>

    <?php if ($params->get('show_introtext')) : ?>
    <p class="mod-articles-category-introtext">
    <?php echo $item->displayIntrotext; ?>
    </p>
    <?php endif; ?>

    <?php if ($params->get('show_readmore')) : ?>
    <p class="mod-articles-category-readmore">
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php if ($item->params->get('access-view') == false) : ?>
    <?php echo JText::_('MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE'); ?>
    <?php elseif ($readmore = $item->alternative_readmore) : ?>
    <?php echo $readmore; ?>
    <?php echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit')); ?>
    <?php if ($params->get('show_readmore_title', 0) != 0) : ?>
    <?php echo JHtml::_('string.truncate', ($this->item->title), $params->get('readmore_limit')); ?>
    <?php endif; ?>
    <?php elseif ($params->get('show_readmore_title', 0) == 0) : ?>
    <?php echo JText::sprintf('MOD_ARTICLES_CATEGORY_READ_MORE_TITLE'); ?>
    <?php else : ?>
    <?php echo JText::_('MOD_ARTICLES_CATEGORY_READ_MORE'); ?>
    <?php echo JHtml::_('string.truncate', ($item->title), $params->get('readmore_limit')); ?>
    <?php endif; ?>
    </a>
    </p>
    <?php endif; ?>
    </li>
    <?php endforeach; ?>
    </ul>
    </li>
    <?php endforeach; ?>
    <?php else : ?>
    <?php foreach ($list as $item) : ?>
    <li>
    <?php
    $images = is_string($item->images) ? json_decode($item->images) : $item->images;
    if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
    <div class="img-intro">
    <?php if ($params->get('link_titles') == 1) : ?>
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php endif ?>
    <img
    <?php if ($images->image_intro_caption):
    echo 'class="caption"' . ' title="' . htmlspecialchars($images->image_intro_caption) . '"';
    endif; ?>
    src="<?php echo htmlspecialchars($images->image_intro); ?>"
    alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>
    <?php if ($params->get('link_titles') == 1) : ?>
    </a>
    <?php endif ?>
    </div>
    <?php endif; ?>

    <?php if ($params->get('link_titles') == 1) : ?>
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php echo $item->title; ?>
    </a>
    <?php else : ?>
    <?php echo $item->title; ?>
    <?php endif; ?>

    <?php if ($item->displayHits) : ?>
    <span class="mod-articles-category-hits">
    (<?php echo $item->displayHits; ?>)
    </span>
    <?php endif; ?>

    <?php if ($params->get('show_author')) : ?>
    <span class="mod-articles-category-writtenby">
    <?php echo $item->displayAuthorName; ?>
    </span>
    <?php endif;?>

    <?php if ($item->displayCategoryTitle) : ?>
    <span class="mod-articles-category-category">
    (<?php echo $item->displayCategoryTitle; ?>)
    </span>
    <?php endif; ?>

    <?php if ($item->displayDate) : ?>
    <span class="mod-articles-category-date">
    <?php echo $item->displayDate; ?>
    </span>
    <?php endif; ?>

    <?php if ($params->get('show_introtext')) : ?>
    <p class="mod-articles-category-introtext">
    <?php echo $item->displayIntrotext; ?>
    </p>
    <?php endif; ?>

    <?php if ($params->get('show_readmore')) : ?>
    <p class="mod-articles-category-readmore">
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php if ($item->params->get('access-view') == false) : ?>
    <?php echo JText::_('MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE'); ?>
    <?php elseif ($readmore = $item->alternative_readmore) : ?>
    <?php echo $readmore; ?>
    <?php echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit')); ?>
    <?php elseif ($params->get('show_readmore_title', 0) == 0) : ?>
    <?php echo JText::sprintf('MOD_ARTICLES_CATEGORY_READ_MORE_TITLE'); ?>
    <?php else : ?>
    <?php echo JText::_('MOD_ARTICLES_CATEGORY_READ_MORE'); ?>
    <?php echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit')); ?>
    <?php endif; ?>
    </a>
    </p>
    <?php endif; ?>
    </li>
    <?php endforeach; ?>
    <?php endif; ?>
    </ul>

Viewing 12 posts - 16 through 27 (of 27 total)

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

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