Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • carlob71 Friend
    #200338

    Hello admin,

    I am copying on this forum the same support request I opened on the public forum (it seems not getting any
    answer from there).

    I am using JA bulleting to list a K2 category. I am using JA Biz template.

    The bulleting format seems good, but the “more” button, on the right of the Bulleting title, seems to do not link to the page where K2 articles are listed.

    Note that I have a menu that links to the same K2 category, so I would expect that when I click on the “more” button I should be forwarded to that page.

    What am I doing wrong?

    The site I’m working is this: http://185.41.32.200

    Thanks

    Carlo

    Thanks

    Nazario A Friend
    #545166

    Hi Carlo,

    Please send me the URL, Admin, FTP credential of your site via PM so that I can have a look.

    carlob71 Friend
    #547942

    <em>@Nazario A 440287 wrote:</em><blockquote>Hi Carlo,

    Please send me the URL, Admin, FTP credential of your site via PM so that I can have a look.</blockquote>

    Hello guys, I have sent the site login credential some weeks ago but after that no news.

    Can you help me?

    Thanks

    Carlo

    Ninja Lead Moderator
    #548063

    I just fixed this bug directly on your site with the solution below

    Open templates/ja_biz/html/mod_jabulletin/default.php file

    Find and change

    <a href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($more->category_alias ? ($more->catid.':'.$more->category_alias) : $more->catid)) ?>"><?php echo JText::_('TPL_MORE') ?></a>

    To


    <?php if($params->get('using_mode', 'catids') !='com_k2'): ?>
    <a href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($more->category_alias ? ($more->catid.':'.$more->category_alias) : $more->catid)) ?>"><?php echo JText::_('TPL_MORE') ?></a>
    <?php else: ?>
    <a href="<?php echo urldecode(JRoute::_(K2HelperRoute::getCategoryRoute($more->catid . ':' . urlencode($more->categoryalias)))); ?>"><?php echo JText::_('TPL_MORE') ?></a>
    <?php endif; ?>

    Let me know if it helps

    carlob71 Friend
    #548167

    Hello Ninja,

    Yes it works!

    Great, thanks a lot for the support.

    Best Regards

    Carlo

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

This topic contains 5 replies, has 3 voices, and was last updated by  carlob71 10 years, 2 months ago.

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