Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Integration with third-party extensions    Topic: Jcomment 2.3.0 with mosets tree 2.2.5 ?
Pages: [1]   Go Down
  Print  
Author Topic: Jcomment 2.3.0 with mosets tree 2.2.5 ?  (Read 2398 times)
0 Members and 1 Guest are viewing this topic.
arthurien
Newbie
*

Karma: 0
Offline Offline

Posts: 2


Email
« on: May 05, 2012, 19:20:41 »

Somebody try it ?

P.S: This link http://www.joomlatune.com/jcomments-mosets-tree.html it's a old page and don't working with mosets 2.1 i think the webmaster can delete it
Logged
smart
Administrator
Hero Member
*****

Karma: 163
Offline Offline

Gender: Male
Posts: 2161



WWW
« Reply #1 on: May 30, 2012, 18:06:25 »

We have to update it... but Mosets is commercial solution and I won't to buy it for integration. Ask Mosets developers to implement integration with JComments...
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
smart
Administrator
Hero Member
*****

Karma: 163
Offline Offline

Gender: Male
Posts: 2161



WWW
« Reply #2 on: June 11, 2012, 13:37:38 »

Yesterday one of JComments users sent me Mosets Tree 2.2.3 and we have updated integration manual on site. You have to make following changes:

1. Open file /components/com_mtree/templates/kinabalu/page_listing.tpl.php (where <b>kinabalu</b> is the name of used template)
2. Find the line:
Code: (php)
if ($this->mt_show_review) include $this->loadTemplate( 'sub_reviews.tpl.php' );
and replace with:
Code: (php)
$comments = JPATH_SITE . '/components/com_jcomments/jcomments.php';
if (file_exists($comments)) {
    require_once($comments);
    echo JComments::showComments($this->link->link_id, 'com_mtree', $this->link->link_name);
}

Current JComments version already contain actual plugin to build correct links to Mosets objects. So after these changes all must work without any tricks.
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
arthurien
Newbie
*

Karma: 0
Offline Offline

Posts: 2


Email
« Reply #3 on: June 19, 2012, 08:36:37 »

Just tested on mosets tree 2.2.5, it's work good !

Thank's a lot !
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Integration with third-party extensions    Topic: Jcomment 2.3.0 with mosets tree 2.2.5 ?
 
Jump to: