-
AuthorPosts
-
carlob71 Friend
carlob71
- Join date:
- July 2014
- Posts:
- 12
- Downloads:
- 20
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
August 7, 2014 at 10:10 pm #200338Hello 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 FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
August 8, 2014 at 6:36 am #545166Hi Carlo,
Please send me the URL, Admin, FTP credential of your site via PM so that I can have a look.
carlob71 Friendcarlob71
- Join date:
- July 2014
- Posts:
- 12
- Downloads:
- 20
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 2, 2014 at 10:20 am #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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 3, 2014 at 3:42 am #548063I 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
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
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